regproj: improve push creation success output
[girocco/ztw.git] / apache.conf
blob27a2f341fa4f444120c6509c239cec9950f3a46f
1 <VirtualHost *:80>
2         ServerName repo.or.cz
3         ServerAlias www.repo.or.cz
4         ServerAdmin pasky@suse.cz
5         
6         ErrorLog /var/log/apache2/repo-error.log
7         CustomLog /var/log/apache2/repo-access.log combined
8         
9         DocumentRoot /home/pasky/WWW/repo
10         <Directory /home/pasky/WWW/repo>
11                 Options Indexes FollowSymLinks MultiViews ExecCGI
12                 AllowOverride All
13                 Order allow,deny
14                 allow from all
15                 DirectoryIndex gitweb.cgi
16         </Directory>
17         
18         ScriptAlias /w /home/pasky/WWW/repo/gitweb.cgi
19 </VirtualHost>