From: Alex Dehnert Date: Sun, 4 Apr 2021 04:00:39 +0000 (-0400) Subject: Add a private directory for the "Dehnert clan" X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=99163268c395189fd10155b99dbbab31c59e730f;hp=0e1e335755ad313baa26aae3db79a691d047a566;p=sysconfig%2Fapache2.git Add a private directory for the "Dehnert clan" --- diff --git a/sites-common/default b/sites-common/default index ac775b3..47bfc1d 100644 --- a/sites-common/default +++ b/sites-common/default @@ -49,4 +49,13 @@ 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