I was looking at nginx for another project and got sidetracked
into writing instaweb support for it; so I ended up writing a
simple FCGI wrapper for gitweb as well.
---
.gitignore | 1 +
Makefile | 11 ++++++-
git-instaweb.sh | 72 ++++++++++++++++++++++++++++++++++++++++++++++-
gitweb/gitweb-fcgi.perl | 51 +++++++++++++++++++++++++++++++++
gitweb/gitweb.perl | 1 +
5 files changed, 134 insertions(+), 2 deletions(-)
--
Eric Wong