Re: [EMAIL PROTECTED] vhosts problem

2008-10-24 Thread Eric Covener
On Thu, Oct 23, 2008 at 10:22 PM, Zhen Zhou <[EMAIL PROTECTED]> wrote: > meanwhile I checked with selinux config, it is enforced, I tried > setenforce 0, now all the problem is gone. > but now I doubt that, selinux enforced will conflicted with normal > httpd? if selinux enforced, how to config >

Re: [EMAIL PROTECTED] vhosts problem

2008-10-23 Thread Zhen Zhou
On Thu, Oct 23, 2008 at 11:40 PM, Eric Covener <[EMAIL PROTECTED]> wrote: >> >> but I still got error when I access www.abc.org: >> [Thu Oct 23 22:37:33 2008] [error] [client 123.115.174.137] >> (13)Permission denied: access to /abcorg/index.htm denied. >> >> Is there any folder permission I need t

Re: [EMAIL PROTECTED] vhosts problem

2008-10-23 Thread Eric Covener
> > but I still got error when I access www.abc.org: > [Thu Oct 23 22:37:33 2008] [error] [client 123.115.174.137] > (13)Permission denied: access to /abcorg/index.htm denied. > > Is there any folder permission I need to set in /var/www/html/abcorg ? On linux, namei -m /var/www/html/abcorg gives y

Re: [EMAIL PROTECTED] vhosts problem

2008-10-23 Thread Zhen Zhou
On Thu, Oct 23, 2008 at 7:25 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Thu, Oct 23, 2008 at 3:54 AM, Zhen Zhou <[EMAIL PROTECTED]> wrote: >> Hi, all, >> >> I met a strange problem for vhosts config. >> >> System information: >> Fedora 9 X86_64 >> httpd: 2.2.9 >> >> my httpd.conf which relate

Re: [EMAIL PROTECTED] vhosts problem

2008-10-23 Thread Eric Covener
On Thu, Oct 23, 2008 at 3:54 AM, Zhen Zhou <[EMAIL PROTECTED]> wrote: > Hi, all, > > I met a strange problem for vhosts config. > > System information: > Fedora 9 X86_64 > httpd: 2.2.9 > > my httpd.conf which related with vhost: > > NameVirtualHost 61.153.33.a:80 > > > >DocumentRoot/va

[EMAIL PROTECTED] vhosts problem

2008-10-23 Thread Zhen Zhou
Hi, all, I met a strange problem for vhosts config. System information: Fedora 9 X86_64 httpd: 2.2.9 my httpd.conf which related with vhost: NameVirtualHost 61.153.33.a:80 DocumentRoot/var/www/html/abcorg ServerName www.abc.org ServerAdmin [EMAIL PROTECTED]