windows中Apache提示“No services installed”

手动安装Service:

运行 cmd,cd (Apache的安装目录),如:cd d:\apache\bin

键入:httpd.exe -k install -n apache2.2


启动service:

net start apache2.2


关闭service:

net stop apache2.2


删除service:

httpd.exe -k uninstall -n apache2.2


你可能感兴趣的:(windows中Apache提示“No services installed”)