[EMAIL PROTECTED] Re: CGI works, but client denied error messages in error.log

2007-10-20 Thread Georg Sauthoff
On 2007-08-08, Vincent Bray <[EMAIL PROTECTED]> wrote: > On 08/08/2007, Georg Sauthoff <[EMAIL PROTECTED]> wrote: [..] >> Error message in error.log: >> [client 127.0.0.1] client denied by server configuration: /var/www/bar >> Can someone explain me this behavio

[EMAIL PROTECTED] Re: CGI works, but client denied error messages in error.log

2007-08-09 Thread Georg Sauthoff
On 2007-08-08, Georg Sauthoff <[EMAIL PROTECTED]> wrote: > On 2007-08-08, Vincent Bray <[EMAIL PROTECTED]> wrote: >> Some debugging tips: >> http://wiki.apache.org/httpd/WatchingHttpHeaders handy command lines - with those you don't have to worry about browser

[EMAIL PROTECTED] Re: CGI works, but client denied error messages in error.log

2007-08-08 Thread Georg Sauthoff
On 2007-08-08, Vincent Bray <[EMAIL PROTECTED]> wrote: > On 08/08/2007, Georg Sauthoff <[EMAIL PROTECTED]> wrote: >> Yes I do. Now I disabled it in my Firefox, and tcpdump shows only one >> 'GET /project/bar ...' per request. Situation has not changed for &

[EMAIL PROTECTED] Re: CGI works, but client denied error messages in error.log

2007-08-08 Thread Georg Sauthoff
TTP/1.1 >> ...4...4GET /project/bar HTTP/1.1 > > You need to figure out where these two requests are originating. Have > you configured this server to be a forward proxy in your browser? Yes I do. Now I disabled it in my Firefox, and tcpdump shows only one 'GET /project/bar

[EMAIL PROTECTED] Re: CGI works, but client denied error messages in error.log

2007-08-08 Thread Georg Sauthoff
On 2007-08-08, Vincent Bray <[EMAIL PROTECTED]> wrote: > On 08/08/2007, Georg Sauthoff <[EMAIL PROTECTED]> wrote: >> I have a working Apache 2 setup and Apache calls successfully the >> cgi-scripts. The problem is, that for every successfull CGI-call I get a

[EMAIL PROTECTED] CGI works, but client denied error messages in error.log

2007-08-07 Thread Georg Sauthoff
Hi, I have a working Apache 2 setup and Apache calls successfully the cgi-scripts. The problem is, that for every successfull CGI-call I get a 'client denied by server configuration' error message into the error.log file. This message conflicts with the fact, that the CGI-call was executed succes