« Previous Next »
Last post 09-15-2008 6:21 AM by JHoward501. 4 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (5 items)
Sort Posts: Oldest to newest Newest to oldest
I need help !
I'm trying to install PHP ver 5..2.6 on Win 2K server w/ IIS5...
I can't make it work at all, so I guess I need step-by-step instructionS
Any help will be appreciated,
Howard
Hi,I am assuming you are trying to use fastcgi extension to run php. Download non thread safe zip package for windows from http://www.php.net/downloads.php, unzip the package on your server and then follow instructions in following article.http://learn.iis.net/page.aspx/248/configuring-fastcgi-extension-for-iis60/Some additional information is available in this article.Thanks,Kanwal
Hi Kanwai,
No, that's not exatly the case....
I have IIS 5 on win 2k Server, not IIS 6.. so I don't have Fast CGI ( I understand that
Fast CGI is only for IIS6 & 7...
Thanks,
Yes FastCGI isn't supported on IIS5.1 because of a licensing issue. But you would have already figured you could use PHP as a CGI or ISAPI. Here are couple of links that I would use:
http://us2.php.net/manual/en/install.windows.iis.php
This one is more specific:
http://www.iis-aid.com/articles/how_to_guides/installing_php_5_on_iis_in_5_simple_steps
Thanks,Mukhtar DesaiIIS Performance Team
Thank you Muktar,
These instruction are great.. even for a dummy like me !
It works now, Thanks again