Click to See Complete Forum and Search --> : Can't install isapi-version on IIS 4.


Anon
01-04-2001, 02:42 PM
Hello,

I have installed Windows NT Option Pack 4 and it includes IIS 4. I've tried to install PHP. The CGI-version went fine, but I want to install the isapi-version.
I followed the instructions in the install file and I have edited the php.ini file but when I try to open a PHP-document, I get either "The specified module could not be found" or "Server internal error 500". Any ideas?

-Petter-

Anon
01-04-2001, 02:57 PM
Getting same error with PWS.

rbryant
01-04-2001, 03:16 PM
This happened to me too. Then I copied the php4ts.dll file into the %SYSTEMROOT%\SYSTEM32 directory, and everything worked great.


Petter Holmström wrote:
-------------------------------
Hello,

I have installed Windows NT Option Pack 4 and it includes IIS 4. I've tried to install PHP. The CGI-version went fine, but I want to install the isapi-version.
I followed the instructions in the install file and I have edited the php.ini file but when I try to open a PHP-document, I get either "The specified module could not be found" or "Server internal error 500". Any ideas?

-Petter-

ozkan
01-04-2001, 03:42 PM
Wow.. Thanks, Rob. Did not think that it could be so easy. I could ran php files on the server and I can work with myphpadmin now. Why the hell they don't mention this in the installation manual.??

Anon
01-09-2001, 01:21 PM
Didn't seem to work for me on NT4 / IIS 4 / ISAPI. I have copied every dll (the ones under dlls and extensions as well as the php4ts and php4isapi) under every directory that can be relevant. No way ...

Anon
02-24-2001, 05:14 PM
I had the same problem until I said the IIS manager to execute files with php (in the directory where they live) with php.exe and of course where it lies. Under IIS you have to configure this property for each directory.