version 1.1, 2013/10/14 10:32:48
|
version 1.1.1.2, 2016/11/02 10:35:00
|
Line 107 fastcgi.server
|
Line 107 fastcgi.server
|
"max-procs" => <integer>, # OPTIONAL |
"max-procs" => <integer>, # OPTIONAL |
"broken-scriptfilename" => <boolean>, # OPTIONAL |
"broken-scriptfilename" => <boolean>, # OPTIONAL |
"disable-time" => <integer>, # optional |
"disable-time" => <integer>, # optional |
"allow-x-send-file" => <boolean>, # optional | "x-sendfile" => <boolean>, # optional (replaces "allow-x-send-file") |
| "x-sendfile-docroot" => <boolean>, # optional |
"kill-signal" => <integer>, # OPTIONAL |
"kill-signal" => <integer>, # OPTIONAL |
"fix-root-scriptname" => <boolean>, |
"fix-root-scriptname" => <boolean>, |
# OPTIONAL |
# OPTIONAL |
Line 143 fastcgi.server
|
Line 144 fastcgi.server
|
PHP can extract PATH_INFO from it (default: disabled) |
PHP can extract PATH_INFO from it (default: disabled) |
:"disable-time": time to wait before a disabled backend is checked |
:"disable-time": time to wait before a disabled backend is checked |
again |
again |
:"allow-x-send-file": controls if X-LIGHTTPD-send-file headers | :"x-sendfile": controls if X-Sendfile backend response header is allowed |
are allowed | (deprecated headers: X-Sendfile2 and X-LIGHTTPD-send-file) |
| ("x-sendfile" replaces "allow-x-sendfile") |
| :"x-sendfile-docroot": list of directory trees permitted with X-Sendfile |
:"fix-root-scriptname": fix broken path-info split for "/" extension ("prefix") |
:"fix-root-scriptname": fix broken path-info split for "/" extension ("prefix") |
|
|
If bin-path is set: |
If bin-path is set: |