Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 28072 invoked from network); 8 Feb 2006 18:15:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Feb 2006 18:15:19 -0000 Received: (qmail 69404 invoked by uid 500); 8 Feb 2006 18:15:06 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 69392 invoked by uid 500); 8 Feb 2006 18:15:06 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 69381 invoked by uid 99); 8 Feb 2006 18:15:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2006 10:15:06 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jslive@gmail.com designates 64.233.184.207 as permitted sender) Received: from [64.233.184.207] (HELO wproxy.gmail.com) (64.233.184.207) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2006 10:15:06 -0800 Received: by wproxy.gmail.com with SMTP id i2so114652wra for ; Wed, 08 Feb 2006 10:14:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=timGGO3ufT4GM8/xqOH3B5KJ5r3GoZbfoUpw1X3CWmQotZw+htdnTCxiaPEEAjxUYyBpNRohaYfJrjfo8TWzj+I2fcvvMTao7QUW8Dp+DhtF/UQavMrFJMdkNpvT0LhYmNvFjxOmwb2YiC82NRlRa53P4VdPu4ZiV05Rll3dGsc= Received: by 10.65.234.15 with SMTP id l15mr887231qbr; Wed, 08 Feb 2006 10:14:45 -0800 (PST) Received: by 10.64.253.13 with HTTP; Wed, 8 Feb 2006 10:14:45 -0800 (PST) Message-ID: Date: Wed, 8 Feb 2006 13:14:45 -0500 From: Joshua Slive Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Allow HTTP DELETE method? X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 2/8/06, ahall@madasafish.com wrote: > Hi, > > I'm running Apache 1.3.33 and am trying to restrict a certain directory f= or a > client to view, download and then delete files. Apache 1.3 does not impliment the DELETE method with any of its distributed modules. You'd need to seperately download mod_dav.=20 Apache 2.x comes with mod_dav. In addition, your use of the directive is dangerous. See the docs on . Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org