OSX10.8サーバ その21 apache2スタート・停止

Mの更新(Mountain Lion OSX10.8サーバ) その21 apache2スタート・停止
Server.app からWebサービスの停止・開始スイッチで切り替えればいいけど;
apache のコマンド
再起動: $ /usr/sbin/apachectl restart
停止: $  /usr/sbin/apachectl stop
起動: $  /usr/sbin/apachectl start
Usage: /usr/sbin/httpd [-D name] [-d directory] [-f file]
[-C “directive”] [-c “directive”]
[-k start|restart|graceful|graceful-stop|stop]
[-v] [-V] [-h] [-l] [-L] [-t] [-T] [-S]
Options:
-D name : define a name for use in directives
-d directory : specify an alternate initial ServerRoot
-f file : specify an alternate ServerConfigFile
-C “directive” : process directive before reading config files
-c “directive” : process directive after reading config files
-e level : show startup errors of level (see LogLevel)
-E file : log startup errors to file
-v : show version number
-V : show compile settings
-h : list available command line options (this page)
-l : list compiled in modules
-L : list available configuration directives
-t -D DUMP_VHOSTS : show parsed settings (currently only vhost settings)
-S : a synonym for -t -D DUMP_VHOSTS
-t -D DUMP_MODULES : show all loaded modules
-M : a synonym for -t -D DUMP_MODULES
-t : run syntax check for config files
-T : start without DocumentRoot(s) check

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です