Apache监测多个端口配置:
1、conf->extra->httpd-vhosts.conf 检查配置项是否写错
2、http.conf
listen端口是否监听正确
3、环境变量中PHP是否配置正确
有时重新配置后要重启才能生效。
4、查看监听端口是否被其他程序占用
cmd>netstat -ano
如果占用到任务管理器-》服务中,找到PID对应程序,然后结束程序。重启Apache。
Apache监测多个端口配置:
1、conf->extra->httpd-vhosts.conf 检查配置项是否写错
2、http.conf
listen端口是否监听正确
3、环境变量中PHP是否配置正确
有时重新配置后要重启才能生效。
4、查看监听端口是否被其他程序占用
cmd>netstat -ano
如果占用到任务管理器-》服务中,找到PID对应程序,然后结束程序。重启Apache。