Tag: cache

  • DNS cache with dnsmasq

    I’ve noticed in my dns logs that a specific host is very talkative. Even if my DNS server is able to hande the load I wanted to avoid sending several hundred thousand queries per day to it. To avoid that all of those queries are sent to my DNS server I decided to use dnsmasq…

  • Nginx – Cache

    Using caching with Nginx could be a handfull but make a huge difference when it comes to performance on a webpage. This one included.The method I use is fastcgi. If you only have one site to cache on your server, you put the following four lines in the very top of the vhost config-file. If…