虚拟主机问题

虚拟主机问题

尊敬的站长,我的虚拟主机不能访问,访问后的错误提示是Forbidden,...no permit .
我看了该主机的log文件后,内容如下:Permission denied: /var/www/personal/pioneer/.htaccess pcfg_openfi
le: unable to check htaccess file, ensure it is readable


请问该如何解决?谢谢!盼望你的答复!


QUOTE:
原帖由 "原告" 发表:
尊敬的站长,我的虚拟主机不能访问,访问后的错误提示是Forbidden,...no permit .
我看了该主机的log文件后,内容如下:Permission denied: /var/www/personal/pioneer/.htaccess pcfg_openfi
le: unable to check htaccess file, ensure it is readable


请问该如何解决?谢谢!盼望你的答复!

贴配置文件,就需要虚拟主机那一小块的,不用全贴
NameVirtualHost 210.43.xx.x

<VirtualHost 210.43.xx.x >;
ServerAdmin support@xxx.edu.cn
DocumentRoot /var/www/html
ServerName www.xx.edu.cn
Errorlog /var/www/www.log
</VirtualHost>;

<VirtualHost 210.43.xx.x >;
ServerAdmin xxxx@xxx.edu.cn
DocumentRoot /var/www/personal/juit
ServerName juit.jsu.edu.cn
Errorlog /var/www/personal/juit.log
</VirtualHost>;

<VirtualHost 210.43.xx.x >;
ServerAdmin support@xxx.edu.cn
DocumentRoot /var/www/personal/pioneer
ServerName pioneer.xxx.edu.cn
Errorlog /var/www/personal/pioneer.log
</VirtualHost>;
请帮助,谢谢!


QUOTE:
原帖由 "原告" 发表:
NameVirtualHost 210.43.xx.x

<VirtualHost 210.43.xx.x >;
ServerAdmin support@xxx.edu.cn
DocumentRoot /var/www/html
ServerName www.xx.edu.cn
Errorlog /var/www/www.log
</VirtualHost>;

<VirtualHost 210.43.xx.x >;
ServerAdmin xxxx@xxx.edu.cn
DocumentRoot /var/www/personal/juit
ServerName juit.jsu.edu.cn
Errorlog /var/www/personal/juit.log
</VirtualHost>;

<VirtualHost 210.43.xx.x >;
ServerAdmin support@xxx.edu.cn
DocumentRoot /var/www/personal/pioneer
ServerName pioneer.xxx.edu.cn
Errorlog /var/www/personal/pioneer.log
</VirtualHost>;

配置文件没有问题呀,请确定上面用到的目录有没有创建
确认已经创建了!!!
我访问pioneer.XXX.edu.cn,出现Forbidden的错误提示
我查看一个虚拟主机的log文件,内容如下:
Permission denied: /var/www/personal/pioneer/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable


QUOTE:
原帖由 "原告" 发表:
我查看一个虚拟主机的log文件,内容如下:
Permission denied: /var/www/personal/pioneer/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable

你有目录控制文件?
1:请查看这个文件/var/www/personal/pioneer/.htaccess
2:贴httpd.conf关于/var/www/personal/pioneer/这个目录的内容
谢谢你的回复

/var/www/personal/pioneer没有.htaccess这个文件

httpd中关于/var/www/personal/pioneer的内容是:
<VirtualHost 210.43.xx.xx >;
ServerAdmin support@xx.edu.cn
DocumentRoot /var/www/personal/pioneer
ServerName pioneer.xx.edu.cn
Errorlog /var/www/personal/pioneer.log
</VirtualHost>;


QUOTE:
原帖由 "原告" 发表:
谢谢你的回复

/var/www/personal/pioneer没有.htaccess这个文件

httpd中关于/var/www/personal/pioneer的内容是:
<VirtualHost 210.43.xx.xx >;
ServerAdmin support@xx.edu.cn
DocumentRoot /var/www/personal/pioneer
ServerName pioneer.xx.edu.cn
Errorlog /var/www/personal/pioneer.log
</VirtualHost>;

你先touch一个那个.htaccess文件试试
要是不行就贴整个httpd.conf吧