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

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

2015-01-31 Thread Eric Covener
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