Apache Module mod_allowmethods
This module makes it easy to restrict what HTTP methods can used on an server. The most common configuration would be:
AllowMethods reset|HTTP-method [HTTP-method]...
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 turn off
in a deeper nested context:mod_allowmethods
The TRACE method can not be denied by this module, use
was written to replace the rather kludgy implementation of mod_allowmethods
Modules | Directives | FAQ | Glossary | Sitemap
Apache HTTP Server Version 2.4
Modules
Modules | Directives | FAQ | Glossary | Sitemap
Apache Module mod_allowmethods
Available Languages: en | fr
en
Available Languages: en | fr
Apache License, Version 2.0
Copyright 2014 The Apache Software Foundation.Licensed under the Apache License, Version 2.0.