Introduction
In my last post, I discussed building RPM packages for the Perl Oracle DB driver for Enterprise Linux. These packages were then used to build a Docker container running Apache and an Oracle client, which could be used to serve Perl CGI scripts. In this post I discuss installing this same module, but in a Debian-based Apache/HTTPD container, which is more lightweight and better-suited to running Apache than a full OS container. For me, this was a quick way to get a 90s-style Apache CGI environment up and running in order to start learning how to do some basic web development for systems administration (full disclosure: I am not a web developer).
