]> Lady’s Gitweb - Gitweb/commit
gitweb: Add support for FastCGI, using CGI::Fast
authorSam Vilain <redacted>
Fri, 7 May 2010 12:54:05 +0000 (14:54 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:50:39 +0000 (00:50 -0400)
commit8ce125f5d6b5de3bad1a30b2217d0ef60bef4b4b61f72ddc0332b84efcbe16d2
tree60f0156189983aed1eb0d75ed0816b3ed99d09ed4de8b656e3ae15fb098b7d1e
parent49a157a7260bb7576b8a2a46c9489b4ecf14c9a97fd3af795d45922f77d45f69
gitweb: Add support for FastCGI, using CGI::Fast

Former run() subroutine got renamed to run_request().  The new run()
subroutine can run multiple requests at once if run as FastCGI script.

To run gitweb as FastCGI script you must specify '--fastcgi' / '-f'
command line option to gitweb, otherwise it runs as an ordinary CGI
script.

[jn: cherry picked from 56d7d436644ab296155a697552ea1345f2701620
 in http://utsl.gen.nz/gitweb/?p=gitweb which was originally based
 on v264 (2326acfa95ac86a53804ca8eeeb482c2f9265e34) by Kay Sievers;
 updated to reflect current gitweb code]

TODO: update 'gitweb/README' and/or 'gitweb/INSTALL' files.

Signed-off-by: Sam Vilain <redacted>
Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.300109 seconds and 4 git commands to generate.