AddDefaultCharset UTF-8
Options FollowSymLinks
AllowOverride None
Order allow,deny
allow from all
Options ExecCgi
AllowOverride None
Order allow,deny
allow from all
Alias /gitweb.css /usr/share/gitweb/gitweb.css
Alias /git-favicon.png /usr/share/gitweb/git-favicon.png
Alias /git-logo.png /usr/share/gitweb/git-logo.png
Options None
AllowOverride None
Order allow,deny
allow from all
RewriteEngine on
RewriteRule ^/(\?.*)?$ /usr/lib/cgi-bin/gitweb.cgi%{REQUEST_URI} [T=application/x-httpd-cgi,L,NS]