added man page for spawn-fcgi and add a example for conditionals and simple-vhost
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@65 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/release-1.3.12
parent
5ca4dff14d
commit
b103512514
@ -0,0 +1,13 @@
|
||||
.TH SPAWNFCGI 1 2003-12-21
|
||||
.SH NAME
|
||||
spawn-fcgi \- spawning FastCGI processes
|
||||
.SH SYNOPSIS
|
||||
spawn-fcgi -f <fastcgi-binary> [-p <port> | -s <socket>] [-C <num-of-php-procs>] [-c <chroot-dir>] [-u <username>] [-g <groupname>]
|
||||
spawn-fcgi -v
|
||||
spawn-fcgi -h
|
||||
.SH DESCRIPTION
|
||||
spawn-fcgi is used to spawn remote FastCGI processes.
|
||||
.SH SEE ALSO
|
||||
lighttpd(1)
|
||||
.SH AUTHOR
|
||||
jan@kneschke.de
|
Loading…
Reference in New Issue