【apache】Apache中httpd相关命令说明
安装到Windows服务中
httpd -k install
卸载Windows服务
httpd -k uninstall
启动Apache
httpd -k start
关闭Apache
httpd -k stop
其他命令
Restart Apache httpd -k restart
Test Config Syntax httpd -t
Version Details httpd -V
Command Line Options List httpd -h