Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboI was recently working on setting up http to https redirects for multi domain site. Using Nginx I added the redirect rule as below: rewrite ^ https://$host$request_uri? permanent; But no matter no what…
How to: Centos 6 Virtualmin Cloudflare mod_cloudflare install
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis is a quick guide on how to install mod_cloudflare on Centos 6 with Virtualmin I followed the directions on the Cloudflare page but had to change some things Run the Following commands…
How to: Virtualmin Cloudflare Secure Hidden IP – DDOS Protection – Google Apps
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis is a HOW TO on setting up CloudFlare with Virtualmin to prevent DDOS Attacks and hide your website IP address. 1. Visit Cloudflare https://www.cloudflare.com/ 2. Create Cloudflare account 3. Set Up Cloudflare…
How to: CentOS 6 Virtualmin – fail2ban protect Apache from DDOS Attack
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboUpdate: Since this post I have tried to also implement Firewall DDOS Attack prevention – this did not work as well as my host would null route my IP if the attack was…