Hi all,
by accessing my webserver I get an "Forbidden You don't have permission to
access / on this server".
My error-log file says:
[Wed Nov 26 22:26:30 2003] [error] [client 10.0.0.151] (13)Permission
denied: access to /index.html denied
My access-log says:
127.0.0.1 - - [26/Nov/2003:22:37:20 +0100] "GET / HTTP/1.1" 403 396
(for
http://localhost/index.html) And
[Wed Nov 26 22:26:36 2003] [error] [client 10.0.0.151] (13)Permission
denied: access to / denied
(for
http://localhost)
In my httpd.conf I've got:
<Directory "/home/sander/www">
Options ExecCGI Includes +Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<VirtualHost *:80>
ServerAdmin webmaster.RemoveThis@dontmail-justpost.nl
DocumentRoot /home/sander/www
ServerName localhost
ErrorLog logs/10.0.0.151-error_log
CustomLog logs/10.0.0.151-access_log common
</VirtualHost>
Of course all users have read-premissions for /home /home/sander
/home/sander/www and /home/sander/www/index.html
I just upgraded to apache 2.0.48 running RH 9.0. Before I added the
virtualhost the original page showing the web-server is working worked fine.
httpd -S shows syntax ok
I did do httpd -k restart without errors
I Must be forgetting something, though: wat is it?
Please help,
Sander