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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vindimy
Forum Newbie
Posts: 2
Joined: Fri Jul 18, 2003 11:43 am
Location: Seattle
Contact:

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

Post 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?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Have you configured the web server to recognise .php files as PHP files?

Mac
vindimy
Forum Newbie
Posts: 2
Joined: Fri Jul 18, 2003 11:43 am
Location: Seattle
Contact:

Post 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 :(
Goblin
Forum Newbie
Posts: 1
Joined: Fri Jul 25, 2003 8:42 am

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

Post 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
Post Reply