RE: apache, iis4 and php?


Subject: RE: apache, iis4 and php?
From: Neil Moomey (neilmoomey@gci.net)
Date: Thu Aug 08 2002 - 18:01:08 AKDT


I use apache/php/MySQL/Win200 and iis4/php/MySQL/WinNT no problem. The
install instructions on the php.net website are the best.
http://www.php.net/manual/en/install.windows.php Follow them carefully
and everything should work out ok. Don't use an old copy of PHP. Get
the latest on-line. Make sure you configure Apache correctly.

Very important tip:

If you installed PHP4 in the directory "c:/php4"

***Wrong:
ScriptAlias /php/ "c:/php4/"
Action application/x-httpd-php "/php4/php.exe"

***Correct:
ScriptAlias /php/ "c:/php4/"
Action application/x-httpd-php "/php/php.exe"

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.



This archive was generated by hypermail 2a23 : Thu Aug 08 2002 - 18:04:52 AKDT