H httpd_config.conf Member Yesterday at 1:32 PM #1 Yesterday at 1:32 PM #1 hello, from cli/console/putty how we can get the FULL LIST of modules in LiteSpeedWebServer ??
Cold-Egg Administrator Today at 2:40 AM #2 Today at 2:40 AM #2 CLI and API call methods are not available yet. How about `grep module /usr/local/lsws/conf/httpd_config.conf`, it will at least show the configured modules on the server level.
CLI and API call methods are not available yet. How about `grep module /usr/local/lsws/conf/httpd_config.conf`, it will at least show the configured modules on the server level.
H httpd_config.conf Member Today at 3:09 AM #3 Today at 3:09 AM #3 Cold-Egg said: grep module /usr/local/lsws/conf/httpd_config.conf Click to expand... 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 ... )
Cold-Egg said: grep module /usr/local/lsws/conf/httpd_config.conf Click to expand... 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 ... )