Search results

  1. 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)...
  2. 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
  3. 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...
  4. 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...
  5. 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...
  6. H

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

    hello. using DOCKER I install [APP] and this run fine in localhost:8080 but when ANY CLIENT open HTTPS://hn.mydomain.com:8080 this load "perfect", but the browser launch WARNNING about certificate. Then my best solution is send ANY REQUEST to HTTPS://hn.mydomain.com with response from...
  7. H

    how to set SSL over PORT X ?

    hello, we put the line address *:443 *:port1 *:port2 into the file /usr/local/lsws/conf/httpd_config.conf but yet the browsers lounches alert when we try open https://web:port1 or https://web:port2 how we can fix? what file we need edit? thanks
  8. H

    put [address *:443 *:port] into [httpd_config.conf] is correct for ADD SSL to X port ?

    hello, we need ADD SSL to some ports. how we can do it? we edit the file /usr/local/lsws/conf/httpd_config.conf and we change the lineaddress *:443by the lineaddress *:443 *:P1 *:P2we restart all but website:p1 and website:p2 yet NOT LOAD with SSL. What we can...
Top