Re: PHP-FPM with Apache 2.4, forward all request for all virtual host

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Apr 4, 2013 at 10:27 PM, Jose Nobile <jose.nobile@xxxxxxxxx> wrote:

> How?
>
> If is required set the website path to PHP-FPM, from Apache Wiki:
>
> ProxyPassMatch ^/(.*\.php)$ fcgi://127.0.0.1:9000/var/www/$1
>
>
>
>
> Saludos,
> José Nobile
>
>
>
with mod_proxy_fcgi you indeed need this line in each vhost. If you don't
want this, then you need to use something else, like mod_fastcgi or
mod_cgid?
mod_cgid should work out of the box, with mod_fastci you might to compile
this version for Apache 2.4:
https://github.com/ByteInternet/libapache-mod-fastcgi

- Matijn

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux