Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 45077 invoked by uid 500); 2 Nov 2000 12:16:50 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 45000 invoked from network); 2 Nov 2000 12:16:47 -0000 Date: Thu, 2 Nov 2000 12:14:59 +0000 (GMT) From: Joe Orton To: new-httpd@apache.org Subject: [PATCH] PROPFIND allowed in default httpd.conf Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N A pretty minor correction: I think you generally don't want to enable PROPFIND access on public_html areas to unauthenticated clients, so the examples in conf/httpd.conf* are wrong: Index: httpd.conf-dist =================================================================== RCS file: /home/joe/lib/cvsroot/apache-1.3/conf/httpd.conf-dist,v retrieving revision 1.65 diff -u -r1.65 httpd.conf-dist --- httpd.conf-dist 2000/09/28 13:12:36 1.65 +++ httpd.conf-dist 2000/11/02 12:08:37 @@ -343,11 +343,11 @@ # # AllowOverride FileInfo AuthConfig Limit # Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec -# +# # Order allow,deny # Allow from all # -# +# # Order deny,allow # Deny from all # Index: httpd.conf-dist-nw =================================================================== RCS file: /home/joe/lib/cvsroot/apache-1.3/conf/httpd.conf-dist-nw,v retrieving revision 1.4 diff -u -r1.4 httpd.conf-dist-nw --- httpd.conf-dist-nw 2000/08/28 14:40:23 1.4 +++ httpd.conf-dist-nw 2000/11/02 12:09:04 @@ -300,11 +300,11 @@ # # AllowOverride FileInfo AuthConfig Limit # Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec -# +# # Order allow,deny # Allow from all # -# +# # Order deny,allow # Deny from all # Index: httpd.conf-dist-win =================================================================== RCS file: /home/joe/lib/cvsroot/apache-1.3/conf/httpd.conf-dist-win,v retrieving revision 1.46 diff -u -r1.46 httpd.conf-dist-win --- httpd.conf-dist-win 2000/10/08 06:16:33 1.46 +++ httpd.conf-dist-win 2000/11/02 12:08:46 @@ -331,11 +331,11 @@ # # AllowOverride FileInfo AuthConfig Limit # Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec -# +# # Order allow,deny # Allow from all # -# +# # Order deny,allow # Deny from all #