2026-06-14 16:53:11 +02:00
2013-10-02 18:43:47 +02:00
2026-06-14 16:53:11 +02:00
2026-06-14 13:12:25 +02:00
2013-10-02 18:43:47 +02:00

scgi-cgi

homepage: http://redmine.lighttpd.net/projects/scgi-cgi/wiki

scgi-cgi is a SCGI application to run normal cgi applications. It doesn't make CGI applications faster, but it allows you to run them on a different host and with different user permissions (without the need for suexec).

scgi-cgi is released under the MIT license.

Usage

Examples for spawning a scgi-cgi instance with daemontools or runit::

#!/bin/sh
# run script

exec spawn-scgi -n -s /var/run/scgi-cgi.sock -u www-default -U www-data -- /usr/bin/scgi-cgi

Build dependencies

Build

Clone from git: git clone https://git.lighttpd.net/lighttpd/scgi-cgi.git

Setup a build directory build:

meson setup build --prefix /usr/local

Compile it:

meson compile -C build

Install:

meson install -C build
S
Description
SCGI application to run cgi applications
https://redmine.lighttpd.net/projects/scgi-cgi
Readme 59 KiB
Languages
C 94.7%
Meson 3.2%
Roff 2.1%