git pull http://git.mycompany.com/pub/git/u-boot.git HEAD fatal: http://git.mycompany.com/pub/git/u-boot.git/info/refs not found: did you run git update-server-info on the server? Below are related gitweb configs. What did I do wrong? httpd.confg <VirtualHost 10.66.4.168> ServerName svdcgit01 DocumentRoot /pub/git <Directory /var/www/cgi-bin> Allow from all AllowOverride all Order allow,deny Options ExecCGI <Files gitweb.cgi> SetHandler cgi-script </Files> </Directory> DirectoryIndex /cgi-bin/gitweb.cgi SetEnv GITWEB_CONFIG /etc/gitweb.conf # RewriteEngine on # RewriteRule ^/(.*\.git/(?!/?(HEAD|info|objects|refs)).*)?$ /cgi-bin/gitweb.cgi%{REQUEST_URI} [L,PT] cat /etc/gitweb.conf # path to git projects (<project>.git) $projectroot = "/pub/git"; # directory to use for temp files $git_temp = "/tmp"; # target of the home link on top of all pages $home_link = $my_uri; # html text to include at home page $home_text = "indextext.html"; # file with project list; by default, simply scan the projectroot dir. $projects_list = $projectroot; # stylesheet to use $stylesheet = "/gitweb/gitweb.css"; # logo to use #$logo = "/git-logo.png"; $logo = "/gitweb/git-logo.png"; # the 'favicon' $favicon = "/gitweb/git-favicon.png"; $projects_list_description_width = 60; #$feature{'pathinfo'}{'default'} = [1]; -- 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