On Thu, 29 Sep 2016, Chris Bennett wrote:
Thanks to stu@, he's informed me that mod_perl is a big problem for OpenBSD modernising its Perl forward. So I'm going to try and move to FastCGI.
[...]
I'm going to go study FastCGI myself now.
I think perhaps there is a much better and simpler alternative to FastCGI: to use the proxy capability of a http server and to embed a specialized http server (only few lines in C or a scripting language) in your application. It seems that FastCGI still could have an advantage, like multiplexing, but very probably you will not need it. See for example: https://ef.gy/fastcgi-is-pointless Rodrigo.