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.
PHP Rendering on IIS
Moderator: General Moderators
- JAB Creations
- DevNet Resident
- Posts: 2341
- Joined: Thu Jan 13, 2005 6:44 pm
- Location: Sarasota Florida
- Contact:
Re: PHP Rendering on IIS
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.
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.
Re: PHP Rendering on IIS
To be able to use all the nice stuff IIS lets you do that Apache doesn't.Now why would any one want to use a free framework that is supported by free web servers on free operating systems?
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.
Re: PHP Rendering on IIS
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.