public marks

PUBLIC MARKS from camel with tags guide & apache

July 2008

How To Block Spammers/Hackers With mod_defensible On Apache2 (Debian Etch) | HowtoForge - Linux Howtos and Tutorials

mod_defensible is an Apache 2.x module intended to block spammers/hackers/script kiddies using DNSBL servers. It will look at the client IP and check it in one or several DNSBL servers and return a 403 Forbidden page to the client. This guide shows how to install and use it with Apache 2 on a Debian Etch server.

February 2008

Brent Meshier » Tuning Apache & MySQL for High Traffic Availability

by 1 other
Here is a quick configuration guide for those running Apache & MySQL that will prepare your webserver for heavy demand. I manage a few webservers that handle 60 hits/second on average serving dynamic pages with this configuration. Using the right hardware and software you can mitigate a potential Slashdot Effect and live to tell the tale.

October 2007

Defining Macros With mod_macro In Apache | HowtoForge - Linux Howtos and Tutorials

This guide is about mod_macro, which makes the job of managing an Apache webserver much easier, or just for the home developer with several test pages or projects. I will explain how to get it running and give some examples of how I use the module, to help you get started with using it.