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 |
---|---|---|
Centos-stream 8 | aarch64 (0)*, ppc64le (0)*, x86_64 (0)* | Centos-stream 8 (84 downloads) |
Centos-stream 9 | aarch64 (0)*, x86_64 (0)* | Centos-stream 9 (87 downloads) |
EPEL 7 | ppc64le (0)*, x86_64 (17)* | EPEL 7 (389 downloads) |
EPEL 8 | aarch64 (12)*, ppc64le (13)*, x86_64 (13)* | EPEL 8 (68 downloads) |
Fedora 38 | aarch64 (0)*, i386 (12)*, ppc64le (15)*, s390x (0)*, x86_64 (13)* | Fedora 38 (0 downloads) |
Fedora 39 | aarch64 (0)*, i386 (11)*, ppc64le (13)*, s390x (0)*, x86_64 (12)* | Fedora 39 (30 downloads) |
Fedora 40 | aarch64 (0)*, i386 (1)*, ppc64le (0)*, s390x (0)*, x86_64 (4)* | Fedora 40 (24 downloads) |
Fedora 41 | aarch64 (0)*, i386 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (0)* | Fedora 41 (6 downloads) |
Fedora rawhide | aarch64 (0)*, i386 (15)*, ppc64le (16)*, s390x (0)*, x86_64 (16)* | Fedora rawhide (200 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable jorti/fcgiwrap
More info about enabling Copr repositories