On 9/20/18, Chris Bennett <[email protected]> wrote: > I started manually to include Perl files one at a time to learn how > things work at home on -current. Then I copied everything in. > But why risk security for unused Perl?
httpd(8) supports fastcgi so you can run outside the chroot and communicate via a socket. See httpd.conf(5) That way you can keep the chroot lean. /Lars

