CentOS 7 – Serving HTTPS with Apache2
Jun23

CentOS 7 – Serving HTTPS with Apache2

KB ID 0001210   Problem  This week I’ve been working on changing the site over to https. Buying a digital certificate used to be an expensive long winded affair, but not anymore. A quick internet search turned up a 3 year SSL certificate for less than 15 quid. Getting the certificate was the easy bit, getting it installed so that Apache would use it was another ‘challenge’. On a scale of one to ten, I’m about a...

Read More
RSS Error – Your feed appears to be encoded as “UTF8”, but your server is reporting “US-ASCII”
Nov17

RSS Error – Your feed appears to be encoded as “UTF8”, but your server is reporting “US-ASCII”

KB ID 0000889  Problem I don’t validate and check the sites RSS feed as often as I should, but post server migration I got this error; This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations. Your feed appears to be encoded as “UTF8”, but your sever is reporting “US-ASCII” Solution As you can see by the section I’ve...

Read More
Apache is Ignoring the .htaccess file
Nov17

Apache is Ignoring the .htaccess file

KB ID 0000890 Problem The .htaccess file is a file that lives in a directory on a web server. Its job is to provide ‘settings’ that would normally be set in the servers httpd.conf file. You can put a .htaccess file in any directory to control the settings for that directory, (providing .htaccess override has been allowed). After having some problems the other day, I made a change to mine, then reliased the change was not...

Read More