mod_security is giving me some problems with bugzilla.
How can I disable mod_security with .htaccess files?
I tried usingBut it results in a 500 Internal Server Error.Code:SecFilterEngine Off
Any ideas?
mod_security is giving me some problems with bugzilla.
How can I disable mod_security with .htaccess files?
I tried usingBut it results in a 500 Internal Server Error.Code:SecFilterEngine Off
Any ideas?
Hello,
Put this inside the virtualhost of the site you want to disable mod_security on it
<IfModule mod_security2.c>
SecRuleEngine Off
</IfModule>
Adding to the above suggestion as posted by Me_388, please ensure to reference the following documentation that details how to use per-virtual-host includes in the Apache configuration to safely add custom directives to "httpd.conf" and have the changes retained: Adding Custom Directives to httpd.conf - Changes Contained within a VirtualHost Directive
cPResources: Submit a Support Request - Submit a Bug Report - Review existing Tickets-- Donald cPanelDon Holl - Analyst, cPanel Quality Assurance