RE: [PHP-GENERAL] How to install PHP as an CGI version of Apache?
[email protected] ("Liz Kimber")
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
On the configure line try something like ./configure --with-mysql Dont use the --with-apache bit.. Then it compiles it as a standalone binary which you can use for CGIs > -----Original Message----- > From: Amen [mailto:[email protected]] > Sent: Monday, May 15, 2000 15:08 > To: [email protected] > Subject: [PHP-GENERAL] How to install PHP as an CGI version of Apache? > > > Hi all, > > I want to install PHP as a CGI version of Apache. But I don't know how > to configure Apache for that. Where can I find such information? > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > To contact the list administrators, e-mail: [email protected] >