Tidying up as we move away from olinda
[sysconfig/apache2.git] / sites-common / default
index ac775b37a4ea285929d71f505d9e6d0781aabe92..9171a6cb6b7307c511e31c74767fe49749ccfa57 100644 (file)
@@ -1,6 +1,6 @@
 ServerAdmin webmaster@dehnerts.com
 ServerName olinda.mit.edu
-ServerAlias svn.dehnerts.com svn.dehnert.arctic.org www.dehnerts.com www.dehnert.arctic.org
+ServerAlias www.dehnerts.com www.dehnert.arctic.org
 
 DocumentRoot /var/www/default
 <Directory />
@@ -32,13 +32,13 @@ Alias /roundcube /var/lib/roundcube
        Require group roundcube
 </Directory>
 
-ErrorLog ${APACHE_LOG_DIR}/error.olinda.log
+ErrorLog ${APACHE_LOG_DIR}/error.log
 
 # Possible values include: debug, info, notice, warn, error, crit,
 # alert, emerg.
 LogLevel warn
 
-CustomLog ${APACHE_LOG_DIR}/access.olinda.log combined
+CustomLog ${APACHE_LOG_DIR}/access.log combined
 
 Alias /doc/ "/usr/share/doc/"
 <Directory "/usr/share/doc/">
@@ -49,4 +49,14 @@ Alias /doc/ "/usr/share/doc/"
        Allow from 127.0.0.0/255.0.0.0 ::1/128
 </Directory>
 
+<Directory "/var/www/default/clan/private">
+    AuthType Digest
+    AuthName "Private"
+    AuthDigestDomain "/clan/private/"
+    AuthDigestProvider file
+    AuthUserFile "/etc/apache2/htdigest"
+    Require user dehnertclan
+</Directory>
+
 Include sites-common/awstats
+Include ../mailman3/apache.conf