[EMAIL PROTECTED] No remote user in LOG file in CGI (HTTP Authentification)

2007-08-03 Thread apache . org
Hello, According to my previous post on the bug track: http://issues.apache.org/bugzilla/show_bug.cgi?id=43018 This is a script in PHP that is called by the a CGI handler in Apache. HTTP Authentification. In a normal Apache module environnement, a HTTP Authentification is called and we can

Re: [EMAIL PROTECTED] No remote user in LOG file in CGI (HTTP Authentification)

2007-08-03 Thread Joshua Slive
On 8/3/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, According to my previous post on the bug track: http://issues.apache.org/bugzilla/show_bug.cgi?id=43018 This is a script in PHP that is called by the a CGI handler in Apache. HTTP Authentification. Your problem is very hard to

Re: [EMAIL PROTECTED] No remote user in LOG file in CGI (HTTP Authentification)

2007-08-03 Thread Joshua Slive
On 8/3/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Authentification is configured by PHP, it send to the browser required headers in order to provide authentification : header(WWW-Authenticate: Basic realm=\Realm\); header(HTTP/1.0 401 Unauthorized); For the CGI, it is called in

Re: [EMAIL PROTECTED] No remote user in LOG file in CGI (HTTP Authentification)

2007-08-03 Thread apache . org
Hi, Authentification is configured by PHP, it send to the browser required headers in order to provide authentification : header(WWW-Authenticate: Basic realm=\Realm\); header(HTTP/1.0 401 Unauthorized); For the CGI, it is called in Apache CONF as following : AddHandler cgi-php5 .php5 .php