* 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
* Re: gitweb, missing project list
2008-09-03 0:29 gitweb, missing project list Jon Smirl
@ 2008-09-03 1:14 ` Jon Smirl
0 siblings, 0 replies; 2+ messages in thread
From: Jon Smirl @ 2008-09-03 1:14 UTC (permalink / raw)
To: Git Mailing List
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
^ 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).