/
HTTP OPTIONS Vulnerability – Apache

HTTP OPTIONS Vulnerability – Apache

Disable HTTP OPTIONS Method in Apache

In RHEL installations the httpd.conf file located in /etc/httpd/ you will need to enable mod_rewrite:

Uncomment or add:

LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so

For each virtual host these directives need to be set in order to filter out OPTIONS method:

RewriteEngineOn

RewriteCond%{REQUEST_METHOD} ^OPTIONS

RewriteRule .* - [F

Related content

HTTP OPTIONS Vulnerability – IIS
HTTP OPTIONS Vulnerability – IIS
More like this
Deploying to Production
Deploying to Production
More like this
A Vulnerability Assessment Solution Should be Enabled on your Virtual <achines
A Vulnerability Assessment Solution Should be Enabled on your Virtual <achines
More like this