Hi,

I have been trying to setup apache to access user dirsfor apache 2.2

forexample I am setting up a example host
<VirtualHost 192.168.1.3:80>
ServerAlias example.com
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /home/example/public_html
ServerName www.example.com
SuexecUserGroup example example
</VirtualHost>


I am also enabling suexec and find this on starting server

=[Fri May 26 00:10:06 2006] [notice] suEXEC mechanism enabled
(wrapper: /usr/local/apache2/bin/suexec)


but when I run in browser i get this 403 forbidden error

Forbidden
You don't have permission to access / on this server.
Do I need to specify any other changes

Permission of public_html
drwxrwxr-x  3 example example 4096 May 25 23:55 public_html

What do I need to specify so that I can get this config up and running

Thanks,
Kailash

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to