mod_security in Debian

Discussion in 'Server Operation' started by marco, May 13, 2013.

  1. marco

    marco Member

    How do install modsecurity in Debian 7?

    thanks
     
  2. darinpeterson

    darinpeterson Member

    I'll assume that you're talking about apache.

    Find all the modules available in:
    Code:
    /etc/apache2/mods-available/
    
    If you are just wanting the ability to use SSLs with your websites, you can do:
    Code:
    a2enmod ssl
    
    Then restart Apache
    Code:
    /etc/init.d/apache2/restart
    
     

Share This Page