Re: [users@httpd] Apache PHP-FPM Integration with mod_proxy_fcgi and multiple Users

2022-10-07 Thread Patrik Peng
On 06.10.22 16:03, Frank Gingras wrote: The only solution is to remove the FileInfo override, and merge all the changes in your vhost. Users should not be allowed to override the vhost configuration. Yes, that means they also cannot add their own mod_rewrite recipes, but that is a good thing.

[users@httpd] Apache PHP-FPM Integration with mod_proxy_fcgi and multiple Users

2022-10-06 Thread Patrik Peng
Hi there I'm trying to create a multi user setup with Apache/2.4.54, mod_proxy_fcgi and PHP-FPM on a FreeBSD machine. I already got a working solution with php-fpm running and the following config in the user's .htaccess: ---8<---   SetHandler "proxy:unix:/var/run/php-fpm/user1-php81.sock|fc