关于我们

质量为本、客户为根、勇于拼搏、务实创新

< 返回新闻公共列表

windows中Apache提示“No services installed”

发布时间:2020-01-17 17:24:38

手动安装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


/template/Home/Zkeys/PC/Static