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