Blog

Hosting WordPress on AWS

Restoring Visitor IPs on Amazon Linux 2023

Restoring Visitor IPs on Amazon Linux 2023

Restoring Visitor IPs on Amazon Linux 2023 When you use Cloudflare as a reverse proxy in front of Apache, the …
How to Set Swap Memory on an AWS EC2 Instance

How to Set Swap Memory on an AWS EC2 Instance

How to Set Swap Memory on an EC2 Instance Amazon EC2 instances typically don’t come with pre-configured swap space, as …
From Route 53 to CloudFlare

From Route 53 to CloudFlare

I switched my DNS provider from Amazon Route 53 to Cloudflare. The primary reason for this migration was Cloudflare’s free …
Auto post using python REST API

Auto post using python REST API

An example script to create a new post using the REST API: import requests from requests.auth import HTTPBasicAuth # WordPress …
Unable to find a virtual host listening on port 80

Unable to find a virtual host listening on port 80

Error Message from Certbot This post is base on Amazon Linux 2023. When requesting a certificate for example.com, you might …
How to Create a Let’s Encrypt SSL Certificate on Amazon Linux

How to Create a Let’s Encrypt SSL Certificate on Amazon Linux

Step 1: Install Apache and mod_ssl First, ensure that Apache and the mod_ssl module are installed to enable HTTPS support: …
Bypass FTP credentials to install plugins

Bypass FTP credentials to install plugins

When WordPress on an EC2 instance asks for FTP credentials to install plugins, it typically means that WordPress doesn’t have …
Install WordPress on AWS EC2

Install WordPress on AWS EC2

In this post, I’ll walk you through how to install WordPress on an EC2 instance using Amazon Linux 2023. While …