Use Apache 2.4 authz for Roost
[sysconfig/apache2.git] / sites-common / roost
1 ServerAdmin adehnert-webmaster@mit.edu
2
3 DocumentRoot /home/roost/dist/vhost/
4 <Directory />
5         Options FollowSymLinks
6         AllowOverride None
7 </Directory>
8 <Directory /home/roost/dist/vhost/>
9         Options Indexes FollowSymLinks MultiViews
10         AllowOverride FileInfo AuthConfig Limit Indexes Options
11         Require all granted
12 </Directory>
13
14 ErrorLog /var/log/apache2/error.roost.log
15
16 # Possible values include: debug, info, notice, warn, error, crit,
17 # alert, emerg.
18 LogLevel warn
19
20 CustomLog /var/log/apache2/access.roost.log combined