在Apache服务器上启用HTTP DELETE请求

我需要configuration我的服务器以允许http删除方法。 目前,当我尝试进行此调用时出现以下错误:


HTTP/1.1 405 Method Not Allowed Date: Mon, 11 Apr 2011 20:56:23 GMT Server: Apache/2.2.17 (Win32) PHP/5.3.5 Allow: GET,HEAD,POST,OPTIONS,TRACE Content-Length: 233 Keep-Alive: timeout=5, max=98 Connection: Keep-Alive Content-Type: text/html; charset=iso-8859-1 

我已经search了很多,而且还没有能够想出如何configuration服务器来允许这个请求的答案。 有人请帮忙,因为它已经停止了我的项目。

您需要在apache中启用WebDAV模块