You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
835 B
30 lines
835 B
.TH scgi-cgi 1 "Oct 1, 2013" |
|
. |
|
.SH NAME |
|
. |
|
scgi-cgi \- a SCGI application to run cgi applications |
|
. |
|
.SH OPTIONS |
|
. |
|
.TP 8 |
|
.B \-b <binary> |
|
Executable to start instead of INTERPRETER or SCRIPT_FILENAME from SCGI environment. |
|
.TP 8 |
|
.B \-c <number> |
|
Maximum number of connections (default 16) |
|
.TP 8 |
|
.B \-v |
|
Shows version information and exits |
|
. |
|
.SH 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). |
|
.P |
|
For running you probably want spawn-fcgi (http://redmine.lighttpd.net/projects/spawn-fcgi) |
|
.SH EXAMPLE |
|
Example usage: |
|
|
|
spawn-fcgi -n -s /var/run/scgi-cgi.sock -u www-default -U www-data -- /usr/bin/scgi-cgi |
|
.SH AUTHOR |
|
scgi-cgi was written by Stefan Bühler.
|
|
|