I saw a reference to ModSecurity while reading the following article on Slashdot: Writing Hardened Web Applications?. It is an Apache web server firewall module that is designed to look for and reject malicious access attempts. What follows are the trials and tribulations of installing it on debian.
Continue reading Adventures with ModSecurity
Category Archives: Webserver Management
Website Click Tracker Written in PHP
While looking at globalspecies.org's webserver access log, I thought it would be interesting to see how the users were navigating the website. After not finding a free solution written in PHP, I decided to write my own.
Continue reading Website Click Tracker Written in PHP