git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* gitweb, missing project list
@ 2008-09-03  0:29 Jon Smirl
  2008-09-03  1:14 ` Jon Smirl
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Smirl @ 2008-09-03  0:29 UTC (permalink / raw)
  To: Git Mailing List

I can see my project list when I do:

./cgi-bin/gitweb.cgi

But it does not show on my website
git.digispeaker.com

Rewrite rules:

Options FollowSymLinks ExecCGI Indexes
RewriteEngine on
RewriteRule ^$ /cgi-bin/gitweb.cgi%{REQUEST_URI} [L,PT]
RewriteRule ^[a-zA-Z0-9_\-]+\.git/?(\?.*)?$
/cgi-bin/gitweb.cgi%{REQUEST_URI} [L,PT]

gitweb version:
our $version = "1.5.3.5.605.g79fa-dirty";

This used to work so something has changed at my host.
How can I debug this?


-- 
Jon Smirl
jonsmirl@gmail.com

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

end of thread, other threads:[~2008-09-03  1:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-03  0:29 gitweb, missing project list Jon Smirl
2008-09-03  1:14 ` Jon Smirl

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).