Tag Archives: Ubuntu

Install HHVM, Nginx on Ubuntu 14.04

I used the following guide to change from php-fpm to hhvm after doing some research on potential speed increase. The guide is great, however I may be changing back as for some reason I seem to have actually lost performance by changing over. Might be an incompatibility in a plugin or something in WordPress. Install… Read More »

AWStats – Ubuntu Community Help Wiki

I wanted to have more than Google Analytics working for my site so I can compare and contrast the figures. I’m using Ubuntu so a basic search of awstats ubuntu found the following site which made it a breeze to install.   AWStats – Community Help Wiki.

Apache-redirect http to https

I don’t want the logins, or even the content of most of the sites that I manage to be available via HTTP, however as most of us don’t like having to add the HTTPS to the start manually, this works perfectly. General setup is Ubuntu with Apache2, MySQL, PHP5 and WordPress.   <VirtualHost *:80> ServerName… Read More »