From: Joe Orton Date: Tue, 26 Apr 2005 07:51:11 +0000 (+0000) Subject: - don't allow PROPFIND in the default config for public_html directories X-Git-Tag: 2.1.5~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=440083dd9c685f7be566ab45da35ae1f8196425d;p=thirdparty%2Fapache%2Fhttpd.git - 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 --- 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