hi,
I found the problem. I have commented the deny from all in directory
tag. Now it is working.
thanks,
Kailash
On 5/27/06, Kailash Vyas <[EMAIL PROTECTED]> wrote:
I am getting this in error logs
[Sat May 27 13:18:32 2006] [error] [client 192.168.1.3] client denied
by server configuration: /
I am getting this in error logs
[Sat May 27 13:18:32 2006] [error] [client 192.168.1.3] client denied
by server configuration: /home/example/public_html/
[Sat May 27 13:18:33 2006] [error] [client 192.168.1.3] client denied
by server configuration: /home/example/public_html/favicon.ico
thanks,
K
On 5/25/06, Kailash Vyas <[EMAIL PROTECTED]> wrote:
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
This likely has nothing to do with suexec. What does the error_log
say for this
Hi,
I have been trying to setup apache to access user dirsfor apache 2.2
forexample I am setting up a example host
ServerAlias example.com
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /home/example/public_html
ServerName www.example.com
SuexecUserGroup example example
I am also enabling suexec