Apache

Getting 404 on Posts in WordPress

I recently switched one of my sites over from Joomla to WordPress and, for the most part, everything went well but I did hit a little bit of a problem when all of a my posts suddenly started giving 404 errors.

Joomla and PageSpeed

A while back I installed the PageSpeed module for Apache in an effort to improve my sites performance. How much of an affect it has is debatable but the site scores more highly on the Google PageSpeed score which is a good thing since now it won’t suffer a listing penalty for being slow.

Installing mod_pagespeed on Ubuntu

The mod_pagespeed extension is designed to reduce the load time of pages on a web site by performing certain optimizations such as  optimizing images and minifying CSS and JavaScript. This guide covers installing mod_pagespeed on an Apache server running under Ubuntu 12.04. The process should be the same for later versions of Ubuntu as well.