Server

POUND – Reverse proxy and load-balancer

Posted by riddler on July 3, 2010 at 12:27 pm

Scaling up. For most people a nightmare area. What? How? Where? It usually comes down to how much money are you willing to spend and what is it that you actually need. Here is free as in free beer solution for all you geekz out there who need a simple load balancer and reverse proxy… [...]

Grep intelligence – grep lines that DO NOT MATCH an expression

Posted by akiko on May 13, 2010 at 11:24 am

I have an apache access log that I need to monitor frequently while users do funny things, but the problem is 99% of the logged calls are some trivial ajax get requests which do stuff, like ‘check new messages’ which, when coming in from each user who has opened the page each second, tend to [...]