Search results

  1. H

    how to from cli display ALL modules installed?

    ah!, here is code for CHECK modules from HTTP+PHP: <pre><?php if(function_exists('apache_get_modules')){ $modules = apache_get_modules(); print_r($modules); }however why function apache_get_modules() run over LSWS ?
  2. H

    how to from cli display ALL modules installed?

    this is my VPS: ~pepsi /usr/local/lsws/bin/lshttpd -v LiteSpeed/1.8.4 Open (BUILD built: Tue Nov 4 13:44:54 UTC 2025) module versions: lsquic 4.3.1 modgzip 1.1 cache 1.66 mod_security 1.4 (with libmodsecurity v3.0.14) ~pepsi we not have LiteSpeed...
  3. H

    how to from cli display ALL modules installed?

    thanks master @Cold-Egg, from CLI we can check if this modules is ON in server? or best: we can check this from HTTP+PHP web ?
  4. H

    how to from cli display ALL modules installed?

    thanks, my ouput is: ~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...
  5. H

    how to from cli display ALL modules installed?

    hello, from cli/console/putty how we can get the FULL LIST of modules in LiteSpeedWebServer ??
  6. H

    PHP_SAPI = [litespeed], how I can run PHP with SAPI = [cgi-fcgi] or [fast-cgi]?

    from here: https://docs.litespeedtech.com/lsws/extapp/php/how-to/ step #3 (ADD) not possible, (option not exists into 7080)
  7. H

    PHP_SAPI = [litespeed], how I can run PHP with SAPI = [cgi-fcgi] or [fast-cgi]?

    from panel control 7080 not is possible, when I left in blank then ERROR:
  8. H

    PHP_SAPI = [litespeed], how I can run PHP with SAPI = [cgi-fcgi] or [fast-cgi]?

    hi, this is my setup: [root@pepsi ~]# php -v PHP 8.0.30 (cli) (built: May 13 2025 19:33:03) ( NTS gcc x86_64 ) Copyright (c) The PHP Group Zend Engine v4.0.30, Copyright (c) Zend Technologies [root@pepsi ~]# [root@pepsi ~]# more /etc/redhat-release AlmaLinux release 9.6 (Sage Margay)...
  9. H

    [pcKeepAliveTimeout] who is?, when edit?, info please...

    hello, I search but not info aboutpcKeepAliveTimeout into file vhost.conf please where I can find details? thanks
  10. H

    exists a file to config "LSAPI_MAX_PROCESS_TIME" for all server? where it is?

    YES!, the file is: /usr/local/lsws/conf7httpd_config.conf and you will need edit the block: extprocessor lsphp { type lsapi address uds://tmp/lshttpd/lsphp.sock maxConns 10 env PHP_LSAPI_CHILDREN=10 env...
  11. H

    now is 2025, exists some path to [OLS panel admin -> Configuration -> Server -> PHP -> PHP Handler Defaults] ?

    this neither work: https://forum.openlitespeed.org/threads/how-to-use-setenv-on-openlitespeed.5886/
  12. H

    exists a file to config "LSAPI_MAX_PROCESS_TIME" for all server? where it is?

    master LiteCache do you read mi Q ? 1// exists a file to config ? 2// is possible edit to all server ? 3// the process dead exactly 3 hours after (why 3h ?) thanks master LiteCache
  13. H

    now is 2025, exists some path to [OLS panel admin -> Configuration -> Server -> PHP -> PHP Handler Defaults] ?

    hello, apparently this [post #20] is the solution to my problem (*): https://forum.directadmin.com/threads/litespeed-and-unlimited-time-in-cron-jobs-php-scripts.68078/post-359902 but that is from 2014, now is 2025 and I not find the path mentioned by @ShinJii into my current panel admin OLS...
  14. H

    exists a file to config "LSAPI_MAX_PROCESS_TIME" for all server? where it is?

    hello, I need run by weeks ("eternally") /home/website.com/pubic_html/apps/socket.php from browser ( yes, mi PC never is turned off ) but ever the process dead exactly 3 hours after (why 3h ?) in this forums I find """LSAPI_MAX_PROCESS_TIME""" but ever to put into .htacces file is possible...
  15. H

    set_time_limit(3600 * 48); but process ever run only by three hours, how fix that?

    hi, we need run socket.php by weeks... ("eternally") then we add the line set_time_limit(3600 * 48); but ever the process dead EXACTLY after of 3 hours how we can run process by minimum 1 week ? thanks :) [root@pepsi ~]# php -v PHP 8.0.30 (cli) (built: May 13 2025 19:33:03) ( NTS gcc...
  16. H

    PHP error: Using ${var} in strings is deprecated

    thanks master @Cold-Egg this is about: [27-Apr-2025 20:12:42 America/Bogota] PHP Warning: opendir(): open_basedir restriction in effect. File(/usr/local/lsws/Example/html/.well-known/acme-challenge/) is not within the allowed path(s): (/home/MYWEBSITE.com/public_html) in...
  17. H

    PHP error: Using ${var} in strings is deprecated

    openbasedir = active (we can get/read code remote from webs (php.net, openlitespeed.org, ...)) PANEL = CyberPanel: [root@pepsi ~]# echo -n 'CyberPanel versión ';head -1 /usr/local/CyberCP/version.txt CyberPanel versión 2.3 [root@pepsi ~]#
  18. H

    PHP error: Using ${var} in strings is deprecated

    hello master @Cold-Egg today (again) we find this error in ours logs: [27-Apr-2025 20:12:42 America/Bogota] PHP Warning: opendir(): open_basedir restriction in effect. File(/usr/local/lsws/Example/html/.well-known/acme-challenge/) is not within the allowed path(s)...
Top