X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=mods-available%2Fuserdir.conf;h=3b1305b755f0eb87c394a2b3dc259798dab9c9c2;hb=7eb82523b8601ebdabdf76ad85071b43d2c149d0;hp=43b8c513ad2f85c87db767a78dd45fd4bac3b4c5;hpb=4b4a7d170e17762aa831e18dc2fc0c0a249dd9f6;p=sysconfig%2Fapache2.git diff --git a/mods-available/userdir.conf b/mods-available/userdir.conf index 43b8c51..3b1305b 100644 --- a/mods-available/userdir.conf +++ b/mods-available/userdir.conf @@ -1,18 +1,17 @@ - UserDir public_html - UserDir disabled root + UserDir public_html + UserDir disabled root - - AllowOverride FileInfo AuthConfig Limit Indexes Options - Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec - - Order allow,deny - Allow from all - - - Order deny,allow - Deny from all - - + + AllowOverride FileInfo AuthConfig Limit Indexes Options + Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec + + Require all granted + + + Require all denied + + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet