查看文章 |
apache 添加服务故障一例
2009/01/25 01:19
重装系统后,需要添加以前的apache为服务....添加过程中报错.... 添加方法: apache -k install -n "vertrigo_apache" -f conf\httpd.conf 报错提示大致内容如下: could not bind to address 127.0.0.1:80 no listening sockets available,shutting down Unable to open logs. 查阅网络后的解决办法: 列出占用80端口的程序,关闭它 d:\>tasklist | findstr "80" alg.exe ..................................... 关闭了alg.exe后,添加服务正常...分享给遇到同样问题的朋友 |
最近读者: