CentrioHost Blog

Stories and News from IT Industry, Reviews & Tips | Technology Blog


Disable Mod-security2 for a Domain in cPanel

First of all   we can’t block mod_security2 via .htaccess on domain basis . So never put .htaccess  mod-security rules. You have to disable it in the vhost configuration in apache.

In cpanel server  it  will be as  follows,

1) Create a custom vhost configuration file  called mod-security.conf in the following location.

# mkdir -pv  /usr/local/apache/conf/userdata/std/2/CPUSER/DOMAINNAME/
# touch  /usr/local/apache/conf/userdata/std/2/CPUSER/DOMAINNAME/mod-security.conf

2) Now add the following lines to this file

#################################
<IfModule mod_security2.c>

SecRuleEngine Off

</IfModule>
################################

The above will disable the modsecurity  rule for a particulr domain name . If you only need to disable the rules for a particlur folder , please add the  rules as follows,

######################
<LocationMatch specify_the_path_here>

  <IfModule mod_security2.c>

    SecRuleEngine Off

    </IfModule>

</LocationMatch>
#######################

If you only need to disable a particular rule , the create the file with the following ,

#########################3
<IfModule mod_security2.c>

SecRuleRemoveById give_ruleID_here

</IfModule>
##########################

3) Now as the final step please ensure this custom vhost using the following command in cpanel servers,

# /scripts/ensure_vhost_includes –user=CPUSERNAME

This script will uncomment the following line in apache configuration. It will customize the virtual host to use the particular include file and will restart apache.

##############
Include “/usr/local/apache/conf/userdata/std/2/CPUSER/DOMAINNAME/*.conf”
#################

Subscribe Now

10,000 successful online businessmen like to have our content directly delivered to their inbox. Subscribe to our newsletter!

Archive Calendar

SatSunMonTueWedThuFri
 123
45678910
11121314151617
18192021222324
25262728293031

Over 20000 Satisfied Customers!

  • web hosting reviewer
    Valerie Quinn
    CTO, Acteon Group

    Centriohost staff were fantastic, I had a concern with a domain and they got back to me very quickly and they helped me to resolve the issue! ~ . . . Read more

  • Joomla hosting reviewer
    Collin Bryan
    Photographer, Allister Freeman

    I'm using centrio for my portfolio since 2006. The transition was seamless, the support was immediate, and everything works perfectly. ~ . . . Read more

  • dedicated server reviewer
    Harry Collett
    Actor, A&J Artists

    Very easy to understand & use even though I am not very technologically minded. No complications whatsoever & I wouldn't hesitate to recommend it to all. ~ . . . Read more

  • vps web hosting reviewer
    Porfirio Santos
    Technician, Diageo PLC

    Centrio support team have been amazingly responsive and helpful to any of my queries, thank you so much to the Centriohost have been amazingly responsive and helpful to any of my queries 👍👍👍 ~ . . . Read more

  • wordpress hosting plans reviewer
    Catherine Auer
    Doctor, SmartClinics

    Anytime I've had a problem I can't solve, I've found Centriohost to be diligent and persistent. They simply won't let an issue go until the client is happy. ~ . . . Read more

  • reseller hosting reviewer
    Effectivo Social
    Freelancer, Fiverr

    Recommend their shared hosting for all my SME web design clients. Their cloud or VME offerings are too great to deal with. Pricing is perfect and suitable for all users (͠≖ ͜ʖ͠≖) 👌 ~ . . . Read more

Top