Re: [us...@httpd] DELETE method

2009-10-05 Thread Jeff Dyke
On Mon, Oct 5, 2009 at 8:45 PM, Jeff Dyke wrote: > > On Mon, Oct 5, 2009 at 8:21 PM, Dick Davies > wrote: > >> What's in the directory? If it's a filesystem, apache won't let you DELETE >> (unless you have it DAV enabled or something like that). >> >> Thanks for the quick reply, > > there is act

Re: [us...@httpd] DELETE method

2009-10-05 Thread Jeff Dyke
On Mon, Oct 5, 2009 at 8:21 PM, Dick Davies wrote: > What's in the directory? If it's a filesystem, apache won't let you DELETE > (unless you have it DAV enabled or something like that). > > Thanks for the quick reply, there is actually a collection of python wsgi compatible scripts in that direc

Re: [us...@httpd] DELETE method

2009-10-05 Thread Dick Davies
What's in the directory? If it's a filesystem, apache won't let you DELETE (unless you have it DAV enabled or something like that). On Tue, Oct 6, 2009 at 1:15 AM, Jeff Dyke wrote: > I'm trying to put together a REST-ful application and am having a hard time > getting apache configured to take DE

[us...@httpd] DELETE method

2009-10-05 Thread Jeff Dyke
I'm trying to put together a REST-ful application and am having a hard time getting apache configured to take DELETE's. I have in the virtual host file: AllowOverride All Options All Order allow,deny Allow from all I only added this