flue
By: a guest | Mar 13th, 2010 | Syntax:
PHP | Size: 0.54 KB | Hits: 76 | Expires: Never
root@flue:/etc/apache2/sites-enabled# cat flue.blueapp.com
<VirtualHost 109.74.201.76>
ServerAdmin anthony.timotheou@googlemail.com
ServerName flue.blueapp.com
ErrorLog /srv/www/flue.blueapp.com/logs/error.log
CustomLog /srv/www/flue.blueapp.com/logs/access.log combined
<Location />
DAV svn
SVNParentPath /srv/svn
</Location>
<Location /flue>
AuthType Basic
AuthName "Subversion Repository"
AuthUserFile /srv/auth/svn/.htpasswd
Require valid-user
</Location>
</VirtualHost>