Hello,
        Would you tell me why am I getting the next error?

Configuration file:
<VirtualHost *:80>
        ServerName xxx.xxx.xxx.xxx
        ServerAlias xxxxxxxxxxxxxx
        DocumentRoot /home/library-base
        <Directory />
            Options Indexes MultiViews FollowSymLinks
            AllowOverride None
            Order allow,deny
            Allow from all
         </Directory>
         <Directory "/home/library-base">
            Options Indexes MultiViews FollowSymLinks
            AllowOverride None
            Order allow,deny
            Allow from all
        </Directory>
</VirtualHost>


[EMAIL PROTECTED] home]# /etc/init.d/httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd: Warning: DocumentRoot [/home/library-base] does not
exist
                                                           [  OK  ]



but, THAT DIRECTORY EXISTS! ....
[EMAIL PROTECTED] home]# pwd
/home
[EMAIL PROTECTED] home]# ls -al
total 64
drwxr-xr-x   8 root       root       4096 Apr 27 09:24 .
drwxr-xr-x  25 root       root       4096 Apr 27 10:38 ..
drwx------   3 etagwerker etagwerker 4096 Apr 23 14:23 etagwerker
drwxr-xr-x  11 root       root       4096 Nov  1  2005 ezshowaf
drwxr-xr-x   4 apache     apache     4096 Apr 25 09:11 fmsconsole
drwx------   3 imicha     imicha     4096 Apr 27 09:33 imicha
drwxr-xr-x  62 root       root       4096 Apr 27 09:16 library-base
drwxr-xr-x  11 root       root       4096 Apr 26 20:09 upload-base
[EMAIL PROTECTED] home]#


I am running a:
[EMAIL PROTECTED] home]# cat /etc/redhat-release
Red Hat Enterprise Linux ES release 4 (Nahant Update 4)

I will appreciate a lot your help!

- Ighal

Reply via email to