Skip to content
forked from darren-lester/CGI

Some stuff for experimenting with CGI programs

Notifications You must be signed in to change notification settings

nicholasklem/CGI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CGI

Dockerfile

Simple CGI-enabled Apache server on Ubuntu

Run with -t and -i options to ensure container continues to run. Port 80 is exposed. Use -v option to assign CGI directory to mount at /usr/lib/cgi-bin.

Example: docker run -t -i -p 127.0.0.1:8080:80 -v cgi-bin:/usr/lib/cgi-bin darrenlester/cgi

About

Some stuff for experimenting with CGI programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%