X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=sites-common%2Fdefault;h=9171a6cb6b7307c511e31c74767fe49749ccfa57;hb=0333f24bfc40dcb9fde9d364aa398831ae9d91db;hp=ba73b41518b7d3d56aca4fa654d24e16ad50b58a;hpb=13d64a00b526b5b5c3dca9fab2a1e59bad9489d8;p=sysconfig%2Fapache2.git diff --git a/sites-common/default b/sites-common/default index ba73b41..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 @@ -22,13 +22,23 @@ ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ Allow from all -ErrorLog ${APACHE_LOG_DIR}/error.olinda.log +Alias /roundcube/program/js/tiny_mce/ /usr/share/tinymce/www/ +Alias /roundcube /var/lib/roundcube + + AuthUserFile /etc/apache2/htdigest + AuthGroupFile /etc/apache2/htgroups + AuthName "Secure" + AuthType Digest + Require group roundcube + + +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/" @@ -39,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