This is an old revision of the document!
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:
- Installs LiteSpeed Web Server with a trial license
- Installs LSPHP 7.0
- Configures LSWS to read Apache configs
This script will get the Bitnami AMI up and running with LSWS within a matter of seconds.
NOTE: This script is custom 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 URL HERE 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.