February 2014
M T W T F S S
 12
3456789
10111213141516
17181920212223
2425262728  

Categories

February 2014
M T W T F S S
 12
3456789
10111213141516
17181920212223
2425262728  

Disable HTTP Methods in Tomcat

HOWTO: Disable HTTP Methods in Tomcat Introduction

In the Apache web server, if you want to disable access to specific methods, you can take advantage of mod_rewrite and disable just about anything, often with only one or two lines of configuration file entries. In Apache Tomcat, security is enforced by way of security constraints that […]

Apache Log Counting using Awk and Sed

Since I (and you as a visitor) don’t want your IP-address to be spread around the internet, I’ve anonymized the log data. It’s a fairly easy process that is done in 2 steps: IP’s are translated into random values. Admin url’s are removed. Step 1: Translating IP’s

All the IP’s are translated into random IP’s, […]