PHP Rendering on IIS

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
Seesh
Forum Newbie
Posts: 2
Joined: Mon Mar 23, 2009 11:50 am

PHP Rendering on IIS

Post by Seesh »

Hi, I'm new to php installation on IIS. I'm having a hard time rendering my php files on IIS.

I was getting a CGI timeout which seemed to be fixed using the following link http://blog.micfo.com/php-hosting-tutor ... -with-iis/.

Now I get the source code displayed on my page

Sample:

phpinfo() PHP Version => 5.2.9-1 System => Windows NT ..... 5.1 build 2600 Build Date => Mar 5 2009 20:01:54 Configure Command => cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--...

I read about the need to install fastcgi which too is not solving the problem.
http://learn.iis.net/page.aspx/247/usin ... on-iis-60/

Any suggestions?

I am working on an Windows XP machine on IIS 5.1.

Thanks.
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Re: PHP Rendering on IIS

Post by JAB Creations »

Now why would any one want to use a free framework that is supported by free web servers on free operating systems?

Get yourself a free copy of XAMPP and you'll be up and running Apache web server and PHP in mere minutes after installation.

However if you insist on using IIS I recommend starting here.
Doug G
Forum Contributor
Posts: 282
Joined: Sun Sep 09, 2007 6:27 pm

Re: PHP Rendering on IIS

Post by Doug G »

Now why would any one want to use a free framework that is supported by free web servers on free operating systems?
To be able to use all the nice stuff IIS lets you do that Apache doesn't.

PHP works fine with IIS. Review the installation procedure you used, review the instructions provided with your php download. For myself, I use the isapi manual installation, which has worked on every version of my windows servers from NT4 through Vista, and since Vista uses IIS7 I assume php runs fine on W2008 server.
Seesh
Forum Newbie
Posts: 2
Joined: Mon Mar 23, 2009 11:50 am

Re: PHP Rendering on IIS

Post by Seesh »

Thanks. I finally used XAMPP and was able to get the *php files to work! However, I am using MS SQL instead of MySQL so am working around figuring out some connectivity issues there.
Post Reply