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

2022-10-15 Thread Daniel Ferradal
El vie, 7 oct 2022 a las 12:11, Patrik Peng () escribió: > > 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 th

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.

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

2022-10-06 Thread Frank Gingras
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. On Thu, 6 Oct 2022 at 09:07, William Edward

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

2022-10-06 Thread William Edwards
Op 6 okt. 2022 om 13:50 heeft Patrik Peng het volgende geschreven: 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

[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