Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 97119 invoked by uid 500); 7 Mar 2002 11:30:35 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 97100 invoked from network); 7 Mar 2002 11:30:35 -0000 Date: Thu, 7 Mar 2002 11:30:05 +0000 From: Thom May To: Apache Dev List Subject: [Patch] Add errordir to Debian Layout. Message-ID: <20020307113005.GB17596@eustasy> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline User-Agent: Mutt/1.3.27i X-Operating-System: Linux/2.5.6-pre1-xfs (i686) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This fixes PR10067. However, this is a fix for the symptom rather than the cause, I think. Fundamentally, going into a system's htdocs dir and blowing away anything called CVS is a big mistake. It doesn't make allowances for all number of things, including the fact that the domains the server is hosting could come straight out of cvs and access to CVS directories is merely denied by rule, etc. I'm going to send another patch that will need testing with non-GNU versions of find that I think may implement a better way of doing this. Cheers, -Thom Index: config.layout =================================================================== RCS file: /home/cvspublic/httpd-2.0/config.layout,v retrieving revision 1.9 diff -u -u -3 -r1.9 config.layout --- config.layout 26 Feb 2002 18:41:58 -0000 1.9 +++ config.layout 7 Mar 2002 11:20:56 -0000 @@ -306,4 +306,5 @@ proxycachedir: ${prefix}/var/cache/apache2/proxy infodir: ${exec_prefix}/share/info installbuilddir: ${prefix}/etc/apache2/build + errordir: ${data_dir}/error