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.

When i try the above with my current HTTP server configurations

If i give the following 
http://xyz_address/delete.txt
then I get following response from the server 
 
    Response from server: "405: Method not allowed"
And in the packet capture 
   allow header shows "POST GET HEAD TRACE" 

Could you please provide any input.


Thank you in advance
Satya

 



Nick Kew wrote:
> 
> 
> On 24 Apr 2009, at 08:48, Shob wrote:
> 
>>
>> Hi All,
>>
>> I am trying to configure the Apache HTTP server for DELETE method  
>> without
>> using scripts for deleting.
> 
> You need a handler for delete.  Your options are mod_dav, or a third- 
> party
> module or script.
> 
> -- 
> Nick Kew
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>    "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Configuring-of-HTTP-server-for-DELETE-method-tp23211571p23212797.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to