Re: [users@httpd] php fpm and ProxyPass

2014-05-04 Thread Otis Dewitt - NOAA Affiliate
Thanks for that update. On Sun, May 4, 2014 at 9:36 PM, Eric Covener wrote: > On Sun, May 4, 2014 at 9:03 PM, Otis Dewitt - NOAA Affiliate > wrote: > > Something you should know about mod_proxy_fcgi is that currently it > doesn’t > > support UNIX sockets, > > Supported since 2.4.7 > > ---

Re: [users@httpd] php fpm and ProxyPass

2014-05-04 Thread Eric Covener
On Sun, May 4, 2014 at 9:03 PM, Otis Dewitt - NOAA Affiliate wrote: > Something you should know about mod_proxy_fcgi is that currently it doesn’t > support UNIX sockets, Supported since 2.4.7 - To unsubscribe, e-mail: users-unsu

Re: [users@httpd] php fpm and ProxyPass

2014-05-04 Thread Otis Dewitt - NOAA Affiliate
Greetings Lennsen, Something you should know about mod_proxy_fcgi is that currently it doesn’t support UNIX sockets, so you must start your PHP-FPM process using a TCP port, which is default when you install it. Daniel Garajau wrote a interesting document on this subject: http://garajau.com.br/bl

[users@httpd] php fpm and ProxyPass

2014-05-04 Thread lennsen
I would like to set up php fpm and I am experiencing some difficulties there. 1. is it possible to solve that issue described e.g. here? http://forum.nginx.org/read.php?3,246804,246804 2. assuming that the users executing scripts can not be trusted, how would one ensure that e.g. open_basedir