木曜日, 8月 17, 2006
[Apache]構築関連
▼質問
ショートカットのリンク先に指定するパラメータのには何が指定できるの?
Apacheeの標準インストールでは、
「スタート」→「プログラム」→「Apache HTTP Server」→「Control Apache Server」
に登録されているショートカットのリンク先は以下のようになっている。
「Start」 :"C:\Program Files\APACHE~1\Apache\Apache.exe" -w -n "Apache" -k start
「Stop」 :"C:\Program Files\APACHE~1\Apache\Apache.exe" -w -n "Apache" -k stop
「Restart」 :"C:\Program Files\APACHE~1\Apache\Apache.exe" -w -n "Apache" -k restart
▼回答
"C:\Program Files\APACHE~1\Apache\Apache.exe":Apache.exeのフルパス
-w:
-n:
"Apache":サービス名
-k:
start/stop/restart:起動方法
ショートカットのリンク先に指定するパラメータのには何が指定できるの?
Apacheeの標準インストールでは、
「スタート」→「プログラム」→「Apache HTTP Server」→「Control Apache Server」
に登録されているショートカットのリンク先は以下のようになっている。
「Start」 :"C:\Program Files\APACHE~1\Apache\Apache.exe" -w -n "Apache" -k start
「Stop」 :"C:\Program Files\APACHE~1\Apache\Apache.exe" -w -n "Apache" -k stop
「Restart」 :"C:\Program Files\APACHE~1\Apache\Apache.exe" -w -n "Apache" -k restart
▼回答
"C:\Program Files\APACHE~1\Apache\Apache.exe":Apache.exeのフルパス
-w:
-n:
"Apache":サービス名
-k:
start/stop/restart:起動方法