Suse9 apache2
/srv/www perms
drwxr-s--- 5 root www 176 Mar 31 22:00 .
drwxr-xr-x 4 root root 96 Jan 17 10:22 ..
-rwxr-xr-x 1 wwwrun www 0 Mar 31 22:00 .htacess
drwxr-s--- 3 root www 160 Jan 17 10:54 cgi-bin
-rw-r--r-- 1 wwwrun www 345 Mar 31 20:17 default.html
drwxr-s--- 4 root www 128 Jan 17 10:51 htdig
dr-xr-xr-x 4 wwwrun www 128 Jan 25 11:57 htdocs
according to /etc/sysconfig/apache2 the service runs under user 'wwwrun' and group 'www'
the .htaccess file is currently blank, even without it access is denied.
Quote:
Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.0.48 (Linux/SuSE) Server at 192.168.1.106 Port 80
|
/var/log/apache2/error_log tells me what I already know
[Wed Mar 31 21:58:59 2004] [error] [client 192.168.1.106] (13)Permission denied: access to / denied
[Wed Mar 31 21:59:04 2004] [error] [client 192.168.1.106] (13)Permission denied: access to /default.html denied
[Wed Mar 31 22:00:22 2004] [error] [client 192.168.1.106] (13)Permission denied: access to /default.html denied
[Wed Mar 31 22:00:25 2004] [error] [client 192.168.1.106] (13)Permission denied: access to / denied
I'm only trying to access it from the local machine, or from my other machine on teh same network.
Ideas??!?