From 99163268c395189fd10155b99dbbab31c59e730f Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sun, 4 Apr 2021 00:00:39 -0400 Subject: [PATCH] Add a private directory for the "Dehnert clan" --- sites-common/default | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.34.1