Re: [PHP-WIN] IIS5 PHP Fails

2001-04-17 Thread Joe Brown
Or better yet, download and install Apache! I got bit w/iis4 and shutdown startup not working ... Am now using php4apache.dll instead of the cgi on a production server now. >8^O ""Phil Driscoll"" <[EMAIL PROTECTED]> wrote in message 009001c0c76a$3a4d2910$0c01a8c0@philsntserver">news:009001c0c7

RE: [PHP-WIN] IIS5 PHP Fails

2001-04-17 Thread Panya Worawichawong
also, it's always a good idea to do before you do any other scripts. -panya -Original Message- From: Frank M. Kromann [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 10:57 PM To: Shannon Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] IIS5 PHP Fails You do not need to hav

Re: [PHP-WIN] IIS5 PHP Fails

2001-04-17 Thread Phil Driscoll
>When I access the page hello.php, I get a 500 error. Any hints? Change your installation from isapi to cgi (change scriptmap from php4isapi.dll to php.exe and remove php from your list of isapi filters. Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http

Re: [PHP-WIN] IIS5 PHP Fails

2001-04-17 Thread Frank M. Kromann
You do not need to have any PHP files in winnt\system32. On my system I have all php files in c:\php4 and I have php.ini in c:\winnt. I have created script mappings connecting the .php extension with c:\php4\php.exe or c:\php4\php4isapi.dll This way it is easy to update and maintain, and I can