Category Archives: Virtual Private Server

Compile and Install BIND 9.9.7 ESV in Debian

This article will guide you step by step to get Bind DNS running. Install Dependencies: root@dns:~# apt-get update root@dns:~# apt-get upgrade root@dns:~# apt-get install build-essential openssl libssl-dev libdb5.1-dev Download Bind: root@dns:~# wget ftp://ftp.isc.org/isc/bind9/9.9.7/bind-9.9.7.tar.gz Unpack Bind: root@dns:~# tar zxvf bind-9.9.7.tar.gz Configure and then compile Bind9 source pre: root@dns:~# fakeroot ./configure –prefix=/usr –mandir=/usr/share/man –infodir=/usr/share/info –sysconfdir=/etc/bind –localstatedir=/var –enable-threads… Read More »

Loading

CloudFlare: Restore original visitor IP to Apache Web Servers

Since CloudFlare acts as a reverse proxy for websites, CloudFlare’s IPs are going to show in your server logs. This can be easily identified from awstats or webalizer. There is an easy fix to restore original visitor IP for any web server. 1) Copy the source file mod_cloudflare.c to your web server. wget https://raw.github.com/cloudflare/CloudFlare-Tools/master/mod_cloudflare.c 2)… Read More »

Loading

Use CloudFlare to accelerate your website

How Does CloudFlare’s Technology Work CloudFlare’s technology is built like a CDN (content delivery network). It is a cloud-based, distributed network, which means it has multiple data centers spread across the web. When you add a domain to your CloudFlare account, CloudFlare acts as a proxy. This means that your visitor’s requests to your website… Read More »

Loading