2 ServerName @site_domain@
3 ServerAlias www.@site_domain@
4 ServerAdmin @site_admin@
6 ErrorLog @log_path@/repo-error.log
7 CustomLog @log_path@/repo-access.log combined
9 DocumentRoot @web_path@
10 <Directory @web_path@>
11 Options Indexes FollowSymLinks MultiViews ExecCGI
15 DirectoryIndex gitweb.cgi
18 ScriptAlias /w @web_path@/gitweb.cgi