Search results

  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)...
  14. H

    session_start(): open(/var/lib/lsphp/session/lsphp81/sess_n9kpn5g8i383uai4ake9e8hbac, O_RDWR) failed: Permission denied (13)

    100% true, is only with "CYBERPANEL" but many users inform about this BUG and they yet not fix, 2025!! ... Just now I have webs with same problem, and CyberPanel NOT want fix...
  15. H

    Error installing Imagick and Memcached for Openlitespeed on Almalinux 9.4

    hello master @Cold-Egg, following yours instructions we execute:### first choice the PHP version for install iMagick: ln -sfn /usr/local/lsws/lsphp80/bin/php /usr/bin/php ln -sfn /usr/local/lsws/lsphp81/bin/php /usr/bin/php ### confirm using: php -v | head -n 1 | cut -d " " -f 2 && php -m |...
  16. H

    Error installing Imagick and Memcached for Openlitespeed on Almalinux 9.4

    hello, we have a new installation, (new VPS) and just now in SEPT 13 2024 we also have the same problem: [root@dns ~]# /usr/local/lsws/bin/lshttpd -v LiteSpeed/1.7.19 Open (BUILD built: Tue Apr 16 15:14:26 UTC 2024) module versions: lsquic 3.3.2 modgzip 1.1 cache...
  17. H

    my APP load fine in localhost:8080, how I can send this as response to ANY request to HTTPS://hn.mydomain.com ?

    thanks master, I do this 2 actions: create file .htacces .htaccess INTO dir [/home/hn.mydomain.com/public_html] into this .htaccess file, I put yours 3 llines (changing ONLY: hm.mydomain.com by "my REAL hostname" I restar LSWS, then nothing happen, by this, I reboot the whole server and then...
  18. H

    my APP load fine in localhost:8080, how I can send this as response to ANY request to HTTPS://hn.mydomain.com ?

    thanks by your help, I add my APP: and I am sorry but really me not understand how to send this URL as response for ANY request to my URL: https://hm.mydomain.com surely the tutorial say how do it but me not understand how open https://hm.mydomain.com and then display my http://localhost:8080...
Top