Re: [users@httpd] mod_proxy, php-fpm and DirectoryIndex

2015-01-31 Thread lennsen
thank you :> Eric Covener schrieb: > On Sat, Jan 31, 2015 at 9:04 PM, wrote: > > Any ideas how to solve that issue? Any hints would be appreciated > > Tried the SetHandler recipes in the mod_proxy_fcgi docs? They let the > core of apache do more mapping of URL to filesystem. > >

[users@httpd] mod_proxy, php-fpm and DirectoryIndex

2015-01-31 Thread lennsen
hello I would like to provide PHP via php-fpm and use proxypass for that, which relays any requests for php files to the listening FPM-Server, which then parses the PHP code, e.g.: LoadModule proxy_fcgi_module ...mod_proxy_fcgi.so LoadModule proxy_handler_module .../mod_proxy_handler.so -> Pro

[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