Free Hosting Tutorials

Installation Steps for mod_security in Linux

1. Login to your server through SSH and su to the root user. 2. First your going to start out by grabbing the latest version of mod_security wget http://www.modsecurity.org/download/mod_security-1.7.4.tar.gz 3. Next we untar the archive and cd into the directory: tar zxvf mod_security-1.7.4.tar.gz cd mod_security-1.7.4/ 4. Now you need to determine which version of apache […]