]> Lady’s Gitweb - Gitweb/commitdiff
gitweb: Run in FastCGI mode if gitweb script has .fcgi extension
authorJakub Narebski <redacted>
Sat, 5 Jun 2010 21:11:18 +0000 (23:11 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:50:40 +0000 (00:50 -0400)
If the name of the script ($SCRIPT_NAME or $SCRIPT_FILENAME CGI
environment variable, or __FILE__ literal) ends with '.fcgi'
extension, run gitweb in FastCGI mode, as if it was run with
'--fastcgi' / '--fcgi' option.

This is intended for easy deploying gitweb using FastCGI
interface.

Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>

No differences found
This page took 0.207271 seconds and 4 git commands to generate.