Try adding something like this to the appropriate scope in your Apache config:
<Limit GET POST PUT DELETE> Order allow,deny Allow from all </Limit> On Thu, May 16, 2013 at 4:50 PM, Massimo Manghi <mxman...@apache.org> wrote: > likewise there is no 405 or HTTP_METHOD_NOT_ALLOWED reference in Rivet C > code > > -- Massimo > > > On 05/16/2013 11:26 PM, Georgios Petasis wrote: > >> If it is a configuration problem, what may be wrong? >> >> There is not a single reference in all apache 2.4 configuration files >> about the methods. Only one exception, the user directories, >> where the configuration is: >> >> <IfModule mod_userdir.c> >> UserDir disabled >> </IfModule> >> >> # >> # Control access to UserDir directories. The following is an example >> # for a site where these directories are restricted to read-only. >> # >> <Directory "/home/*/public_html"> >> AllowOverride FileInfo AuthConfig Limit Indexes >> Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec >> Require method GET POST OPTIONS >> </Directory> >> >> Is DELETE in apache 2.4 disabled by default? I looked into documentation >> and some forums, but couldn't find anything useful. >> Tomorrow I will test if php can accept a DELETE request... >> >> George >> >> > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > rivet-dev-unsubscribe@tcl.**apache.org<rivet-dev-unsubscr...@tcl.apache.org> > For additional commands, e-mail: rivet-dev-h...@tcl.apache.org > >