Can't seem to get php to run on 2000 Adv Server

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
minuswired
Forum Newbie
Posts: 2
Joined: Thu Jun 10, 2004 8:49 pm

Can't seem to get php to run on 2000 Adv Server

Post by minuswired »

I've been everywhere trying to find someone with similar problems, but no luck. I hope you can help!

OS: Windows 2000 Advanced Server
Webserver: IIS 5.0
PHP: Version 4.3.7

I ran the binary installer... and all I can get from a php doc is "HTTP 400 - Bad Request". There are no logs or data to learn why php is not running. There were no errors on the install and it indeed was installed (checked).

Ideas?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

check to see that the isapi version of php is installed and working in IIS.

moving to web servers forum..
minuswired
Forum Newbie
Posts: 2
Joined: Thu Jun 10, 2004 8:49 pm

Post by minuswired »

Can you please be more specific?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

IIS extensions are run through the ISAPI or information server application programming interface (I think that's it)... anyways.. check the following link (http://www.php.net/manual/en/install.iis.php) in the user notes, there are a few comments about IIS5 which may help.
Last edited by feyd on Fri Jun 11, 2004 3:41 pm, edited 1 time in total.
User avatar
anjanesh
DevNet Resident
Posts: 1679
Joined: Sat Dec 06, 2003 9:52 pm
Location: Mumbai, India

Post by anjanesh »

This may be really helpful. (Download the php4.3.7 zip file.)
http://www.benmardesign.com/IIS_PHP_MYS ... setup.html
Post Reply