Am 17.03.23 23:02 schrieb Stuart Henderson: > On 2023-03-17, Michael Hekeler <[email protected]> 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.
Uuh - didn't know that. I was sure that bugzilla is a fastcgi app :-/ Anyway thanks for clarification.

