This is even MORE exciting. I love seeing features like this that are easy to turn on and off. Just like what I did for the ‘Apache Modules’ post, I had so many records, I had to parse the details using a couple of Access queries. I basically […]
Tag: Apache
Apache has HOW many modules?
I have been playing around with cPanel recently, and I like some things about it. I’m still a bit concerned about investing in a web server that has lost 2/3rds of it’s marketshare in the last 10 years. But it just amazed me how many modules are supported […]
GoDaddy and other Shared Hosting Performance
Has anyone bothered to compare the performance from their Shared Hosting to the 10x better performance availablle on a $5vps? Fuck Shared Hosting. Fuck GoDaddy more than anyone else. And Fuck Apache WebServer. Apache has lost two thirds of its market share these last 10 years. I mean, […]
How to Install and Use Memcached with Nginx, PHP 7 on Ubuntu 16.04
We have several articles about Varnish, a popular technology to cache your website in server’s memory / RAM and therefore it can boost the speed of your website and enlighten your server load. Today, I will show you another in-memory caching technology which is earlier and more popular than […]
How to Install Pydio File Manager on Vesta CP
Comes with no built-in File Manager, Vesta CP is absolutely a great free Control Panel for your VPS allowing you to install all necessary software (Apache, Nginx, PHP5, FTP, MySQL, DNS, etc) to make your VPS ready-to-use for hosting websites. The only way you can upload, organize and […]
Configuring Varnish Cache to Run With Vesta Control Panel
A guide with screenshot pics on how to setup Varnish Cache server and get it running together with full Vesta CP which by default comes with LAMP and Nginx as frontend proxy. This article is a follow up of my previous article and here I come with it […]
How to Add Domain Redirection in Vesta CP
Well I think this topic is pretty interesting: how to create domain / web redirection using VestaCP. The solution is basically simple which I think if you are familiar enough with LAMP (or say Apache), but it is pretty confusing for some newbies. So here it is a […]
Upgrade VestaCP to PHP 7 (CentOS)
How to install PHP 7 (stable) on VestaCP server running on CentOS 7 with some test results of how VestaCP + PHP 7 can perform together serving WordPress site. For your information, PHP 7 has just been released and many rumors say it can perform multiple times faster […]
Upgrade VestaCP to PHP 7 (Ubuntu)
A step by step guide on how to install PHP 7 (stable) on VestaCP, the Ubuntu version plus few test results showing how its performance. I posted the CentOS version of this tutorial which you can read short introduction of PHP7 and should you use it with Vesta […]
How to Install VestaCP with Nginx + PHP-fpm
VestaCP is known nowadays as the best free and easy to use hosting control panel (according on me). Well, as you may know that by default Vestacp implements Nginx as frontend webserver while makes use of Apache as backend. This becomes the most common configuration allowing its users […]