
After upgrading my MythTV server from 0.25 to 0.29 as described in MythTV on CentOS 7 I found that the last tab for MythWeb, “Backend Status” was giving me a: 404 Not Found It really had me stumped and then I … Continue reading
After upgrading my MythTV server from 0.25 to 0.29 as described in MythTV on CentOS 7 I found that the last tab for MythWeb, “Backend Status” was giving me a: 404 Not Found It really had me stumped and then I … Continue reading
I upgraded my WordPress host to CentOS7 with PHP7.3 and everything seemed fine until I went to upgrade and I got: Update WordPressDownloading update from https://downloads.wordpress.org/release/en_NZ/wordpress-5.4.2.zip…Download failed.: cURL error 2:Installation Failed Also from Health check Communicating with the WordPress servers … Continue reading
There are a number of posts on how to do this. I have created this post mostly for my own records so I know I will continue to have a record of what I have done. Setup Ensure you have … Continue reading
I had a really strange problem, I was writing a tiny Python script to learn about Python and it was writing to /var/tmp. Only problem was the file never turned up. This script was run from within Apache 2 on … Continue reading
Want to run Python from Apache 2.4, this is what I did to get it working. For this exercise I am creating a web hook script and want to run them from the custom folder “/srv/www/webhooks/”. Apache config changes First … Continue reading
When I tried uploading images I started getting a “HTTP error”. Not all images but quite a lot and it wasn’t just big images or even the biggest images. I noticed this just after the automatic upgrade to WordPress 4.0.1, … Continue reading
If you want to run Tomcat from behind Apache as many people do then you need to find a method of sending requests from Apache to Tomcat. One of the popular mechanisms is to use “mod_jk”. The problem is that … Continue reading
This article is about replacing an existing self-signed SSL certificate. In my case I have an Apache 2.2 server running on Fedora 14, pretty much default settings for a lot of stuff. My SSL certificate expired and I just needed … Continue reading