Enable roundcube
[sysconfig/apache2.git] / sites-common / default
1 ServerAdmin webmaster@dehnerts.com
2 ServerName olinda.mit.edu
3 ServerAlias svn.dehnerts.com svn.dehnert.arctic.org www.dehnerts.com www.dehnert.arctic.org
4
5 DocumentRoot /var/www/default
6 <Directory />
7         Options FollowSymLinks
8         AllowOverride None
9 </Directory>
10 <Directory /var/www/>
11         Options Indexes FollowSymLinks MultiViews
12         AllowOverride Limit Options FileInfo
13         Order allow,deny
14         allow from all
15 </Directory>
16
17 ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
18 <Directory "/usr/lib/cgi-bin">
19         AllowOverride None
20         Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
21         Order allow,deny
22         Allow from all
23 </Directory>
24
25 Alias /roundcube/program/js/tiny_mce/ /usr/share/tinymce/www/
26 Alias /roundcube /var/lib/roundcube
27
28 ErrorLog ${APACHE_LOG_DIR}/error.olinda.log
29
30 # Possible values include: debug, info, notice, warn, error, crit,
31 # alert, emerg.
32 LogLevel warn
33
34 CustomLog ${APACHE_LOG_DIR}/access.olinda.log combined
35
36 Alias /doc/ "/usr/share/doc/"
37 <Directory "/usr/share/doc/">
38         Options Indexes MultiViews FollowSymLinks
39         AllowOverride None
40         Order deny,allow
41         Deny from all
42         Allow from 127.0.0.0/255.0.0.0 ::1/128
43 </Directory>
44
45 Include sites-common/awstats