Re: [PHP] Re: $_SERVER['PHP_AUTH_USER'] has gone

2010-04-06 Thread Satz Klauer
Yes, the authantication-box is there. And I'm definitely using Basic auth, the same script has worked for a long time without problems. On 4/7/10, Nilesh Govindarajan wrote: > On 04/06/10 21:27, Satz Klauer wrote: >> var_dump($_SERVER) gives me several data, the following arrayindices >> contain

Re: [PHP] Re: $_SERVER['PHP_AUTH_USER'] has gone

2010-04-06 Thread Nilesh Govindarajan
On 04/06/10 21:27, Satz Klauer wrote: var_dump($_SERVER) gives me several data, the following arrayindices contain data: "HTTPS", "SSL_TLS_SNI", "HTTP_USER_AGENT", "HTTP_HOST", "HTTP_ACCEPT", "HTTP_ACCEPT_LANGUAGE", "HTTP_ACCEPT_CHARSET", "HTTP_ACCEPT_ENCODING", "HTTP_REFERER", "HTTP_COOKIE", "H

Re: [PHP] Re: $_SERVER['PHP_AUTH_USER'] has gone

2010-04-06 Thread Satz Klauer
var_dump($_SERVER) gives me several data, the following arrayindices contain data: "HTTPS", "SSL_TLS_SNI", "HTTP_USER_AGENT", "HTTP_HOST", "HTTP_ACCEPT", "HTTP_ACCEPT_LANGUAGE", "HTTP_ACCEPT_CHARSET", "HTTP_ACCEPT_ENCODING", "HTTP_REFERER", "HTTP_COOKIE", "HTTP_COOKIE2", "HTTP_CONNECTION", "HTTP_T

Re: [PHP] Re: $_SERVER['PHP_AUTH_USER'] has gone

2010-04-04 Thread Daniel P. Brown
Sorry for the top-post. Easter has me on the DROID instead of my PC. I second Rixham's thought. Is it a DSO, CGI, FCGI? What pops out in var_dump($_SERVER) and var_dump($_ENV)? On Apr 4, 2010 3:49 PM, "Nathan Rixham" wrote: Satz Klauer wrote: > Hi, > > I'm running a system with Fedora 12 and Ap

[PHP] Re: $_SERVER['PHP_AUTH_USER'] has gone

2010-04-04 Thread Nathan Rixham
Satz Klauer wrote: > Hi, > > I'm running a system with Fedora 12 and Apache/PHP default installation. > That means PHP is used as module in Apache, it is NOT running as CGI. > > Nevertheless for the latest PHP version installed there > $_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW'] and > $_SE