读书人

DocumentRoot目录指定异常

发布时间: 2012-03-05 11:54:01 作者: rapoo

DocumentRoot目录指定错误
apache配置文件已经指定了,但是日志里面还是报错。
<VirtualHost *:8080>
DocumentRoot /var/www/html/site6an/t
.......
</VirtualHost>

日志报错信息
[Sat Sep 03 09:50:58 2011] [error] [client 127.0.0.1] File does not exist: /var/www/html/site6an/t/var/www
[Sat Sep 03 09:53:16 2011] [error] [client 127.0.0.1] File does not exist: /var/www/html/site6an/t/var/www

怎么会多出来/var/www

[解决办法]
File does not exist: /var/www/html/site6an/t/var/www

提示不存在

可能在虚拟主机设置前还有DocumentRoot这个全局变量,可以尝试注销试试

读书人网 >Apache

热点推荐