Set up 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         Order allow,deny
12         allow from all
13 </Directory>
14
15 ErrorLog /var/log/apache2/error.roost.log
16
17 # Possible values include: debug, info, notice, warn, error, crit,
18 # alert, emerg.
19 LogLevel warn
20
21 CustomLog /var/log/apache2/access.roost.log combined