今天客户购置了一台服务器,因为以后是给客户自己管理的,所以选择了安装win 2003。
web server环境依然是Apache/2.2.8 + PHP/5.2.6 + Mysql/5.0.51a
在设置apache虚拟主机的过程中,apache报错:_default_ VirtualHost overlap on port 80, the first has precedence机的
原来是我在vhost.conf配置文件中少写了一行造成了apache “_default_ VirtualHost overlap on port 80, the first has precedence”的错误。
NameVirtualHost *:80
[...]
补上这个NameVirtualHost *:80再重启就好了!
-EOF-
0 Responses to “Apache错误:_default_ VirtualHost overlap on port 80, the first has precedence”
Based on ThinkPHP
粤ICP备09139230号