Merge commit 'refs/top-bases/t/config/auto-fcgi' into t/config/auto-fcgi
[git/gitweb.git] / .topmsg
bloba6ab9a608c32f5dc9bc5b8d7484e73fffcbd1a58
1 Subject: [PATCH] gitweb: support automatic FCGI detection
3 Add support for a new configuration option '$auto_fcgi' and when
4 true automatically activate FCGI mode when getsockname succeeds on
5 STDIN.
7 Enabling this feature allows the same configuration to be used for
8 both non-FCGI (i.e. regular CGI mode) and FCGI mode operation.
10 This feature is always opt-in only.  Because although unlikely, it's
11 certainly feasible for some hypothetical server software to run
12 normal CGI mode programs with STDIN connected to a socket for which
13 getsockname succeeds.
15 Signed-off-by: Kyle J. McKay <mackyle@gmail.com>