git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* gitweb testing with non-apache web server
@ 2006-08-03  7:54 Marc Singer
  2006-08-03  8:18 ` Jakub Narebski
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Marc Singer @ 2006-08-03  7:54 UTC (permalink / raw)
  To: git

I would like to use gitweb with the Cherokee web server because the
host that I have on hand has very limited RAM, 32MiB.  Neither the
version of gitweb available on Debian (v264) nor the latest in the git
repo works.

I did some debugging on the latest repo version.  The lines

  our $project = ($cgi->param('p') || $ENV{'PATH_INFO'});
  if (defined $project) {
     ...

are being executed even though the url is

  http://server/git

I think that the problem is that Cherokee translates the request URL
into

  http://server/git/

which means that the $ENV{'PATH_INFO'} is the string "/" insted of
being undefined.

The error I'm seeing is that the request path is forbidden, but I
suspect that this is some sort of misunderstanding between the web
server and the script.

So, I wonder if someone who has a working gitweb would be willing to
test with Cherokee or some other resource conservative web server.

Cheers.

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

end of thread, other threads:[~2006-08-04 19:48 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-03  7:54 gitweb testing with non-apache web server Marc Singer
2006-08-03  8:18 ` Jakub Narebski
2006-08-03 15:34   ` Marc Singer
2006-08-03 15:48     ` Jakub Narebski
2006-08-03 16:20       ` Marc Singer
2006-08-03 18:21       ` Junio C Hamano
2006-08-03 18:37         ` Jakub Narebski
2006-08-03 19:41           ` Junio C Hamano
2006-08-03 20:14             ` Martin Waitz
2006-08-03 11:42 ` Sam Vilain
2006-08-03 15:56 ` Blu Corater
2006-08-03 16:22   ` Marc Singer
2006-08-03 19:21     ` Blu Corater
2006-08-03 20:27       ` Marc Singer
2006-08-03 23:55         ` Francis Daly
2006-08-04  6:11           ` Marc Singer
2006-08-04 19:48             ` Francis Daly
2006-08-04  7:30           ` Marc Singer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).