how to from cli display ALL modules installed?

#3
grep module /usr/local/lsws/conf/httpd_config.conf
thanks,
my ouput is:
Code:
~pepsi  grep module /usr/local/lsws/conf/httpd_config.conf
module cache {
module cyberpanel_ols {
~pepsi
then I don't have ACTIVE the module mod_rewrite active ???
how I turn ON these module ?

also I will need the module LiteSpeed ???


... me understand all this modules is required for:

https://docs.litespeedtech.com/lsws...t-lsapi_max_process_time-environment-variable

Code:
<IfModule LiteSpeed>
    <IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule (scriptA|scriptB|scriptC)\.php - [E=noabort:1]
    </IfModule>
</IfModule>
( because I need run "script_eternal.php" for 1 month continually ... )
 
Top