projects
/
sysconfig
/
apache2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e1e335
)
Add a private directory for the "Dehnert clan"
author
Alex Dehnert
<alex@dehnerts.com>
Sun, 4 Apr 2021 04:00:39 +0000
(
00:00
-0400)
committer
Alex Dehnert
<alex@dehnerts.com>
Sun, 4 Apr 2021 04:00:39 +0000
(
00:00
-0400)
sites-common/default
patch
|
blob
|
history
diff --git
a/sites-common/default
b/sites-common/default
index ac775b37a4ea285929d71f505d9e6d0781aabe92..47bfc1d5c3ebaeba1d4d4f71220404cd7ea2c3ac 100644
(file)
--- 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
</Directory>
+<Directory "/var/www/default/clan/private">
+ AuthType Digest
+ AuthName "Private"
+ AuthDigestDomain "/clan/private/"
+ AuthDigestProvider file
+ AuthUserFile "/etc/apache2/htdigest"
+ Require user dehnertclan
+</Directory>
+
Include sites-common/awstats