On 2023-03-17, Michael Hekeler <mich...@hekeler.com> wrote: > If you really want to run bugzilla as cgi application with slowcgi(8) > then you have to copy the required perl modules in your chroot.
Or use slowcgi -p / to disable chroot. > However since bugzilla is ultimately a cgi application you can deploy it > via fastcgi which is supported by httpd(8) natively. afaik it doesn't support fastcgi, upstream suggestion is to use fcgiwrap which does basically the same as slowcgi. -- Please keep replies on the mailing list.