Description
fcgiwrap is a simple server for running CGI applications over FastCGI. It hopes to provide clean CGI support to Nginx (and other web servers that may need it).
Installation Instructions
I'm using it in Nginx with these systemd units:
# cat /etc/systemd/system/fcgiwrap.socket
[Unit]
Description=fcgiwrap Socket
[Socket]
SocketMode=0600
SocketUser=nginx
SocketGroup=nginx
ListenStream=/run/nginx/fcgiwrap.sock
[Install]
WantedBy=sockets.target
# cat /etc/systemd/system/fcgiwrap.service
[Unit]
Description=Simple CGI Server
After=nss-user-lookup.target
[Service]
ExecStart=/usr/sbin/fcgiwrap
User=apache
Group=apache
[Install]
Also=fcgiwrap.socket
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
ppc64le (0)*, x86_64 (0)* | Epel for CentOS 7 (247 downloads) |
![]() |
i386 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora 25 (0 downloads) |
![]() |
i386 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora 26 (0 downloads) |
![]() |
i386 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora 27 (0 downloads) |
![]() |
i386 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora 28 (0 downloads) |
![]() |
i386 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora 29 (0 downloads) |
![]() |
i386 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora 30 (0 downloads) |
![]() |
i386 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora 31 (0 downloads) |
![]() |
i386 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora 32 (25 downloads) |
![]() |
i386 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora 33 (14 downloads) |
![]() |
i386 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora rawhide (87 downloads) |
* Total number of packages downloaded in the last seven days.
Quick Enable
$ dnf copr enable jorti/fcgiwrap
More info about enabling Copr repositories