Fixing OpenLiteSpeed Caching for ActivityPub on WordPress
/ / / /

Fixing OpenLiteSpeed Caching for ActivityPub on WordPress

After some conversation with others on #Mastodon about other caching issues with #ActivityPub & #WordPress it was revealed that it came down to the Accept headers being received by requests to the caching services. The caching services could be things like #Cloudflare or web servers such as #OpenLiteSpeed, or even WordPress caching plugins. In my case I use the OpenLiteSpeed web server caching and I started digging into how caching works in OpenLiteSpeed and how I could fix it for my WordPress site.
Setting up a Web Server Using Docker on Oracle Cloud Infrastructure Ampere arm64 Always Free Instance
/ /

Setting up a Web Server Using Docker on Oracle Cloud Infrastructure Ampere arm64 Always Free Instance

After successfully migrating from a #DigitalOcean Droplet for my #Mastodon instance I decided to take advantage of the remaining resources still available on #OracleCloud to migrate my web hosting as well. I’m going to be taking a different approach, basically because of the #arm64 setup, and using #Docker for running most of my hosting setup. This post serves as an on-going guide to that setup.