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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to