]> Lady’s Gitweb - Gitweb/commit
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)
commit0fa5db2fad6d3d78e8685b90da95f71bc54082572d54d2ea9441f316891f185c
tree11f5d8588f10d9baa903e565b200247a6e24aac0d63d8a11476175be2799e18d
parent6dd7da0b0d5100f940ecd1d4dd7739d8dbc9ba664f5953ff15809cfbf2360535
gitweb: Run in FastCGI mode if gitweb script has .fcgi extension

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>
gitweb.perl
This page took 0.249747 seconds and 4 git commands to generate.