From b439db5f87124c0fe3afaa1aad961ede1e3e9723 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 22 May 2009 15:52:15 +0200 Subject: Update Apache2 userdir.conf snippet to match suppressed module default. --- apache2/conf.d/local-userdir.conf | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/apache2/conf.d/local-userdir.conf b/apache2/conf.d/local-userdir.conf index 90ea184..c30f10c 100644 --- a/apache2/conf.d/local-userdir.conf +++ b/apache2/conf.d/local-userdir.conf @@ -1,9 +1,15 @@ - - UserDir public_html - UserDir disabled root - - - AllowOverride FileInfo AuthConfig Limit - Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec - - +UserDir public_html +UserDir disabled root + + + AllowOverride FileInfo AuthConfig Limit Indexes + Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec + + Order allow,deny + Allow from all + + + Order deny,allow + Deny from all + + -- cgit v1.2.3