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