1 # This is example configuration of a virtualhost running Girocco, as set up
2 # at repo.or.cz; unfortunately, completely independent from Girocco::Config.
3 # It is not essential for Girocco to use a special virtualhost, however.
6 ServerAlias www.repo.or.cz
7 ServerAdmin pasky@suse.cz
9 ErrorLog /var/log/apache2/repo-error.log
10 CustomLog /var/log/apache2/repo-access.log combined
12 DocumentRoot /home/repo/WWW
13 <Directory /home/repo/WWW>
14 Options Indexes FollowSymLinks MultiViews ExecCGI
18 DirectoryIndex gitweb.cgi
21 ScriptAlias /w /home/repo/WWW/gitweb.cgi
22 ScriptAlias /h /home/repo/WWW/html.cgi