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