Re[2]: [PHP] installing php as cgi on linux

2001-07-27 Thread Richard Kurth
ll> it won't load until after you closed IE and reopened. Jon Snell> -Original Message- Jon Snell> From: Richard Kurth [mailto:[EMAIL PROTECTED]] Jon Snell> Sent: Friday, July 27, 2001 2:20 PM Jon Snell> To: php Jon Snell> Subject: [PHP] installing php as cgi on linu

RE: [PHP] installing php as cgi on linux

2001-07-27 Thread Jon Snell
riday, July 27, 2001 2:20 PM To: php Subject: [PHP] installing php as cgi on linux I am trying to get php as cgi installed on a RedHat7 box to be used with Apache. I configured it with ./configure --with-mysql did a make and then a make install every thing whet just fine. I add ScriptAlias /php/

[PHP] installing php as cgi on linux

2001-07-27 Thread Richard Kurth
I am trying to get php as cgi installed on a RedHat7 box to be used with Apache. I configured it with ./configure --with-mysql did a make and then a make install every thing whet just fine. I add ScriptAlias /php/ "/usr/local/bin/php" AddType application/x-httpd-php .php4 .php3 .phtml .php AddTyp