nginx

Google Page Speed service is the Google’s answer to Cloudflare and I have decided to give it a try on this blog to see how it works and if it makes my site faster. Normally I’m not much in to CDN’s because I could gain similar performance for less cost by using an tuned nginx […]

{ 5 comments }

How to install Kloxo MR

by Ruchira on May 29, 2013

I was a fan of Kloxo for nearly  a 3 years and I have wrote many posts about How to install kloxo  , Kloxo project updates and a look back after 3 years . Kloxo has become almost a dead project by now. There are so many bugs present in kloxo and no one seems to address the […]

{ 3 comments }

Apache 2.2 vs 2.4 What to choose on Cpanel?

by Ruchira on May 27, 2013

Apache 2.4 is the latest version of Apache web server. Apache 2.4 comes after a many years of constant Apache 2.2 development and according to Apache foundation, Apache 2.4 brings lots of new modules and enhancements to the 2.2. You can find details about Apache 2.4 change log here  WHM Cpanel is the most popular server […]

{ 0 comments }

Installing Nginx is easy thanks to the Nginx Autoinstaller but if you want to use Nginx with Cpanel you can do that easily with NginxCP . NginxCP is a Nginx auto installer for Cpanel. NginxCP installs Nginx on the front end as a reverse proxy to Apache. So this means that static files will be handled by Nginx. […]

{ 0 comments }

Nginx Auto Installer minor update

by Ruchira on May 17, 2013

You might know about the Nginx Auto install script listed on this blog . Its been almost 3 years since I have released my first modified version of it. Those days my version brought a lot of changes to the original version because my version came with the latest versions of Nginx , PHP.  But later on the […]

{ 2 comments }

How to install PHP APC on LNMP

by Ruchira on May 13, 2013

Note : This is a part of https://www.ruchirablog.com/nginx-autoinstaller/ guide. APC Alternative PHP Cache, is a nice little caching add-on to PHP which can increase the performance of PHP significantly. APC works by optimizing the PHP compiler and storing the final compiled code in the memory. So this saves the burden of having to retrieve the source file from the disk […]

{ 2 comments }

Nginx is the web server that people use for speed. And I have published a guide on how you can auto install Nginx. Few days ago developers have discovered a serious buffer overflow vulnerability on Nginx versions 1.3.9 to 1.4.0. This is documented on CVE-2013-2028. According to the statement ,

{ 0 comments }

How to enable IPv6 on Nginx

by Ruchira on April 23, 2013

We all know that IPv4 addresses are depleting really fast. But still IPv6 adoption is nowhere near it should be. For example IPv6 adoption in mexico is 0.00% as of Google Ipv6 statistics report . Even though the IPv6 adoption among the internet users is low, most Dedicated and Virtual Private Server providers are already offering IPv6 support. […]

{ 0 comments }