Actions
scgi-cgi¶
Description¶
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).
Usage¶
Examples for spawning a scg-cgi instance with daemontools or runit:
#!/bin/sh # run script exec spawn-fcgi -n -s /var/run/scgi-cgi.sock -u www-default -U www-data -- /usr/bin/scgi-cgi
License¶
- MIT: source:COPYING
Updated by stbuehler about 11 years ago ยท 1 revisions