I’ve pre-compile nginx 1.6.2, with the following modules. You will get Google Pagespeed, Mod_Security and all your Gzip compression modules, I’ve…
Block Country using Iptables #!/bin/bash # Purpose: Block all traffic from AFGHANISTAN (af) and CHINA (CN). Use ISO code. #…
Today, I will share how to setup a Nginx Webserver allowing you to create dynamic web applications with Nginx, PHP5…
Step 1) Switch from MyISAM to InnoDB (e.g. XtraDB) Step 2) /etc/mysql/my.cnf default_storage_engine    = InnoDB innodb_log_file_size = 128M innodb_buffer_pool_size = 8G…