OpenLiteSpeed is the Open Source edition of LiteSpeed Web Server Enterprise. OpenLiteSpeed contains all of the essential features found in LiteSpeed Enterprise, including LSCache (plugin needed for WordPress).
To install OpenLiteSpeed (DA 1.57 or higher is needed, it would run fine with pre-release binaries too):
1) You must have CustomBuild 2.0. If you do not, upgrade to CustomBuild 2.0
2) You can either run this in step 2 of the CB2 install guide, or do it after. Run the following to set the options.conf to use OpenLiteSpeed and lsphp:
./build update ./build set webserver openlitespeed ./build set mod_ruid2 no ./build set php1_mode lsphp ./build openlitespeed ./build php n ./build rewrite_confs
If you have more than 1 php version, set php2_mode lsphp for all other php#_modes.
If you want to add any extra modules to apache in custombuild, they'll need to be compiled in. Any module that needs to be compiled in will have a --with-module type flag which will need to be used. To add this flag, run the following: cd /usr/local/directadmin/custombuildmkdir -p custom/ap2cp configure/ap2/configure.apache…
For Zend, type: cd /usr/local/directadmin/custombuild./build set zend yes./build zend after changing php versions, it's recommended you install zend again.Note that Zend Guard is the new name for Zend Optimizer, and is used for newer versions of php. Custombuild will install the correct one for your system.For Ioncube, type: cd /usr/local/directadmin/custombuild./build…
You can check the current version of apache by running /usr/sbin/httpd -v CustomBuild - current If you're using custombuild (as most new boxes are), run the following cd /usr/local/directadmin/custombuild ./build update ./build apache ./build php n ./build rewrite_confs CustomApache - end-of-life If you are using customapache with the 1.3 version…