On Tue, 12 Sep 2000, Jonathan Wilson wrote:

> Well, I'm trying to set up this virtual host,  and I'm getting "Forbidden" 
> messages:
> 
> here, I'm using the IP directly:
> 
> Forbidden
> You don't have permission to access / on this server
> ________________________________________________________
>   Apache/1.3.12 Server at bogus_host_without_reverse_dns Port 80
> 
> Here's my directory listing:
> [admin@claborn1 admin]$ ls -ld /Webhomes
> drwxrwxr--    4 admin    cscadmin     1024 Sep 12 11:14 /Webhomes
> [admin@claborn1 admin]$ ls -ld /Webhomes/Test/
> drwxrwxr-x    2 admin    cscadmin     1024 Sep 12 11:20 /Webhomes/Test/
> [admin@claborn1 admin]$ ls -l /Webhomes/Test/
> total 2
> -rw-rw-r--    1 admin    cscadmin      142 Sep 12 11:20 index.html
> 

What user does Apache run as? I would guess your problem is /Webhomes,
without execute permissions for 'other', the webserver can't get a
directory listing for /Webhomes.

Try 'chmod o+x /Webhomes'.

This assumes the webserver is not running as user admin or group cscadmin.

Bill Carlson
------------
Systems Programmer    [EMAIL PROTECTED]    |  Opinions are mine,
Virtual Hospital      http://www.vh.org/        |  not my employer's.
University of Iowa Hospitals and Clinics        |




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to