https://bugzilla.redhat.com/show_bug.cgi?id=1738385 --- Comment #3 from Petr Pisar <ppisar@xxxxxxxxxx> --- If you don't need long-running server jobs or preserving a state between HTTP requests, I would go with classical CGI scripts. If you want to have a server spanning across multiple HTTP requests, mod_fcgid is probably the right way to go. Plenty of other languages like PHP or Python actually prefer FastCGI interface. mod_fcgi itself also suffers from some issues, e.g. I know about bug #1651746, that's pretty annoying when using PSGI applications. But mod_fcgid is still supported by Apache, last upstream commit <http://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk> was at the beginning of this year and Red Hat actively fixes bugs there. The code base is smaller and does not embed any interpreter in contrast to mod_perl thus it's easier for maintenance and more secure. Although mod_fcgid is far from vibrant development (partially because FastCGI interface is provided by various other HTTP servers like Nginx and thus FastCGI users are more spread), it's definily maintained and maintainable. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx