Re: [EMAIL PROTECTED] problem with the DocumentRoot directive

2007-04-27 Thread Ighal Joel Micha
As the strace returned no errors from the stat syscall when the apache was trying to "stat" the directory, yes, you were right, the SELinux was enabled, Thanks! - Ighal On Fri, 2007-04-27 at 13:46 -0400, Joshua Slive wrote: > On 4/27/07, Ighal Joel Micha <[EMAIL PROTECTED]> wrote: > > > > Hell

Re: [EMAIL PROTECTED] problem with the DocumentRoot directive

2007-04-27 Thread Joshua Slive
On 4/27/07, Ighal Joel Micha <[EMAIL PROTECTED]> wrote: Hello, Would you tell me why am I getting the next error? Starting httpd: Warning: DocumentRoot [/home/library-base] does not exist but, THAT DIRECTORY EXISTS! Try starting apache directly under strace to see what syscall i

[EMAIL PROTECTED] problem with the DocumentRoot directive

2007-04-27 Thread Ighal Joel Micha
Hello, Would you tell me why am I getting the next error? Configuration file: ServerName xxx.xxx.xxx.xxx ServerAlias xx DocumentRoot /home/library-base Options Indexes MultiViews FollowSymLinks AllowOverride None