Install OpenLiteSpeed

staff

Verified User
Joined
Sep 19, 2007
Messages
118
Location
France
Hello,

I would like to install OpenLiteSpeed and I would like to know if the rewrite mod and the htaccess files are compatible?

I currently install versions of PHP 7.3, 7.2, 7.1, 7.0 (PHP-FPM) and as a web server nginx_apache

Is there a big difference between nginx_apache and OpenLiteSpeed for speed?

How to access the Webadmin console?

I wanted to test installing OpenLiteSpeed so I changed PHP-FPM from PHP versions to LSPHP and I wanted to install OpenLiteSpeed and I got an error saying:

openlitespeed webserver configuration option is not compatible with lsphp or php-fastcgi PHP mode with mod_ruid2 enabled.

Thank you
 
Yeah only mod rewrite is available
You cant access web admin console
Disable mod
_ruid2 during installation
 
cd /usr/local/directadmin/custombuild/
./build update
./build clean
./build set webserver openlitespeed
./build set mod_ruid2 no
./build set php1_mode lsphp
./build openlitespeed
./build php
./build rewrite_confs
 
You can access webadmin as long as you install libnsl otherwise you get a 503 error.

The webadmin is read-only so you need to edit config files direct

speed wise. dont play with the config unless you know what you are doing. if your website/application can use their cache plugin IE wordpress then do so.
 
Back
Top