updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / authpuppy / httpd-authpuppy.conf
blob24d6e155c31605afb24ad49be42db0a7b896cfd3
1 <VirtualHost *:80>
2     ServerAdmin webmaster@localhost
3     ServerName authpuppy.localhost
4     ServerAlias authpuppy.test
5     DocumentRoot "/srv/http/authpuppy/web"
6      <Directory /srv/http//authpuppy/web/>
7                Options Indexes FollowSymLinks MultiViews
8                AllowOverride All
9                Order allow,deny
10                allow from all
11        </Directory>
12   
13        Alias /auth "/srv/http/authpuppy/web"
14        <Directory "/srv/http/authpuppy/web">
15                AllowOverride All
16                Allow from All
17        </Directory>
18     ErrorLog "/var/log/httpd/authpuppy/error.log"
19     CustomLog "/var/log/httpd/authpuppy/access.log" combined
20 </VirtualHost>