jorti/fcgiwrap

Project ID: 3408

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 (53 downloads)
Centos-stream 9 aarch64 (0)*, x86_64 (0)* Centos-stream 9 (61 downloads)
EPEL 7 ppc64le (0)*, x86_64 (16)* EPEL 7 (364 downloads)
EPEL 8 aarch64 (8)*, ppc64le (8)*, x86_64 (8)* EPEL 8 (49 downloads)
Fedora 37 aarch64 (0)*, armhfp (0)*, i386 (8)*, ppc64le (8)*, s390x (0)*, x86_64 (9)* Fedora 37 (0 downloads)
Fedora 38 aarch64 (0)*, i386 (8)*, ppc64le (9)*, s390x (0)*, x86_64 (9)* Fedora 38 (21 downloads)
Fedora 39 aarch64 (0)*, i386 (8)*, ppc64le (8)*, s390x (0)*, x86_64 (8)* Fedora 39 (17 downloads)
Fedora 40 aarch64 (0)*, i386 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (0)* Fedora 40 (4 downloads)
Fedora rawhide aarch64 (0)*, i386 (8)*, ppc64le (10)*, s390x (0)*, x86_64 (8)* Fedora rawhide (180 downloads)

* Total number of downloaded packages.