Skip to content

Docker image for hosting Perl-based CGI websites using NGINX and fcgiwrap

Notifications You must be signed in to change notification settings

biocorecrg/docker-perlbrew-nginx-fcgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-perlbrew-nginx-fcgi

Docker image for hosting Perl-based CGI websites using NGINX, spawn-fcgi and fcgiwrap.

You need only to keep scripts in /cgi-bin directory. Only there and *pl and *cgi files will be executed.

Do not forget to adjust the permissions of your volumes.

  • Build:

    docker build -t biocorecrg/perlbrew-nginx-fcgi .
    
  • Run:

    docker run -d -p 20001:80 -v /home/toniher/tmp/cgicont/htdocs:/htdocs -v /home/toniher/tmp/cgicont/logs:/logs -v /home/toniher/tmp/cgicont/cgi-bin:/cgi-bin biocorecrg/perlbrew-nginx-fcgi
    

About

Docker image for hosting Perl-based CGI websites using NGINX and fcgiwrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published