RE: [PHP-WIN] Re: PHP 5.3 IIS 5.1 not working...help!

2009-07-30 Thread Fred Silsbee
I installed cgi without hitch! cgi.force_redirect = 0 extension_dir =  "C:\PHP\ext" commented out ;doc_root = "C:\inetpub\wwwroot" // for IIS/PWS and now it works...thanks...WHEW! I never found any statement of the necessity of having cgi! The instructions ramble around --- On Thu, 7/30/0

RE: [PHP-WIN] Re: PHP 5.3 IIS 5.1 not working...help!

2009-07-30 Thread Fred Silsbee
thanks! --- On Thu, 7/30/09, Ruslan Yakushev wrote: > From: Ruslan Yakushev > Subject: RE: [PHP-WIN] Re: PHP 5.3 IIS 5.1 not working...help! > To: "'Fred Silsbee'" , "'Elizabeth M Smith'" > > Cc: "'php-windows@lists.php.net'" > Date: Thursday, July 30, 2009, 8:35 PM > It is highly recommend

RE: [PHP-WIN] Re: PHP 5.3 IIS 5.1 not working...help!

2009-07-30 Thread Ruslan Yakushev
It is highly recommended to use FastCGI Extension for IIS 5.1. You can download the FastCGI Extension from here: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=227219aa-6aec-4b80-a9fa-76f811ee9e84 -Original Message- From: Fred Silsbee [mailto:fredsils...@yahoo.

[PHP-WIN] Re: PHP 5.3 IIS 5.1 not working...help!

2009-07-30 Thread Fred Silsbee
is isapi the default for IIS 5.1? I didn't have a php5isapi file in the download? I didn't make a isapi entry in the properties tab of IIS 5.1 --- On Thu, 7/30/09, Elizabeth M Smith wrote: > From: Elizabeth M Smith > Subject: Re: PHP 5.3 IIS 5.1 not working...help! > To: "Fred Silsbee" > Cc:

[PHP-WIN] Re: PHP 5.3 IIS 5.1 not working...help!

2009-07-30 Thread Elizabeth M Smith
Fred Silsbee wrote: > http://72.47.28.125:8080/phpinfo.php not working > ERROR: > The website cannot display the page > HTTP 500 > > IIS 5.1, PHP 5.3 XP Prof SP3 + all updates > PHP 5.2.8 worked great and took a few minutes to install > > phpinfo.php is in C:\inetpub\wwwroot > > phpinfo();

[PHP-WIN] PHP 5.3 IIS 5.1 not working...help!

2009-07-30 Thread Fred Silsbee
http://72.47.28.125:8080/phpinfo.php not working ERROR: The website cannot display the page HTTP 500 IIS 5.1, PHP 5.3 XP Prof SP3 + all updates PHP 5.2.8 worked great and took a few minutes to install phpinfo.php is in C:\inetpub\wwwroot php.ini has: doc_root = "C:\inetpub\wwwroot" // fo