RE: [PHP] IIS and PHP authorization

2001-01-30 Thread James Moore
> [snip] > >There is an ISAPI module. > [snip] > > yes, which is more than unstable as I found... Using a good > machine (2xXeon > 550, 512 MB, NT4/SP6a/IIS4) it constantly crashed being a filter, and > crashed being

Re: [PHP] IIS and PHP authorization

2001-01-29 Thread Ernest E Vogelsinger
At 06:48 28.01.2001, Rasmus Lerdorf said: [snip] >There is an ISAPI module. [snip] yes, which is more than unstable as I found... Using a good machine (2xXeon 550, 512 MB, NT4/SP6a/IIS4) it constantly crashed being a

Re: [PHP] IIS and PHP authorization

2001-01-27 Thread Rasmus Lerdorf
e McBride" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Saturday, January 27, 2001 9:44 PM > Subject: Re: [PHP] IIS and PHP authorization > > > > If you are using the CGI version of PHP then this won't work. You can't > > do HTTP auth f

Re: [PHP] IIS and PHP authorization

2001-01-27 Thread Shane McBride
I thought PHP would only run as CGI on IIS? Right now I'm trying to config Apache. - Original Message - From: "Rasmus Lerdorf" <[EMAIL PROTECTED]> To: "Shane McBride" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, January 27,

Re: [PHP] IIS and PHP authorization

2001-01-27 Thread Rasmus Lerdorf
If you are using the CGI version of PHP then this won't work. You can't do HTTP auth from the CGI version. -Rasmus On Sun, 28 Jan 2001, Shane McBride wrote: > I finally got PHP, MySQL and Win2k installed after a long hard battle with a Promise >Ultra/66 controller card. Now, PHP seems to work

[PHP] IIS and PHP authorization

2001-01-27 Thread Shane McBride
I finally got PHP, MySQL and Win2k installed after a long hard battle with a Promise Ultra/66 controller card. Now, PHP seems to work fine exceot when I have a script that requires authorization, I never get the popup box to input the login and password. Here's the script: Any ideas? TIA- S