Requirements Latest OpenLiteSpeed has precompiled binary included in the package for you to easily install than compiling/installing from source code yourself. Operating System CentOS 6,7 Debian 7, 8, 9 Ubuntu 14,16,18 NOTE: Currently one click installation only supports the above operating systems with 64 bit…
This wiki discusses how to add and configure OpenLiteSpeed’s PageSpeed module. The PageSpeed module allows OpenLiteSpeed to support Google’s PageSpeed optimization system. For this guide, we assume you already have a working installation of OpenLiteSpeed 1.4.2 or greater. We made module support available in version 1.3. However,…
OpenLiteSpeed will normally be installed through root user on production server. If there is some case you do want to install OLS as a non-root user, you can. The following provides an example to install OLS from source code as a non root user.…
Installing PHP with LiteSpeed SAPI from a repository is much faster and recommended way. PHP for LiteSpeed (LSAPI) is available in two repositories — Remi Repository(CentOS) and our own LiteSpeed Repository(CentOS/Debian/Ubuntu). Choose the repository that best fits your needs. Installing PHP from the LiteSpeed…
You can install OpenLiteSpeed, lsphp, MySQL database, WordPress, LSCache and LiteSpeed Cache plugin for WordPress in 1 click! ols1clk is a one click installation script for OpenLiteSpeed. Using this script, you can quickly and easily install OpenLiteSpeed with it’s default settings, Using different parameters for…
Installation of OLS 1.5 or lower version from Source Code OpenLiteSpeed can also be installed from source code through a command line terminal as detailed below. The following KB is for OLS 1.5 and the lower version only. While starting from 1.6 and later version,…
CentOS 5, 6, 7, 8 | Debian 7, 8, 9, 10 | Ubuntu 12.04, 14.04, 16.04, 18.04 Add the Repository Use the following commands to add our CentOS repositories: CentOS 5: rpm -Uvh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el5.noarch.rpm CentOS 6: rpm -Uvh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el6.noarch.rpm CentOS 7: rpm -Uvh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el7.noarch.rpm CentOS 8: rpm -Uvh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el8.noarch.rpm Debian 7, 8 &…