watch: add 'watch' support
[girocco/ztw.git] / apache.conf.in
blob62200e2a2e1d7789197e0277f16611b4cb390c9b
1 <VirtualHost *:80>
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
12                 AllowOverride All
13                 Order allow,deny
14                 allow from all
15                 DirectoryIndex gitweb.cgi
16         </Directory>
18         ScriptAlias /w @web_path@/gitweb.cgi
19 </VirtualHost>