[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Apache suEXEC Question



On Fri, 12 Oct 2001 09:55:31 -0400
"A.Sleep" <a.sleep@asleep.net> wrote:

> Oddly, this is the first time I've had this issue...
> 
> I've added my User and Group directives in the vhosts in my vhost.conf
> and
> I'm getting Forbidden errors.
> Here's an example:
> 
> The User and Group directives are set to foo
> Here's an -ls -l of /home/f/ and /home/f/foo/
> 
> ls -l /home/
> 
> drwxr-xr-x    2 root     root         4096 Oct 11 09:51 f
> 
> 
> ls -l /home/f/
> 
> drwxrwx---    7 foo      foo          4096 Oct 12 08:37 foo
> 

Seems like this directory should be mode 755. Setting the User and Group
in a VirtualHost section only affects what user and group CGI programs
run as. The main webserver User & Group don't have any access to this
directory unless those happen to be foo & foo.



Reply to: