All of lore.kernel.org
 help / color / mirror / Atom feed
* [0/2 PATCH] FastCGI and nginx support for gitweb
@ 2007-01-04  7:48 Eric Wong
  2007-01-04  7:49 ` [PATCH 1/2] gitweb: add a simple wrapper for FCGI support Eric Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Eric Wong @ 2007-01-04  7:48 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-01-09 12:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-04  7:48 [0/2 PATCH] FastCGI and nginx support for gitweb Eric Wong
2007-01-04  7:49 ` [PATCH 1/2] gitweb: add a simple wrapper for FCGI support Eric Wong
2007-01-09 12:28   ` Sam Vilain
2007-01-04  7:49 ` [PATCH 2/2] instaweb: add support for nginx + FastCGI Eric Wong
2007-01-07  2:18   ` [PATCH 2/2 (fixed)] " Eric Wong
2007-01-04  8:56 ` [0/2 PATCH] FastCGI and nginx support for gitweb Jakub Narebski
2007-01-04  9:25   ` Eric Wong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.