Click to See Complete Forum and Search --> : PHP 4.0.1 as an ISAPI module on Apache Win32


Anon
07-02-2000, 06:53 PM
Hello all,

Anyone have any suggestions on what changes I need to make to my httpd.comf (and/or php.ini) to run PHP 4.0.1 as an isapi module on Apache (win32)? I've tried everything I can think of, but when I try to start the server it gives me an error and says it can't load php4isapi.dll into the server. I've tried it using both the php4isapi.dll file included in the 4.0.1pl2 release from php.net and the same file from download.swwwing.com. Thanx for any help!!!!



Geoff

Anon
07-03-2000, 08:08 AM
Go here...

PHP4 module for Apache Win32 : HOW TO

http://www.geocities.com/ro_marius/mod_php4.html

Currently compiled for v4.0. Works ok.
I`ve tried it with 4.01, did not work, I think you have to recompile it.

There is instructions for compiling the module as well.

Hope this helps,
Oliver-b

Anon
07-03-2000, 08:41 AM
I am afraid that the ISAPI module in the PHP4 win32 binary distribution is for IIS not for Apache. Although Apache for Win32 permits to works with ISAPI, I gess it works directly with ISAPI and is not able to work with files asociated with an ISAPI extension ( like .php or .asp ) or at least I canīt figure out how it can be done.