[users@httpd] Tuning TLS of reverse proxy

2022-10-06 Thread Will Fatherley
Hi all, Please let me know if this is not suitable for the user distribution list— There is an interesting question on stack overflow regarding reverse proxy handling of TLS protocol whereby the user is interested in having httpd (the reverse proxy) tunnel incoming requests to a specific TLS impl

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