AddDefaultCharset UTF-8

<Directory /srv/git>
	Options FollowSymLinks
	AllowOverride None
	Order allow,deny
	allow from all
</Directory>

<Directory /usr/lib/cgi-bin>
	Options ExecCgi
	AllowOverride None
	Order allow,deny
	allow from all
</Directory>

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

<Directory /usr/share/gitweb>
	Options None
	AllowOverride None
	Order allow,deny
	allow from all
</Directory>

RewriteEngine on
RewriteRule	^/(\?.*)?$ /usr/lib/cgi-bin/gitweb.cgi%{REQUEST_URI} [T=application/x-httpd-cgi,L,NS]