Secure Your Apache With mod_security

Posted by soapy | Linux Tutorials | Wednesday 15 October 2008 1:02 pm

This article shows how to install and configure mod_security. mod_security is an Apache module (for Apache 1 and 2) that provides intrusion detection and prevention for web applications. It aims at shielding web applications from known and unknown attacks, such as SQL injection attacks, cross-site scripting, path traversal attacks, etc.
(more…)

Secure Websites Using SSL And Certificates

Posted by soapy | Linux Tutorials | Wednesday 15 October 2008 12:08 pm

This how-to will guide you through the entire process of setting up a secure website using SSL and digital certificates. This guide assumes that you have already a fully functional (and configured) server running Apache, BIND, and OpenSSL. Just as a side note, this guide was written based on a Fedora Core 6 distribution, but should be the same for most other distros out there.

Introduction
(more…)