Re: httpd(8): patch to allow FastCGI chroots in sub-directories

2020-01-17 Thread Nazar Zhuk
On Tue, Jan 14, 2020 at 03:07:05PM +0100, Florian Obser wrote: > I like the idea. Unfortunately the diff does not apply. Looks like I had formatting issues there. This should apply cleanly now. Index: usr.sbin/httpd/httpd.conf.5 ===

httpd(8): patch to allow FastCGI chroots in sub-directories

2020-01-08 Thread Nazar Zhuk
httpd(8) expects FastCGI processes to have the same chroot as httpd. I propose a feature that allows multiple FastCGI processes chrooted in separate directories under /var/www (/var/www/site1, /var/www/site2, etc.) This would better isolate multiple applications. Configuration: fastcgi strip