apache403错误奇怪问题---在线等待

apache403错误奇怪问题---在线等待

<VirtualHost 192.168.1.50>
    ServerAdmin webmaster@hwjyw.com.cn
    DocumentRoot /var/web/hwjyw
    ServerName www.hwjyw.com.cn
    ErrorLog logs/www.hwjyw.com.cn-error_log
    CustomLog logs/www.hwjyw.com.cn-access_log common
</VirtualHost>
[root@localhost var]# service httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd: Warning: DocumentRoot [/var/web/hwjyw] does not exist
                                                           [  OK  ]
+++++++++++++++++++++++++++++++++++++++++++++
问题是/var/web/hwjyw是存在的!
[root@localhost var]# ls -l
total 216
drwxr-xr-x   8 root    root     4096 Jun 20 17:00 web

[root@localhost var]# ls -l
total 216
drwxr-xr-x   8 root    root     4096 Jun 20 17:00 web

这样能证明/var/web/hwjyw存在吗
哈哈,楼上的回答经典
selinux


QUOTE:
Starting httpd: Warning: DocumentRoot [/var/web/hwjyw] does not exist

2楼正解,警告也说了DocumentRoot [/var/web/hwjyw]不存在
mkdir -p /var/web/hwjyw