This module makes it easy to restrict what HTTP methods can be used on a server. The most common configuration would be:
The HTTP-methods are case sensitive and are generally, as per
RFC, given in upper case. The GET and HEAD methods are treated as
equivalent. The reset keyword can be used to
turn off
The TRACE method cannot be denied by this module;
use
Normally, if multiple + or - symbol, the options are
merged. Any method preceded by a + are added to the
methods currently in force, and any method preceded by a
- are removed from the methods currently in
force.
Mixing + or
- with those without is not valid syntax and will be
rejected during server startup by the syntax check with an abort.