[PHP] I wish: IIS and ISAPI $PHP_AUTH_USER

2001-02-05 Thread Shane McBride
I tried for days to get IIS to authorize a user with $PHP_AUTH_USER and never got anywhere, so I used apache and it works fine. I wish I just knew why. I loaded PHP as ISAPI, like the manual indicated, but no luck. I would like to use some of the functionality of IIS/NT5.0 Any ideas

Re: [PHP] I wish: IIS and ISAPI $PHP_AUTH_USER

2001-02-06 Thread Phil Driscoll
>I tried for days to get IIS to authorize a user with $PHP_AUTH_USER and never got anywhere, so I used apache and it works fine. >I wish I just knew why. I loaded PHP as ISAPI, like the manual indicated, but no luck. As well as mapping the .php file extension onto the php4isapi.dll, have you als

Re: [PHP] I wish: IIS and ISAPI $PHP_AUTH_USER

2001-02-06 Thread Shane McBride
ut no luck... To: "Shane McBride" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, February 06, 2001 4:49 AM Subject: Re: [PHP] I wish: IIS and ISAPI $PHP_AUTH_USER > >I tried for days to get IIS to authorize a user with $PHP_AUTH_USER and > never got anywhere

Re: [PHP] I wish: IIS and ISAPI $PHP_AUTH_USER

2001-02-06 Thread Phil Driscoll
Shane I can't do any testing for you at my end as I just can't get php to work as an ISAPI module on my setup without causing 500 internal server errors. It would be helpful if you could echo $PHP_AUTH_USER if it is set, just so we can see what it is set to, and echo something else (eg 'auth not

Re: [PHP] I wish: IIS and ISAPI $PHP_AUTH_USER

2001-02-06 Thread Shane McBride
TECTED]> Sent: Tuesday, February 06, 2001 11:14 AM Subject: Re: [PHP] I wish: IIS and ISAPI $PHP_AUTH_USER > Shane > > I can't do any testing for you at my end as I just can't get php to work as > an ISAPI module on my setup without causing 500 internal server errors. >

Re: [PHP] I wish: IIS and ISAPI $PHP_AUTH_USER

2001-02-06 Thread Shane McBride
uesday, February 06, 2001 11:14 AM Subject: Re: [PHP] I wish: IIS and ISAPI $PHP_AUTH_USER > Shane > > I can't do any testing for you at my end as I just can't get php to work as > an ISAPI module on my setup without causing 500 internal server errors. > > It would be helpfu

Re: [PHP] I wish: IIS and ISAPI $PHP_AUTH_USER

2001-02-07 Thread Phil Driscoll
>Did you happen to copy the php4ts.dll into the winnt directory? I am not >sure of the error you are getting, but it may help? I have all my dlls in a separate php directory since they are never going to be shared with anything else. I'm sure that this is not the problem, as a simple echo'hell