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.
>
>
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
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