摘要:
在启动Apache时会弹出错误提示,如下图所示:或者在windows的服务里启动, 显示如下的错误:解决方法主要是在Apache的安装目录里修改D:\Program Files\Apache Software Foundation\Apache2.2\conf\httpd.conf文件# Change this to Listen on specific IP addresses as shown below to# prevent Apache from glomming onto all bound IP addresses.##Listen 12.34.56.78:80Listen 80 阅读全文