X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=sites-common%2Fdefault;h=9171a6cb6b7307c511e31c74767fe49749ccfa57;hb=0333f24bfc40dcb9fde9d364aa398831ae9d91db;hp=ac775b37a4ea285929d71f505d9e6d0781aabe92;hpb=54785c3b56a3946682fc47e3f5d3a1de1be99308;p=sysconfig%2Fapache2.git diff --git a/sites-common/default b/sites-common/default index ac775b3..9171a6c 100644 --- a/sites-common/default +++ b/sites-common/default @@ -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 @@ -32,13 +32,13 @@ Alias /roundcube /var/lib/roundcube Require group roundcube -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/" @@ -49,4 +49,14 @@ Alias /doc/ "/usr/share/doc/" Allow from 127.0.0.0/255.0.0.0 ::1/128 + + AuthType Digest + AuthName "Private" + AuthDigestDomain "/clan/private/" + AuthDigestProvider file + AuthUserFile "/etc/apache2/htdigest" + Require user dehnertclan + + Include sites-common/awstats +Include ../mailman3/apache.conf