From 440083dd9c685f7be566ab45da35ae1f8196425d Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 26 Apr 2005 07:51:11 +0000 Subject: [PATCH] - don't allow PROPFIND in the default config for public_html directories git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164763 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/extra/httpd-userdir.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf/extra/httpd-userdir.conf.in b/docs/conf/extra/httpd-userdir.conf.in index 9be34f9200e..f424dd437d8 100644 --- a/docs/conf/extra/httpd-userdir.conf.in +++ b/docs/conf/extra/httpd-userdir.conf.in @@ -16,11 +16,11 @@ UserDir public_html AllowOverride FileInfo AuthConfig Limit Indexes Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec - + Order allow,deny Allow from all - + Order deny,allow Deny from all -- 2.47.2