httpd cgi image
1.0.0
A simple Docker container for testing CGI scripts with Apache HTTP Server.
Build the image:
docker build -t httpd-cgi .Run the container:
docker run --rm -it -p 8080:80 httpd-cgiThe server will be available at http://localhost:8080
/var/www/cgi-bin/
/var/www/html/
Place your:
www/cgi-bin/
www/html/