Re: [PHP-GENERAL] How to install PHP as an CGI version of Apache?
[email protected] ("Amen")
| Newsgroups | php.general |
|---|---|
| Organization | PDAzip |
| Message-ID | <001e01bfbe85$073058c0$c8670a0a@p> |
Thanks a lot
But how to configure Apache to use the PHP binary in response to .php? I
want to keep the syntax <?php xxxx ?> but don;t want to use something like
#!/usr/local/php/bin/php
Thanks.
----- Original Message -----
From: Liz Kimber <[email protected]>
To: Amen <[email protected]>; <[email protected]>
Sent: Sunday, May 14, 2000 10:27 PM
Subject: RE: [PHP-GENERAL] How to install PHP as an CGI version of Apache?
> 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]
> >
>
>
> --
> 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]