fcgiwrap is a simple server for running CGI applications over FastCGI.
2.5K
Dockerfile linksfcgiwrap is a simple server for running CGI applications over FastCGI. Its goal is to provide clean CGI support to the nginx webserver, although can be used with others.
docker pull wilkesystems/fcgiwrap
$ docker run -d wilkesystems/fcgiwrap
-e FCGI_CHILDREN=... Defines the number of the children-e FCGI_SOCKET=... Sets the socket path-e FCGI_SOCKET_MODE=... Sets the socket mode-e FCGI_SOCKET_OWNER=... Sets the socket owner-e FCGI_SOCKET_GROUP=... Sets the socket group-e FCGI_USER=... Sets the User-e FCGI_GROUP=... Sets the Group-e FCGI_UID=... Sets the User ID-e FCGI_GID=... Sets the Group IDNew images are automatically built by each new library/debian push.
Package: fcgiwrap
fcgiwrap is a simple server for running CGI applications over FastCGI. Its goal is to provide clean CGI support to the nginx webserver, although can be used with others.
fcgiwrap is lightweight and has no configuration, making it possible to use the same pool to run different sites.
Content type
Image
Digest
Size
182.1 MB
Last updated
about 7 years ago
docker pull wilkesystems/fcgiwrap