RE: [PHP-WIN] PHP Authentication

2002-02-22 Thread Collins, Robert
HP-WIN] PHP Authentication I am running php/CGI with IIS on Win2k with Authentification - it is working. Uwe -Ursprüngliche Nachricht- Von: Christoph Grottolo [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 21. Februar 2002 20:30 An: [EMAIL PROTECTED] Betreff: Re: [PHP-WIN] PHP Aut

RE: [PHP-WIN] PHP Authentication

2002-02-22 Thread Ross Fleming
You could always just do the authentication simply from IIS Ross -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: 22 February 2002 07:55 To: Christoph Grottolo Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] PHP Authentication Well, then you simply can't use

Re: [PHP-WIN] PHP Authentication

2002-02-21 Thread Rasmus Lerdorf
Well, then you simply can't use HTTP Authentication from PHP. The web server doesn't expose the required information to the CGI environment. It isn't PHP's fault. -Rasmus On Thu, 21 Feb 2002, Christoph Grottolo wrote: > > "Rasmus Lerdorf" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > [EMAIL PR

Re: [PHP-WIN] PHP Authentication

2002-02-21 Thread Christoph Grottolo
"Rasmus Lerdorf" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... | HTTP Auth does not work with the CGI version of PHP which is what I | presume you are using on Windows. Switch back to UNIX. oh, please, dear sysadmin, set up a real good unix server for m

Re: [PHP-WIN] PHP Authentication

2002-02-21 Thread Rasmus Lerdorf
HTTP Auth does not work with the CGI version of PHP which is what I presume you are using on Windows. Switch back to UNIX. On 21 Feb 2002 [EMAIL PROTECTED] wrote: > We just switched servers from Unix to Windows NT and all our authentication stopped >working. It brings up an internal server err

RE: [PHP-WIN] PHP Authentication

2002-02-21 Thread Collins, Robert
It took some digging on the PHP-Win Archive but I found the answer a long time ago... First you have to be running PHP as an Apache module (not a CGI), and there was an extra .dll to load. Sorry I'm not more specific, but I just can't seem to remember the details. Hope this points you in the right