Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 21713 invoked from network); 24 Apr 2009 10:14:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Apr 2009 10:14:29 -0000 Received: (qmail 65629 invoked by uid 500); 24 Apr 2009 10:14:25 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 65609 invoked by uid 500); 24 Apr 2009 10:14:25 -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 65600 invoked by uid 99); 24 Apr 2009 10:14:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Apr 2009 10:14:25 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aw@ice-sa.com designates 212.85.38.228 as permitted sender) Received: from [212.85.38.228] (HELO tor.combios.es) (212.85.38.228) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Apr 2009 10:14:16 +0000 Received: from localhost (localhost [127.0.0.1]) by tor.combios.es (Postfix) with ESMTP id 9EB0022607A for ; Fri, 24 Apr 2009 12:11:47 +0200 (CEST) Received: from tor.combios.es ([127.0.0.1]) by localhost (tor.combios.es [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9oFwE1AJKK5y for ; Fri, 24 Apr 2009 12:11:47 +0200 (CEST) Received: from [192.168.245.129] (p549EA9C4.dip0.t-ipconnect.de [84.158.169.196]) by tor.combios.es (Postfix) with ESMTPA id 5A557226075 for ; Fri, 24 Apr 2009 12:11:47 +0200 (CEST) Message-ID: <49F190D5.4020003@ice-sa.com> Date: Fri, 24 Apr 2009 12:13:41 +0200 From: =?ISO-8859-1?Q?Andr=E9_Warnier?= Reply-To: aw@ice-sa.com User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: users@httpd.apache.org References: <23211571.post@talk.nabble.com> <0999D65A-9598-4555-9FFC-C532CB6D3BF9@webthing.com> <23212797.post@talk.nabble.com> In-Reply-To: <23212797.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Configuring of HTTP server for DELETE method Shob wrote: > Hi Nick, > >>> You need a handler for delete. Your options are mod_dav, or a third- >>> party >>> module or script. > > If I am not wrong then the handler your speaking about is the scripts. > I have already tried this. This works fine. > > But I would like to use this DELETE method without these scripts. > Say for example, I give a file name(present in the server) to delete > directly. > You already had the response. Apache httpd itself does not have an "internal handler" for DELETE. You /must/ provide one yourself, either like you did before by providing one yourself, or my using an existing add-on module which does that, like mod_dav. Have you looked at mod_dav ? http://httpd.apache.org/docs/2.2/mod/mod_dav.html --------------------------------------------------------------------- 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