Shob wrote:
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.Hi Nick,You need a handler for delete. Your options are mod_dav, or a third- partymodule 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.
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 <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx