Project Uptime : Progress Report 6 : Tweaking Varnish
The server has held up pretty well, since the installation of varnish. Based on this wiki post, I added the following to /etc/varnish/default.vcl [code] <pre> #...
The server has held up pretty well, since the installation of varnish. Based on this wiki post, I added the following to /etc/varnish/default.vcl [code] <pre> #...
Quick how to for finding out the list of processes, including threads spawned by these processes [code] ps -eLf | grep USERNAME [/code] Explanation of the...
For my own notes.. very nice post on perishablepress.com regarding using the different capabilities of mod_rewrite to secure your website (application) http://perishablepress.com/eight-ways-to-blacklist-with-apaches-mod_rewrite/
When I was ~9 years old, my dad bought home a Commodore 64K. It was slow.. it was terrible graphics and it took for ever to...
Apache configuration to redirect traffic to a particular URL based on the pattern in the URL (AKA URI). In this particular example, I want to redirect...
Instead of posting individual posts every day to track my progress (or lack of) in the 60 day challenge, I created this page (https://kudithipudi.org/2012-60-day-resolution/) for the...