>Up to now I always worked with PHP/Apache (Unix, Linux, Win; CGI,
>Module). Now a customer of mine would like to subscribe for a PHP/IIS
>hosting offer. What surprises, exceptions, and special cases (compared
>to Apache solutions) do I have to take into consideration when I agree
>with the customers proposal?
The only real issue is that the ISAPI module is not stable enough for
serious use so you will have to go with the cgi version. This will give you
a bit of a performance hit and also mean that authentication headers have
already been handled by the server before the php script gets a look in, so
you can't do php authentication (although you can let NT do authentication
for you).
Cheers
--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.com
http://www.dtonline.org
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]