Recent Posts

November 2008
M T W T F S S
« Oct   Dec »
 12
3456789
10111213141516
17181920212223
24252627282930

Mobile Barcode Tool

This is a 2D-barcode containing the address of our mobile site.If your mobile has a barcode reader, simply snap this bar code with the camera and launch the site.

Apache – mod_security – web application firewall

ModSecurity is a web application firewall (WAF) for the Apache server.

I’m a big fan** of this Open Source solution – Once you install the module you can use it to:

  • filter at the server level (directly in httpd.conf or as include files),
  • filter at the directory/location/folder level (via .htaccess files),
  • stop specific (i.e. known) attacks,
  • stop generic attacks.

You can also use it to simply monitor your web traffic at a more detailed level.

Recent log