Re: [EMAIL PROTECTED] apache suexec problem

2006-05-27 Thread Kailash Vyas
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: /

Re: [EMAIL PROTECTED] apache suexec problem

2006-05-27 Thread Kailash Vyas
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

Re: [EMAIL PROTECTED] apache suexec problem

2006-05-25 Thread Joshua Slive
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

[EMAIL PROTECTED] apache suexec problem

2006-05-25 Thread Kailash Vyas
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