git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Jon Smirl" <jonsmirl@gmail.com>
To: "Git Mailing List" <git@vger.kernel.org>
Subject: Re: gitweb, missing project list
Date: Tue, 2 Sep 2008 21:14:27 -0400	[thread overview]
Message-ID: <9e4733910809021814t6d869ae8hc60d649e7889369e@mail.gmail.com> (raw)
In-Reply-To: <9e4733910809021729g2ccb062oc8818a69c20f857e@mail.gmail.com>

On 9/2/08, Jon Smirl <jonsmirl@gmail.com> wrote:
> I can see my project list when I do:
>
>  ./cgi-bin/gitweb.cgi

I finally figured it out. There was interaction between my local copy
of git and the system one that was making git commands fail when run
by the web server.

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


-- 
Jon Smirl
jonsmirl@gmail.com

      reply	other threads:[~2008-09-03  1:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-03  0:29 gitweb, missing project list Jon Smirl
2008-09-03  1:14 ` Jon Smirl [this message]

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=9e4733910809021814t6d869ae8hc60d649e7889369e@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).