Re: gitweb, missing project list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 9/2/08, Jon Smirl <jonsmirl@xxxxxxxxx> 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@xxxxxxxxx
>


-- 
Jon Smirl
jonsmirl@xxxxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux