Skip to content

hypoport/httpd-cgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httpd-cgi

Docker image with apache in order to run minimal scripts via cgi.

mount folder with cgi-scripts

docker run -d -p 9090:80 
  -v $(pwd)/scripts:/usr/local/apache2/cgi-bin 
  hypoport/httpd-cgi

pass environment variables into cgi context

docker run -d -p 9090:80 
  -e "CGI_ENV_VARNAME=varcontent"
  hypoport/httpd-cgi

will result in an environment variable named:'VARNAME' with the content:'varcontent'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published