OpenLiteSpeed ??é a edição Open Source do LiteSpeed ??Web Server Enterprise. O OpenLiteSpeed ??contém todos os recursos essenciais encontrados no LiteSpeed ??Enterprise, incluindo o LSCache (plugin necessário para o WordPress).
Abaixo comandos sobre como trocar o apache pelo openlitespeed e como voltar para o apache com suphp ou php-fpm.
Instalar openlitespeed
cd /usr/local/directadmin/custombuild
./build set mod_ruid2 no
./build set php1_mode lsphp
./build set php2_mode lsphp
./build set php3_mode lsphp
./build set php4_mode lsphp
./build set webserver openlitespeed
./build update
./build openlitespeed
./build php n
./build rewrite_confs
Instalar Apache com SUPHP
cd /usr/local/directadmin/custombuild
./build set mod_ruid2 no
./build set php1_mode suphp
./build set php2_mode suphp
./build set php3_mode suphp
./build set php4_mode suphp
./build set webserver apache
./build update
./build apache
./build php n
./build rewrite_confs
Instalar Apache com PHP-FPM
cd /usr/local/directadmin/custombuild
./build set mod_ruid2 no
./build set php1_mode php-fpm
./build set php2_mode php-fpm
./build set php3_mode php-fpm
./build set php4_mode php-fpm
./build set webserver apache
./build update
./build apache
./build php n
./build rewrite_confs