Table of Contents

Bitnami WordPress AMI

Bitnami currently offers a Marketplace AMI with WordPress. The AMI is already setup with WordPress on Apache. This guide will explain how easy it is to convert Apache to LiteSpeed Web Server.

Bitnami Converter Script

LiteSpeed Web Server already reads Apache configs, so we created a script to automate the entire install process.

This script does the following:

This script will get the Bitnami AMI up and running with LSWS in a matter of seconds.

NOTE: This script is tailored to this specific AMI and will not work reliably on other AMIs.

Running the script

Just run the following commands from a shell prompt on your AMI and follow the prompted instructions.

wget http://litespeedtech.com/packages/cloud/bitnami-lsws.sh
chmod a+x ./bitnami-lsws.sh
sudo ./bitnami-lsws.sh

NOTE: This script only works if you have the Bitnami WordPress AMI running with Apache and not nginx.