apache サービス登録、起動、アンインストール

1) Windows Serverへのサービス登録

httpd -k install
c:\DMZ\httpd\Apache2\bin>httpd -k install
Installing the Apache2.2 service
The Apache2.2 service is successfully installed.
Testing httpd.conf....
Errors reported here must be corrected before the service can be started.

2) サービス起動 httpd -k start
3) サービス停止 httpd -k stop
4) 再起動 httpd -k restart
5) サービス削除 httpd -k unistall