On Sun, Dec 18, 2022 at 12:18:32PM +0100, Omar Polo wrote:
> On pypi there is a 'fastcgi' library.  it's not packaged on OpenBSD
> and I can't asses how good it is

Alternatively, just write a fastcgi handler from scratch - the protocol
is fairly simple and fully documented.

Httpd only implements a minimalist subset of fastcgi functions anyway,
so any fastcgi implementation that's designed to work with it only
needs to implement the same subset.

It's probably about one day's work.

Reply via email to