First commit

This commit is contained in:
gbucchino
2025-06-05 15:09:30 +02:00
commit 86ef235216
3134 changed files with 894514 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM httpd:2.4.59
RUN apt-get update -y && apt install -y libcgi-session-perl libpath-tiny-perl
RUN apt-get clean && rm -rf /var/cache/apt
COPY httpd.conf /usr/local/apache2/conf/
COPY listings.cgi /usr/local/apache2/cgi-bin/
RUN chmod 0655 /usr/local/apache2/cgi-bin/listings.cgi