首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > Apache >

DocumentRoot目录指定异常

2012-03-05 
DocumentRoot目录指定错误apache配置文件已经指定了,但是日志里面还是报错。VirtualHost *:8080DocumentR

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这个全局变量,可以尝试注销试试

热点排行