From: "Jon Smirl" <jonsmirl@gmail.com>
To: "Git Mailing List" <git@vger.kernel.org>
Subject: gitweb, missing project list
Date: Tue, 2 Sep 2008 20:29:02 -0400 [thread overview]
Message-ID: <9e4733910809021729g2ccb062oc8818a69c20f857e@mail.gmail.com> (raw)
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
next reply other threads:[~2008-09-03 0:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-03 0:29 Jon Smirl [this message]
2008-09-03 1:14 ` gitweb, missing project list Jon Smirl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9e4733910809021729g2ccb062oc8818a69c20f857e@mail.gmail.com \
--to=jonsmirl@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).