@negative12dollarbill @Npazo What they mean is that “runs on #Apache and #Perl” isn’t specific enough to offer a recommendation. Is the web app using #CGI or the #mod_perl extension to Apache httpd? Does it rely on custom additions to the Apache configuration? etc.

You can try using #PSGI as @ovid suggested, but there may be more work involved and I don’t know how familiar you are with the app you inherited.

🌘 在Docker中運行mod_perl與Mojolicious
➤ 在Docker中運行mod_perl和Mojolicious的步驟
https://rawley.xyz/docker-mod-perl.html
本文介紹瞭如何在Docker中使用mod_perl和Mojolicious運行應用程序的步驟。從生成配置文件到編寫應用程序,再到編寫Plack shim和mod_perl Apache配置,最後使用Dockerfile進行打包和運行。
+ 這篇文章非常詳細地介紹瞭如何在Docker中運行mod_perl和Mojolicious,對於有需要的開發人員來說非常有用。
+ Docker化應用程序是現代開發的一個重要趨勢,這篇文章提供了一個很好的指南,讓開發人員能夠輕鬆地在Docker中運行mod_perl和Mojolicious。
#Docker #mod_perl #Mojolicious
Running mod_perl with Mojolicious in Docker

Running Apache mod_perl and Mojolicious in Docker

@smxi @RL_Dane @benjaminhollon @sotolf People who think #PHP is an odd dialect of #Perl can’t get past the variable sigils.

As for why #PHP took off it was simple: it provided a sandboxable #Apache #httpd extension that web hosts felt comfortable opening to users. Perl only had #mod_perl which gave you *everything* Apache could do without restriction.

Was asked about a problem with #mod_perl and decided it was easier to switch to #plack https://gist.github.com/afresh1/bc9318482a9fdba74b99823b4c120be3 #perl #blogsum
blogsum as a Plack app - https://github.com/obfuscurity/blogsum - https://metacpan.org/pod/Plack - Patches needed due to CGI::Compile: https://metacpan.org/pod/CGI::Compile#CAVEATS

blogsum as a Plack app - https://github.com/obfuscurity/blogsum - https://metacpan.org/pod/Plack - Patches needed due to CGI::Compile: https://metacpan.org/pod/CGI::Compile#CAVEATS