X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=sites-common%2Fdefault;h=c2197afe36c1676195a451c851f8200230fa1b5e;hb=df9a3d3962e755292da705750641f1155fe76624;hp=ac775b37a4ea285929d71f505d9e6d0781aabe92;hpb=54785c3b56a3946682fc47e3f5d3a1de1be99308;p=sysconfig%2Fapache2.git diff --git a/sites-common/default b/sites-common/default index ac775b3..c2197af 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,26 @@ 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 + +Alias /mailman3/static /opt/mailman/web/static + + Require all granted + + + + ProxyPass /mailman3/favicon.ico ! + ProxyPass /mailman3/static ! + #ProxyPass /mailman3 unix:/run/mailman3-web/uwsgi.sock|uwsgi://localhost/ + ProxyPass /mailman3 uwsgi://localhost:8080/ + ProxyPassReverse /mailman3 uwsgi:/localhost:8080/ +