Recent content by httpd_config.conf

  1. 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)
  2. 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:
  3. 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)...
  4. 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
  5. 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...
  6. 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/
  7. 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
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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 ~]#
  13. 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