Page 1 of 1

Problem w/install - Win .Net '03 Serv + IIS 6 + PHP 4.3.2

Posted: Fri Jul 18, 2003 11:43 am
by vindimy
I've got a problem - I cannot install stable PHP release on my Windows .NET 2003 Server, Enterprise Edition. I followed all the instructions, multiple times, have tried to use both .zip package and .msi installer. When using .msi, everything's going smooth until the end, when it notifies:

Unable to configure webserver
Due to a missing OCX control on your system, the installation Wizard is unable to configure your web server. However, PHP has been successfully installed, and all you need to do now is manually configure the web server as described in the install.txt file which can be found in your php installation directory. [ OK ]

After all I've done, I try to put a phpinfo.php file in site's root folder. It comes up with error 404, not found. I've tried to put ALL the dlls in distribution to my %systemroot% folder and adjust permissions. It doesn't matter.

I've tried using both php.exe and SAPI configurations. SAPI service php4isapi doesn't want to start - from the log file, I see: Unable to start php4isapi.dll What could be the problem?

Posted: Mon Jul 21, 2003 3:22 am
by twigletmac
Have you configured the web server to recognise .php files as PHP files?

Mac

Posted: Mon Jul 21, 2003 11:41 am
by vindimy
yes i did configured .php extension.. php doesn't work with .net server! everything is hopeless, i guess i'll have to stick to asp :(

Problem w/install - Win .Net '03 Serv + IIS 6 + PHP 4.3.2

Posted: Fri Jul 25, 2003 8:42 am
by Goblin
I've .net Server 2003 Enterprise with PHP 4.3.2 and all works fine. What build do you have installed?
Why don't you install apache if can't work with IIS? Then you wouldn't have to use asp! :wink:

Regards