Re: [PHP] Problems with IIS4 (Win2k)

2001-03-04 Thread Phil Driscoll

Yeah after a net stop and net start I've got the cgi version working, but I
still can't
seem to get the PHP isapi module up.

This could be a permissions issue on any of the php files (php4ts.dll,
php4isapi.dll, php.ini or any extension dlls enabled in php.ini). For test
purposes, if you give full control for everyone for these files and it
starts to work, then it was a permissions problem.

What functionality is missing from the CGI version besides http-auth? can
it
handle
uploads?

I think that all you miss is some performance and the ability to get at the
headers before IIS has already acted on them. This affects authentication
and probably some other stuff as well.

You will probably also find that the CGI version is much more reliable than
the ISAPI module.

Cheers
--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.com
http://www.dtonline.org


-- 
PHP General 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]




Re: [PHP] Problems with IIS4 (Win2k)

2001-03-03 Thread Ernest E Vogelsinger

At 21:56 04.03.2001, Josh McDonald said:
[snip]
Hi,
I'm having problems with IIS 4 trying to install PHP. If I install the
exe in the application mappings, I get the good old:

"CGI Error
The specified CGI application misbehaved by not returning a complete set of
HTTP headers. The headers it did return are:"

Message, and if I use the php4isapi.dll I get "The specified module could
not be found. " Can somebody tell me what I'm doing wrong?
[snip] 

Make sure the entry is correct for .php extensions:
Executable:   %phppath%\php.exe %s %s
Both "%s" must exist, or PHP will do nothing at all.




 ...ebird

   O Ernest E. Vogelsinger
   (\)http://www.1-at-web.at/
^ ICQ#   13394035


-- 
PHP General 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]




Re: [PHP] Problems with IIS4 (Win2k)

2001-03-03 Thread Josh McDonald

Yeah after a net stop and net start I've got the cgi version working, but I
still can't
seem to get the PHP isapi module up.

What functionality is missing from the CGI version besides http-auth? can it
handle
uploads?

Gfunk

- Original Message -
From: "Ernest E Vogelsinger" [EMAIL PROTECTED]
To: "Josh McDonald" [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Saturday, March 03, 2001 6:04 PM
Subject: Re: [PHP] Problems with IIS4 (Win2k)


 At 21:56 04.03.2001, Josh McDonald said:
 [snip]
 Hi,
 I'm having problems with IIS 4 trying to install PHP. If I install
the
 exe in the application mappings, I get the good old:
 
 "CGI Error
 The specified CGI application misbehaved by not returning a complete set
of
 HTTP headers. The headers it did return are:"
 
 Message, and if I use the php4isapi.dll I get "The specified module could
 not be found. " Can somebody tell me what I'm doing wrong?
 [snip]

 Make sure the entry is correct for .php extensions:
 Executable:   %phppath%\php.exe %s %s
 Both "%s" must exist, or PHP will do nothing at all.




  ...ebird

O Ernest E. Vogelsinger
(\)http://www.1-at-web.at/
 ^ ICQ#   13394035


 --
 PHP General 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]



-- 
PHP General 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]