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...
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...
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...
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...
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
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...