--- embedaddon/lighttpd/doc/outdated/fastcgi.txt 2013/10/14 10:32:48 1.1.1.1 +++ embedaddon/lighttpd/doc/outdated/fastcgi.txt 2016/11/02 10:35:00 1.1.1.2 @@ -7,8 +7,8 @@ Module: mod_fastcgi ------------------- :Author: Jan Kneschke -:Date: $Date: 2013/10/14 10:32:48 $ -:Revision: $Revision: 1.1.1.1 $ +:Date: $Date: 2016/11/02 10:35:00 $ +:Revision: $Revision: 1.1.1.2 $ :abstract: The FastCGI interface is the fastest and most secure way @@ -107,7 +107,8 @@ fastcgi.server "max-procs" => , # OPTIONAL "broken-scriptfilename" => , # OPTIONAL "disable-time" => , # optional - "allow-x-send-file" => , # optional + "x-sendfile" => , # optional (replaces "allow-x-send-file") + "x-sendfile-docroot" => , # optional "kill-signal" => , # OPTIONAL "fix-root-scriptname" => , # OPTIONAL @@ -143,8 +144,10 @@ fastcgi.server PHP can extract PATH_INFO from it (default: disabled) :"disable-time": time to wait before a disabled backend is checked again - :"allow-x-send-file": controls if X-LIGHTTPD-send-file headers - are allowed + :"x-sendfile": controls if X-Sendfile backend response header is 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") If bin-path is set: