Auto deploy new relic apps in cPanel

Some shared hosting, including my own company Hosting4RealĀ use New Relic to monitor the servers. But often it would be nice, to be able to track each customers performance, for providing even better support, but deploying the ‘apps’ manually takes a lot of time, if you have tons of customers. So we can auto deploy new … Continued

Add a secondary IP to CentOS servers

How to add a secondary IP to CentOS servers is pretty easy. First what you’re going to do, is to SSH into the server itself. What we need to do, is to create a little file in sysconfig/network-scripts to bind the IP to the server, by doing following: cd /etc/sysconfig/network-scripts/ Make a new file called … Continued

Using nginx as a proxy to uWSGI applications

Using nginx as a proxy to uWSGI applications, have a lot of benefits. Nginx is built and optimized as a webserver, where the uWSGI is an application server. Nginx has the benefits of load balancing, request caching, it’s more secure, and it’s good for serving static files as well. I’m going to provide the code, … Continued

Getting most out of WP Super Cache

This post is about getting most out of WP Super Cache plugin for wordpress. A lot of people, use WP Super Cache Plugin for WordPress, generally what it does, is to generate HTML pages out of the wordpress site, and cache them for X amount of time. And this is really good, first of all … Continued