OLS Suddenly Stopped Working and Wont Start Again

I have been trying to fix this for about 4 hours now and I’m frustrated, please check the log; if anyone can tell me what’s wrong, I’d appreciate it.

2023-03-30 17:14:32.287626 [INFO] [30985] QuicEngine::init(), pid: 30985, log level [warn].
2023-03-30 17:14:32.288067 [INFO] [30985] [Module: modcompress 1.1] has been initialized successfully
2023-03-30 17:14:32.288131 [INFO] [30985] [Module: moddecompress 1.1] has been initialized successfully
2023-03-30 17:14:32.288196 [INFO] [30985] [Module: cache 1.64] has been initialized successfully
2023-03-30 17:14:32.288793 [NOTICE] [30985] Created new Listener [adminListener].
2023-03-30 17:14:32.288822 [NOTICE] [30985] [185.202.238.133:7080] enabled QUIC UDP
2023-03-30 17:14:32.288863 [INFO] [30985] [*:80] Enable SO_REUSEPORT .
2023-03-30 17:14:32.288868 [NOTICE] [30985] [*:80] Add SO_REUSEPORT socket, #1 to #6
2023-03-30 17:14:32.288917 [NOTICE] [30985] Created new Listener [Default].
2023-03-30 17:14:32.289335 [INFO] [30985] [*:443] Enable SO_REUSEPORT .
2023-03-30 17:14:32.289346 [NOTICE] [30985] [*:443] Add SO_REUSEPORT socket, #1 to #6
2023-03-30 17:14:32.289386 [NOTICE] [30985] Created new Listener [SSL].
2023-03-30 17:14:32.289392 [INFO] [30985] [*:443] Enable SO_REUSEPORT .
2023-03-30 17:14:32.289405 [NOTICE] [30985] [UDP *:443] SO_REUSEPORT #1 socket started, fd: 34
2023-03-30 17:14:32.289411 [NOTICE] [30985] [UDP *:443] SO_REUSEPORT #2 socket started, fd: 35
2023-03-30 17:14:32.289416 [NOTICE] [30985] [UDP *:443] SO_REUSEPORT #3 socket started, fd: 36
2023-03-30 17:14:32.289422 [NOTICE] [30985] [UDP *:443] SO_REUSEPORT #4 socket started, fd: 37
2023-03-30 17:14:32.289427 [NOTICE] [30985] [UDP *:443] SO_REUSEPORT #5 socket started, fd: 38
2023-03-30 17:14:32.289433 [NOTICE] [30985] [UDP *:443] SO_REUSEPORT #6 socket started, fd: 39
2023-03-30 17:14:32.289435 [NOTICE] [30985] [*:443] enabled QUIC UDP
2023-03-30 17:14:32.289788 [NOTICE] [30985] [SSL_CTX: 0x23024e0] OCSP Stapling can't be enabled: [OCSP] /etc/letsencrypt/live/mail.shbkyat.com/fullchain.pem: X509_STORE_CTX_get1_issuer failed!.
2023-03-30 17:14:32.289798 [INFO] [30985] [[::]:443] Enable SO_REUSEPORT .
2023-03-30 17:14:32.289801 [NOTICE] [30985] [[::]:443] Add SO_REUSEPORT socket, #1 to #6
2023-03-30 17:14:32.289861 [NOTICE] [30985] Created new Listener [SSL IPv6].
2023-03-30 17:14:32.289866 [INFO] [30985] [[::]:443] Enable SO_REUSEPORT .
2023-03-30 17:14:32.289883 [NOTICE] [30985] [UDP [::]:443] SO_REUSEPORT #1 socket started, fd: 46
2023-03-30 17:14:32.289892 [NOTICE] [30985] [UDP [::]:443] SO_REUSEPORT #2 socket started, fd: 47
2023-03-30 17:14:32.289907 [NOTICE] [30985] [UDP [::]:443] SO_REUSEPORT #3 socket started, fd: 48
2023-03-30 17:14:32.289913 [NOTICE] [30985] [UDP [::]:443] SO_REUSEPORT #4 socket started, fd: 49
2023-03-30 17:14:32.289927 [NOTICE] [30985] [UDP [::]:443] SO_REUSEPORT #5 socket started, fd: 50
2023-03-30 17:14:32.289933 [NOTICE] [30985] [UDP [::]:443] SO_REUSEPORT #6 socket started, fd: 51
2023-03-30 17:14:32.289935 [NOTICE] [30985] [[::]:443] enabled QUIC UDP
2023-03-30 17:14:32.289944 [NOTICE] [30985] The maximum number of file descriptor limit is set to 50000.
2023-03-30 17:14:32.290653 [INFO] [30985] [PlainConf] [virtualHostConfig:] start parsing file /usr/local/lsws/conf/vhosts/Example/vhconf.conf
2023-03-30 17:14:32.291009 [INFO] [30985] [PlainConf] [virtualHostConfig:] Finished parsing file /usr/local/lsws/conf/vhosts/Example/vhconf.conf
2023-03-30 17:14:32.291020 [INFO] [30985] [PlainConf] [context:/] rewrite [] add rules [rewritefile .htaccess]
2023-03-30 17:14:32.291200 [WARN] [30985] [config:server:vhosts:vhost:Example] Uid of /usr/local/lsws/Example/html/ is 0, smaller than minimum requirement 11, use server uid!
2023-03-30 17:14:32.291207 [WARN] [30985] [config:server:vhosts:vhost:Example] Gid of /usr/local/lsws/Example/html/ is 65534, smaller than minimum requirement 10, use server gid!
2023-03-30 17:14:32.291367 [INFO] [30985] [config:server:vhosts:vhost:Example] config context /.
2023-03-30 17:14:32.291423 [INFO] [30985] RewriteFile [.htaccess] parsed, return 0.
2023-03-30 17:14:32.291430 [INFO] [30985] [config:server:vhosts:vhost:Example] config context /blocked/.
2023-03-30 17:14:32.291437 [INFO] [30985] [config:server:vhosts:vhost:Example] config context /cgi-bin/.
2023-03-30 17:14:32.291445 [INFO] [30985] [config:server:vhosts:vhost:Example] config context /docs/.
2023-03-30 17:14:32.291452 [INFO] [30985] [config:server:vhosts:vhost:Example] config context /protected/.
2023-03-30 17:14:32.291536 [INFO] [30985] [PlainConf] [virtualHostConfig:] start parsing file /usr/local/lsws/conf/vhosts/shbkyat.com/vhost.conf
2023-03-30 17:14:32.291799 [INFO] [30985] [PlainConf] [virtualHostConfig:] Finished parsing file /usr/local/lsws/conf/vhosts/shbkyat.com/vhost.conf
2023-03-30 17:14:32.291814 [INFO] [30985] [PlainConf] [virtualHostConfig:] module [cache] add param [storagepath /usr/local/lsws/cachedata/$VH_NAME]
2023-03-30 17:14:32.291981 [NOTICE] [30985] [config:server:vhosts:vhost:shbkyat.com:epsr:shbky8679.655340] 'Process Limit' probably is too low, adjust the limit to: 480.
2023-03-30 17:14:32.292950 [INFO] [30985] [config:server:vhosts:vhost:shbkyat.com] config context /.well-known/acme-challenge.
2023-03-30 17:14:32.292986 [INFO] [30985] Rewrite directive: <IfModule LiteSpeed> bypassed.
2023-03-30 17:14:32.292989 [INFO] [30985] Invalid rewrite directive: CacheLookup on
2023-03-30 17:14:32.293049 [INFO] [30985] Rewrite directive: </IfModule> bypassed.
2023-03-30 17:14:32.293062 [INFO] [30985] Invalid rewrite directive: cat: /home/shbkyat.com/public_html/.htaccess: No such file or directory
2023-03-30 17:14:32.293066 [INFO] [30985] Rewrite directive: <IfModule Litespeed> bypassed.
2023-03-30 17:14:32.293068 [INFO] [30985] Invalid rewrite directive: SetEnv noabort 1
2023-03-30 17:14:32.293070 [INFO] [30985] Rewrite directive: </IfModule> bypassed.
2023-03-30 17:14:32.293073 [INFO] [30985] Rewrite directive: <IfModule mod_rewrite.c> bypassed.
2023-03-30 17:14:32.293078 [INFO] [30985] RewriteBase [/] parsed, set to HttpContext 0x23447a0.
2023-03-30 17:14:32.293086 [INFO] [30985] Rewrite directive: </IfModule> bypassed.
2023-03-30 17:14:32.293089 [INFO] [30985] RewriteFile [/home/shbkyat.com/public_html/.htaccess] parsed, return 0.
2023-03-30 17:14:32.293151 [INFO] [30985] [PlainConf] [virtualHostConfig:] start parsing file /usr/local/lsws/conf/vhosts/mail.shbkyat.com/vhost.conf
2023-03-30 17:14:32.293381 [INFO] [30985] [PlainConf] [virtualHostConfig:] Finished parsing file /usr/local/lsws/conf/vhosts/mail.shbkyat.com/vhost.conf
2023-03-30 17:14:32.293396 [INFO] [30985] [PlainConf] [virtualHostConfig:] module [cache] add param [storagepath /usr/local/lsws/cachedata/$VH_NAME]
2023-03-30 17:14:32.293525 [NOTICE] [30985] [config:server:vhosts:vhost:mail.shbkyat.com:epsr:shbky86796084.655340] 'Process Limit' probably is too low, adjust the limit to: 480.
2023-03-30 17:14:32.293726 [INFO] [30985] [config:server:vhosts:vhost:mail.shbkyat.com] config context /.well-known/acme-challenge.
2023-03-30 17:14:32.293800 [INFO] [30985] [PlainConf] [virtualHostConfig:] start parsing file /usr/local/lsws/conf/vhosts/cyb3r.me/vhost.conf
2023-03-30 17:14:32.294022 [INFO] [30985] [PlainConf] [virtualHostConfig:] Finished parsing file /usr/local/lsws/conf/vhosts/cyb3r.me/vhost.conf
2023-03-30 17:14:32.294031 [INFO] [30985] [PlainConf] [virtualHostConfig:] module [cache] add param [storagepath /usr/local/lsws/cachedata/$VH_NAME]
2023-03-30 17:14:32.294149 [NOTICE] [30985] [config:server:vhosts:vhost:cyb3r.me:epsr:cybrm4185.655340] 'Process Limit' probably is too low, adjust the limit to: 480.
2023-03-30 17:14:32.294721 [INFO] [30985] [config:server:vhosts:vhost:cyb3r.me] config context /.well-known/acme-challenge.
2023-03-30 17:14:32.294770 [INFO] [30985] RewriteFile [/home/cyb3r.me/public_html/.htaccess] parsed, return 0.
2023-03-30 17:14:32.294825 [INFO] [30985] [PlainConf] [virtualHostConfig:] start parsing file /usr/local/lsws/conf/vhosts/mail.cyb3r.me/vhost.conf
2023-03-30 17:14:32.295052 [INFO] [30985] [PlainConf] [virtualHostConfig:] Finished parsing file /usr/local/lsws/conf/vhosts/mail.cyb3r.me/vhost.conf
2023-03-30 17:14:32.295061 [INFO] [30985] [PlainConf] [virtualHostConfig:] module [cache] add param [storagepath /usr/local/lsws/cachedata/$VH_NAME]
2023-03-30 17:14:32.295238 [NOTICE] [30985] [config:server:vhosts:vhost:mail.cyb3r.me:epsr:cybrm41858747.655340] 'Process Limit' probably is too low, adjust the limit to: 480.
2023-03-30 17:14:32.295634 [NOTICE] [30985] [SSL_CTX: 0x236c790] OCSP Stapling can't be enabled: [OCSP] /etc/letsencrypt/live/mail.cyb3r.me/fullchain.pem: X509_STORE_CTX_get1_issuer failed!.
2023-03-30 17:14:32.295784 [INFO] [30985] [config:server:vhosts:vhost:mail.cyb3r.me] config context /.well-known/acme-challenge.
2023-03-30 17:14:32.295857 [INFO] [30985] [PlainConf] [virtualHostConfig:] start parsing file /usr/local/lsws/conf/vhosts/ksatrend.com/vhost.conf
2023-03-30 17:14:32.296166 [INFO] [30985] [PlainConf] [virtualHostConfig:] Finished parsing file /usr/local/lsws/conf/vhosts/ksatrend.com/vhost.conf
2023-03-30 17:14:32.296176 [INFO] [30985] [PlainConf] [virtualHostConfig:] module [cache] add param [storagepath /usr/local/lsws/cachedata/$VH_NAME]
2023-03-30 17:14:32.296341 [NOTICE] [30985] [config:server:vhosts:vhost:ksatrend.com:epsr:ksatr7663.655340] 'Process Limit' probably is too low, adjust the limit to: 480.
2023-03-30 17:14:32.296910 [INFO] [30985] [config:server:vhosts:vhost:ksatrend.com] config context /.well-known/acme-challenge.
2023-03-30 17:14:32.296930 [INFO] [30985] [config:server:vhosts:vhost:ksatrend.com] config context /wp-admin1122/.
2023-03-30 17:14:32.296953 [INFO] [30985] Rewrite directive: <IfModule LiteSpeed> bypassed.
2023-03-30 17:14:32.296957 [INFO] [30985] Invalid rewrite directive: CacheLookup on
2023-03-30 17:14:32.296988 [INFO] [30985] Rewrite directive: </IfModule> bypassed.
2023-03-30 17:14:32.297002 [INFO] [30985] Invalid rewrite directive: cat: /home/ksatrend.com/public_html/.htaccess: No such file or directory
2023-03-30 17:14:32.297006 [INFO] [30985] Rewrite directive: <IfModule mod_rewrite.c> bypassed.
2023-03-30 17:14:32.297015 [INFO] [30985] RewriteBase [/] parsed, set to HttpContext 0x23905a0.
2023-03-30 17:14:32.297023 [INFO] [30985] Rewrite directive: </IfModule> bypassed.
2023-03-30 17:14:32.297028 [INFO] [30985] Rewrite directive: <IfModule Litespeed> bypassed.
2023-03-30 17:14:32.297031 [INFO] [30985] Invalid rewrite directive: SetEnv noabort 1
2023-03-30 17:14:32.297033 [INFO] [30985] Rewrite directive: </IfModule> bypassed.
2023-03-30 17:14:32.297037 [INFO] [30985] RewriteFile [/home/ksatrend.com/public_html/.htaccess] parsed, return 0.
2023-03-30 17:14:32.297119 [INFO] [30985] [PlainConf] [virtualHostConfig:] start parsing file /usr/local/lsws/conf/vhosts/mail.ksatrend.com/vhost.conf
2023-03-30 17:14:32.297365 [INFO] [30985] [PlainConf] [virtualHostConfig:] Finished parsing file /usr/local/lsws/conf/vhosts/mail.ksatrend.com/vhost.conf
2023-03-30 17:14:32.297383 [INFO] [30985] [PlainConf] [virtualHostConfig:] module [cache] add param [storagepath /usr/local/lsws/cachedata/$VH_NAME]
2023-03-30 17:14:32.297493 [NOTICE] [30985] [config:server:vhosts:vhost:mail.ksatrend.com:epsr:ksatr76637913.655340] 'Process Limit' probably is too low, adjust the limit to: 480.
2023-03-30 17:14:32.297863 [NOTICE] [30985] [SSL_CTX: 0x2395490] OCSP Stapling can't be enabled: [OCSP] /etc/letsencrypt/live/mail.ksatrend.com/fullchain.pem: X509_STORE_CTX_get1_issuer failed!.
2023-03-30 17:14:32.298021 [INFO] [30985] [config:server:vhosts:vhost:mail.ksatrend.com] config context /.well-known/acme-challenge.
2023-03-30 17:14:32.298118 [WARN] [30985] Path for vhost root is not accessible: /home/demo.shbkyat.com/
2023-03-30 17:14:32.298128 [WARN] [30985] Path for vhost root is not accessible: /home/d.shbkyat.com/
2023-03-30 17:14:32.298137 [INFO] [30985] [PlainConf] [virtualHostConfig:] start parsing file /usr/local/lsws/conf/vhosts/try.shbkyat.com/vhost.conf
2023-03-30 17:14:32.298367 [INFO] [30985] [PlainConf] [virtualHostConfig:] Finished parsing file /usr/local/lsws/conf/vhosts/try.shbkyat.com/vhost.conf
2023-03-30 17:14:32.298380 [INFO] [30985] [PlainConf] [virtualHostConfig:] module [cache] add param [storagepath /usr/local/lsws/cachedata/$VH_NAME]
2023-03-30 17:14:32.298513 [NOTICE] [30985] [config:server:vhosts:vhost:try.shbkyat.com:epsr:trysh9659.655340] 'Process Limit' probably is too low, adjust the limit to: 480.
2023-03-30 17:14:32.299071 [INFO] [30985] [config:server:vhosts:vhost:try.shbkyat.com] config context /.well-known/acme-challenge.
2023-03-30 17:14:32.299103 [INFO] [30985] Rewrite directive: <IfModule Litespeed> bypassed.
2023-03-30 17:14:32.299106 [INFO] [30985] Invalid rewrite directive: SetEnv noabort 1
2023-03-30 17:14:32.299108 [INFO] [30985] Rewrite directive: </IfModule> bypassed.
2023-03-30 17:14:32.299111 [INFO] [30985] Rewrite directive: <IfModule mod_rewrite.c> bypassed.
2023-03-30 17:14:32.299122 [INFO] [30985] RewriteBase [/] parsed, set to HttpContext 0x23b6bf0.
2023-03-30 17:14:32.299152 [INFO] [30985] Rewrite directive: </IfModule> bypassed.
2023-03-30 17:14:32.299155 [INFO] [30985] RewriteFile [/home/try.shbkyat.com/public_html/.htaccess] parsed, return 0.
2023-03-30 17:14:32.299216 [INFO] [30985] [PlainConf] [virtualHostConfig:] start parsing file /usr/local/lsws/conf/vhosts/mail.try.shbkyat.com/vhost.conf
2023-03-30 17:14:32.299457 [INFO] [30985] [PlainConf] [virtualHostConfig:] Finished parsing file /usr/local/lsws/conf/vhosts/mail.try.shbkyat.com/vhost.conf
2023-03-30 17:14:32.299469 [INFO] [30985] [PlainConf] [virtualHostConfig:] module [cache] add param [storagepath /usr/local/lsws/cachedata/$VH_NAME]
2023-03-30 17:14:32.299597 [NOTICE] [30985] [config:server:vhosts:vhost:mail.try.shbkyat.com:epsr:trysh96593069.655340] 'Process Limit' probably is too low, adjust the limit to: 480.
2023-03-30 17:14:32.300071 [NOTICE] [30985] [SSL_CTX: 0x23c2010] OCSP Stapling can't be enabled: [OCSP] /etc/letsencrypt/live/mail.try.shbkyat.com/fullchain.pem: X509_STORE_CTX_get1_issuer failed!.
2023-03-30 17:14:32.300317 [INFO] [30985] [config:server:vhosts:vhost:mail.try.shbkyat.com] config context /.well-known/acme-challenge.
2023-03-30 17:14:35.316296 [INFO] [config:server:basics] httpdWorkers: 6, Num of Processors: 6
2023-03-30 17:14:35.316330 [INFO] [config:server:basics] enableLVE: 0
2023-03-30 17:14:35.316335 [INFO] [config:server:basics] bubbleWrap: 0, cmd: '(null)'
2023-03-30 17:14:35.321546 [INFO] [PlainConf] [httpServerConfig:] start parsing file /usr/local/lsws/conf/httpd_config.conf
2023-03-30 17:14:35.321568 [INFO] [PlainConf] [httpServerConfig:] Finished parsing file /usr/local/lsws/conf/httpd_config.conf
2023-03-30 17:14:35.321570 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [checkprivatecache 1]
2023-03-30 17:14:35.321573 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [checkpubliccache 1]
2023-03-30 17:14:35.321575 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [maxcacheobjsize 10000000]
2023-03-30 17:14:35.321595 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [maxstaleage 200]
2023-03-30 17:14:35.321600 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [qscache 1]
2023-03-30 17:14:35.321604 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [reqcookiecache 1]
2023-03-30 17:14:35.321607 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [respcookiecache 1]
2023-03-30 17:14:35.321609 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [ignorereqcachectrl 1]
2023-03-30 17:14:35.321612 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [ignorerespcachectrl 0]
2023-03-30 17:14:35.321615 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [enablecache 0]
2023-03-30 17:14:35.321618 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [expireinseconds 3600]
2023-03-30 17:14:35.321621 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [enableprivatecache 0]
2023-03-30 17:14:35.321624 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [privateexpireinseconds 3600]
2023-03-30 17:14:35.321630 [NOTICE] Loading LiteSpeed/1.7.16 Open (lsquic 3.1.1, modgzip 1.1, cache 1.64, mod_security 1.4) BUILD (built: Thu Nov 17 16:18:46 UTC 2022) ...
2023-03-30 17:14:35.321643 [NOTICE] Using [BoringSSL]
2023-03-30 17:14:35.323311 [NOTICE] [ADMIN] server socket: uds://usr/local/lsws/admin/tmp/admin.sock.7337, fd 6.
2023-03-30 17:14:35.323469 [NOTICE] [31008] chroot is disabled.
2023-03-30 17:14:35.323484 [INFO] [31008] old priority: 0, new priority: 0
2023-03-30 17:14:35.323618 [INFO] [31008] [config:server:basics2] For better obscurity, server version number is hidden in the response header.
2023-03-30 17:14:35.324491 [INFO] [31008] setuid is allowed in Ext Apps
2023-03-30 17:14:35.324741 [NOTICE] [31008] [PID: 31008]: forked cgid: 31009
2023-03-30 17:14:35.324916 [INFO] [31008] Add QUIC.cloud IPs from admin/conf/quic-cloud-ips to trusted ACL ...
2023-03-30 17:14:35.325004 [INFO] [31008] Add CloudFlare Subnets to trusted ACL ...
2023-03-30 17:14:35.325071 [INFO] [31008] [PlainConf] [adminConfig:] start parsing file /usr/local/lsws/admin/conf/admin_config.conf
2023-03-30 17:14:35.325247 [INFO] [31008] [PlainConf] [adminConfig:] Finished parsing file /usr/local/lsws/admin/conf/admin_config.conf
2023-03-30 17:14:35.325729 [INFO] [31008] QuicEngine::init(), pid: 31008, log level [warn].
2023-03-30 17:14:35.326154 [INFO] [31008] [Module: modcompress 1.1] has been initialized successfully
2023-03-30 17:14:35.326213 [INFO] [31008] [Module: moddecompress 1.1] has been initialized successfully
2023-03-30 17:14:35.326263 [INFO] [31008] [Module: cache 1.64] has been initialized successfully
2023-03-30 17:14:35.326900 [NOTICE] [31008] Created new Listener [adminListener].
2023-03-30 17:14:35.326924 [NOTICE] [31008] [185.202.238.133:7080] enabled QUIC UDP
2023-03-30 17:14:35.326962 [INFO] [31008] [*:80] Enable SO_REUSEPORT .
2023-03-30 17:14:35.326969 [NOTICE] [31008] [*:80] Add SO_REUSEPORT socket, #1 to #6
2023-03-30 17:14:35.327028 [NOTICE] [31008] Created new Listener [Default].
2023-03-30 17:14:35.327511 [INFO] [31008] [*:443] Enable SO_REUSEPORT .
2023-03-30 17:14:35.327526 [NOTICE] [31008] [*:443] Add SO_REUSEPORT socket, #1 to #6
2023-03-30 17:14:35.327575 [NOTICE] [31008] Created new Listener [SSL].
2023-03-30 17:14:35.327583 [INFO] [31008] [*:443] Enable SO_REUSEPORT .
2023-03-30 17:14:35.327595 [NOTICE] [31008] [UDP *:443] SO_REUSEPORT #1 socket started, fd: 34
2023-03-30 17:14:35.327603 [NOTICE] [31008] [UDP *:443] SO_REUSEPORT #2 socket started, fd: 35
2023-03-30 17:14:35.327612 [NOTICE] [31008] [UDP *:443] SO_REUSEPORT #3 socket started, fd: 36
2023-03-30 17:14:35.327620 [NOTICE] [31008] [UDP *:443] SO_REUSEPORT #4 socket started, fd: 37
2023-03-30 17:14:35.327628 [NOTICE] [31008] [UDP *:443] SO_REUSEPORT #5 socket started, fd: 38
2023-03-30 17:14:35.327635 [NOTICE] [31008] [UDP *:443] SO_REUSEPORT #6 socket started, fd: 39
2023-03-30 17:14:35.327650 [NOTICE] [31008] [*:443] enabled QUIC UDP
2023-03-30 17:14:35.328107 [NOTICE] [31008] [SSL_CTX: 0x20224e0] OCSP Stapling can't be enabled: [OCSP] /etc/letsencrypt/live/mail.shbkyat.com/fullchain.pem: X509_STORE_CTX_get1_issuer failed!.
2023-03-30 17:14:35.328121 [INFO] [31008] [[::]:443] Enable SO_REUSEPORT .
2023-03-30 17:14:35.328127 [NOTICE] [31008] [[::]:443] Add SO_REUSEPORT socket, #1 to #6
2023-03-30 17:14:35.328180 [NOTICE] [31008] Created new Listener [SSL IPv6].
2023-03-30 17:14:35.328187 [INFO] [31008] [[::]:443] Enable SO_REUSEPORT .
2023-03-30 17:14:35.328222 [NOTICE] [31008] [UDP [::]:443] SO_REUSEPORT #1 socket started, fd: 46
2023-03-30 17:14:35.328231 [NOTICE] [31008] [UDP [::]:443] SO_REUSEPORT #2 socket started, fd: 47
2023-03-30 17:14:35.328239 [NOTICE] [31008] [UDP [::]:443] SO_REUSEPORT #3 socket started, fd: 48
2023-03-30 17:14:35.328246 [NOTICE] [31008] [UDP [::]:443] SO_REUSEPORT #4 socket started, fd: 49
2023-03-30 17:14:35.328256 [NOTICE] [31008] [UDP [::]:443] SO_REUSEPORT #5 socket started, fd: 50
2023-03-30 17:14:35.328264 [NOTICE] [31008] [UDP [::]:443] SO_REUSEPORT #6 socket started, fd: 51
2023-03-30 17:14:35.328267 [NOTICE] [31008] [[::]:443] enabled QUIC UDP
2023-03-30 17:14:35.328280 [NOTICE] [31008] The maximum number of file descriptor limit is set to 50000.
2023-03-30 17:14:35.329128 [INFO] [31008] [PlainConf] [virtualHostConfig:] start parsing file /usr/local/lsws/conf/vhosts/Example/vhconf.conf
2023-03-30 17:14:35.329639 [INFO] [31008] [PlainConf] [virtualHostConfig:] Finished parsing file /usr/local/lsws/conf/vhosts/Example/vhconf.conf
2023-03-30 17:14:35.329653 [INFO] [31008] [PlainConf] [context:/] rewrite [] add rules [rewritefile .htaccess]
2023-03-30 17:14:35.329834 [WARN] [31008] [config:server:vhosts:vhost:Example] Uid of /usr/local/lsws/Example/html/ is 0, smaller than minimum requirement 11, use server uid!
2023-03-30 17:14:35.329840 [WARN] [31008] [config:server:vhosts:vhost:Example] Gid of /usr/local/lsws/Example/html/ is 65534, smaller than minimum requirement 10, use server gid!
2023-03-30 17:14:35.330039 [INFO] [31008] [config:server:vhosts:vhost:Example] config context /.
2023-03-30 17:14:35.330064 [INFO] [31008] RewriteFile [.htaccess] parsed, return 0.
2023-03-30 17:14:35.330068 [INFO] [31008] [config:server:vhosts:vhost:Example] config context /blocked/.
2023-03-30 17:14:35.330074 [INFO] [31008] [config:server:vhosts:vhost:Example] config context /cgi-bin/.
2023-03-30 17:14:35.330085 [INFO] [31008] [config:server:vhosts:vhost:Example] config context /docs/.
2023-03-30 17:14:35.330094 [INFO] [31008] [config:server:vhosts:vhost:Example] config context /protected/.
2023-03-30 17:14:35.330179 [INFO] [31008] [PlainConf] [virtualHostConfig:] start parsing file /usr/local/lsws/conf/vhosts/shbkyat.com/vhost.conf
2023-03-30 17:14:35.330486 [INFO] [31008] [PlainConf] [virtualHostConfig:] Finished parsing file /usr/local/lsws/conf/vhosts/shbkyat.com/vhost.conf
2023-03-30 17:14:35.330500 [INFO] [31008] [PlainConf] [virtualHostConfig:] module [cache] add param [storagepath /usr/local/lsws/cachedata/$VH_NAME]
2023-03-30 17:14:35.330666 [NOTICE] [31008] [config:server:vhosts:vhost:shbkyat.com:epsr:shbky8679.655340] 'Process Limit' probably is too low, adjust the limit to: 480.
2023-03-30 17:14:35.331456 [INFO] [31008] [config:server:vhosts:vhost:shbkyat.com] config context /.well-known/acme-challenge.
2023-03-30 17:14:35.331506 [INFO] [31008] Rewrite directive: <IfModule LiteSpeed> bypassed.
2023-03-30 17:14:35.331511 [INFO] [31008] Invalid rewrite directive: CacheLookup on
2023-03-30 17:14:35.331596 [INFO] [31008] Rewrite directive: </IfModule> bypassed.
2023-03-30 17:14:35.331616 [INFO] [31008] Invalid rewrite directive: cat: /home/shbkyat.com/public_html/.htaccess: No such file or directory
2023-03-30 17:14:35.331621 [INFO] [31008] Rewrite directive: <IfModule Litespeed> bypassed.
2023-03-30 17:14:35.331624 [INFO] [31008] Invalid rewrite directive: SetEnv noabort 1
2023-03-30 17:14:35.331628 [INFO] [31008] Rewrite directive: </IfModule> bypassed.
2023-03-30 17:14:35.331642 [INFO] [31008] Rewrite directive: <IfModule mod_rewrite.c> bypassed.
2023-03-30 17:14:35.331650 [INFO] [31008] RewriteBase [/] parsed, set to HttpContext 0x20647a0.
2023-03-30 17:14:35.331676 [INFO] [31008] Rewrite directive: </IfModule> bypassed.
2023-03-30 17:14:35.331686 [INFO] [31008] RewriteFile [/home/shbkyat.com/public_html/.htaccess] parsed, return 0.
2023-03-30 17:14:35.331779 [INFO] [31008] [PlainConf] [virtualHostConfig:] start parsing file /usr/local/lsws/conf/vhosts/mail.shbkyat.com/vhost.conf
2023-03-30 17:14:35.332156 [INFO] [31008] [PlainConf] [virtualHostConfig:] Finished parsing file /usr/local/lsws/conf/vhosts/mail.shbkyat.com/vhost.conf
2023-03-30 17:14:35.332173 [INFO] [31008] [PlainConf] [virtualHostConfig:] module [cache] add param [storagepath /usr/local/lsws/cachedata/$VH_NAME]
2023-03-30 17:14:35.332436 [NOTICE] [31008] [config:server:vhosts:vhost:mail.shbkyat.com:epsr:shbky86796084.655340] 'Process Limit' probably is too low, adjust the limit to: 480.
2023-03-30 17:14:35.332756 [INFO] [31008] [config:server:vhosts:vhost:mail.shbkyat.com] config context /.well-known/acme-challenge.
2023-03-30 17:14:35.332869 [INFO] [31008] [PlainConf] [virtualHostConfig:] start parsing file /usr/local/lsws/conf/vhosts/cyb3r.me/vhost.conf
2023-03-30 17:14:35.333211 [INFO] [31008] [PlainConf] [virtualHostConfig:] Finished parsing file /usr/local/lsws/conf/vhosts/cyb3r.me/vhost.conf
2023-03-30 17:14:35.333228 [INFO] [31008] [PlainConf] [virtualHostConfig:] module [cache] add param [storagepath /usr/local/lsws/cachedata/$VH_NAME]
2023-03-30 17:14:35.333408 [NOTICE] [31008] [config:server:vhosts:vhost:cyb3r.me:epsr:cybrm4185.655340] 'Process Limit' probably is too low, adjust the limit to: 480.
2023-03-30 17:14:35.334069 [INFO] [31008] [config:server:vhosts:vhost:cyb3r.me] config context /.well-known/acme-challenge.
2023-03-30 17:14:35.334146 [INFO] [31008] RewriteFile [/home/cyb3r.me/public_html/.htaccess] parsed, return 0.
2023-03-30 17:14:35.334207 [INFO] [31008] [PlainConf] [virtualHostConfig:] start parsing file /usr/local/lsws/conf/vhosts/mail.cyb3r.me/vhost.conf
2023-03-30 17:14:35.334479 [INFO] [31008] [PlainConf] [virtualHostConfig:] Finished parsing file /usr/local/lsws/conf/vhosts/mail.cyb3r.me/vhost.conf
2023-03-30 17:14:35.334499 [INFO] [31008] [PlainConf] [virtualHostConfig:] module [cache] add param [storagepath /usr/local/lsws/cachedata/$VH_NAME]
2023-03-30 17:14:35.334664 [NOTICE] [31008] [config:server:vhosts:vhost:mail.cyb3r.me:epsr:cybrm41858747.655340] 'Process Limit' probably is too low, adjust the limit to: 480.
2023-03-30 17:14:35.335177 [NOTICE] [31008] [SSL_CTX: 0x208c790] OCSP Stapling can't be enabled: [OCSP] /etc/letsencrypt/live/mail.cyb3r.me/fullchain.pem: X509_STORE_CTX_get1_issuer failed!.
2023-03-30 17:14:35.335345 [INFO] [31008] [config:server:vhosts:vhost:mail.cyb3r.me] config context /.well-known/acme-challenge.
2023-03-30 17:14:35.335461 [INFO] [31008] [PlainConf] [virtualHostConfig:] start parsing file /usr/local/lsws/conf/vhosts/ksatrend.com/vhost.conf
2023-03-30 17:14:35.335904 [INFO] [31008] [PlainConf] [virtualHostConfig:] Finished parsing file /usr/local/lsws/conf/vhosts/ksatrend.com/vhost.conf
2023-03-30 17:14:35.335923 [INFO] [31008] [PlainConf] [virtualHostConfig:] module [cache] add param [storagepath /usr/local/lsws/cachedata/$VH_NAME]
2023-03-30 17:14:35.336086 [NOTICE] [31008] [config:server:vhosts:vhost:ksatrend.com:epsr:ksatr7663.655340] 'Process Limit' probably is too low, adjust the limit to: 480.
2023-03-30 17:14:35.336823 [INFO] [31008] [config:server:vhosts:vhost:ksatrend.com] config context /.well-known/acme-challenge.
2023-03-30 17:14:35.336848 [INFO] [31008] [config:server:vhosts:vhost:ksatrend.com] config context /wp-admin1122/.
2023-03-30 17:14:35.336876 [INFO] [31008] Rewrite directive: <IfModule LiteSpeed> bypassed.
2023-03-30 17:14:35.336880 [INFO] [31008] Invalid rewrite directive: CacheLookup on
2023-03-30 17:14:35.336919 [INFO] [31008] Rewrite directive: </IfModule> bypassed.
2023-03-30 17:14:35.336936 [INFO] [31008] Invalid rewrite directive: cat: /home/ksatrend.com/public_html/.htaccess: No such file or directory
2023-03-30 17:14:35.336965 [INFO] [31008] Rewrite directive: <IfModule mod_rewrite.c> bypassed.
2023-03-30 17:14:35.336976 [INFO] [31008] RewriteBase [/] parsed, set to HttpContext 0x20b05a0.
2023-03-30 17:14:35.336985 [INFO] [31008] Rewrite directive: </IfModule> bypassed.
2023-03-30 17:14:35.336989 [INFO] [31008] Rewrite directive: <IfModule Litespeed> bypassed.
2023-03-30 17:14:35.336992 [INFO] [31008] Invalid rewrite directive: SetEnv noabort 1
2023-03-30 17:14:35.336995 [INFO] [31008] Rewrite directive: </IfModule> bypassed.
2023-03-30 17:14:35.336999 [INFO] [31008] RewriteFile [/home/ksatrend.com/public_html/.htaccess] parsed, return 0.
2023-03-30 17:14:35.337085 [INFO] [31008] [PlainConf] [virtualHostConfig:] start parsing file /usr/local/lsws/conf/vhosts/mail.ksatrend.com/vhost.conf
2023-03-30 17:14:35.337374 [INFO] [31008] [PlainConf] [virtualHostConfig:] Finished parsing file /usr/local/lsws/conf/vhosts/mail.ksatrend.com/vhost.conf
2023-03-30 17:14:35.337393 [INFO] [31008] [PlainConf] [virtualHostConfig:] module [cache] add param [storagepath /usr/local/lsws/cachedata/$VH_NAME]
2023-03-30 17:14:35.337565 [NOTICE] [31008] [config:server:vhosts:vhost:mail.ksatrend.com:epsr:ksatr76637913.655340] 'Process Limit' probably is too low, adjust the limit to: 480.
2023-03-30 17:14:35.337954 [NOTICE] [31008] [SSL_CTX: 0x20b5490] OCSP Stapling can't be enabled: [OCSP] /etc/letsencrypt/live/mail.ksatrend.com/fullchain.pem: X509_STORE_CTX_get1_issuer failed!.
2023-03-30 17:14:35.338092 [INFO] [31008] [config:server:vhosts:vhost:mail.ksatrend.com] config context /.well-known/acme-challenge.
2023-03-30 17:14:35.338163 [WARN] [31008] Path for vhost root is not accessible: /home/demo.shbkyat.com/
2023-03-30 17:14:35.338168 [WARN] [31008] Path for vhost root is not accessible: /home/d.shbkyat.com/
2023-03-30 17:14:35.338177 [INFO] [31008] [PlainConf] [virtualHostConfig:] start parsing file /usr/local/lsws/conf/vhosts/try.shbkyat.com/vhost.conf
2023-03-30 17:14:35.338475 [INFO] [31008] [PlainConf] [virtualHostConfig:] Finished parsing file /usr/local/lsws/conf/vhosts/try.shbkyat.com/vhost.conf
2023-03-30 17:14:35.338493 [INFO] [31008] [PlainConf] [virtualHostConfig:] module [cache] add param [storagepath /usr/local/lsws/cachedata/$VH_NAME]
2023-03-30 17:14:35.338639 [NOTICE] [31008] [config:server:vhosts:vhost:try.shbkyat.com:epsr:trysh9659.655340] 'Process Limit' probably is too low, adjust the limit to: 480.
2023-03-30 17:14:35.339291 [INFO] [31008] [config:server:vhosts:vhost:try.shbkyat.com] config context /.well-known/acme-challenge.
2023-03-30 17:14:35.339331 [INFO] [31008] Rewrite directive: <IfModule Litespeed> bypassed.
2023-03-30 17:14:35.339335 [INFO] [31008] Invalid rewrite directive: SetEnv noabort 1
2023-03-30 17:14:35.339338 [INFO] [31008] Rewrite directive: </IfModule> bypassed.
2023-03-30 17:14:35.339342 [INFO] [31008] Rewrite directive: <IfModule mod_rewrite.c> bypassed.
2023-03-30 17:14:35.339357 [INFO] [31008] RewriteBase [/] parsed, set to HttpContext 0x20d6bf0.
2023-03-30 17:14:35.339394 [INFO] [31008] Rewrite directive: </IfModule> bypassed.
2023-03-30 17:14:35.339399 [INFO] [31008] RewriteFile [/home/try.shbkyat.com/public_html/.htaccess] parsed, return 0.
2023-03-30 17:14:35.339476 [INFO] [31008] [PlainConf] [virtualHostConfig:] start parsing file /usr/local/lsws/conf/vhosts/mail.try.shbkyat.com/vhost.conf
2023-03-30 17:14:35.339788 [INFO] [31008] [PlainConf] [virtualHostConfig:] Finished parsing file /usr/local/lsws/conf/vhosts/mail.try.shbkyat.com/vhost.conf
2023-03-30 17:14:35.339804 [INFO] [31008] [PlainConf] [virtualHostConfig:] module [cache] add param [storagepath /usr/local/lsws/cachedata/$VH_NAME]
2023-03-30 17:14:35.339973 [NOTICE] [31008] [config:server:vhosts:vhost:mail.try.shbkyat.com:epsr:trysh96593069.655340] 'Process Limit' probably is too low, adjust the limit to: 480.
2023-03-30 17:14:35.340703 [NOTICE] [31008] [SSL_CTX: 0x20e2010] OCSP Stapling can't be enabled: [OCSP] /etc/letsencrypt/live/mail.try.shbkyat.com/fullchain.pem: X509_STORE_CTX_get1_issuer failed!.
2023-03-30 17:14:35.340909 [INFO] [31008] [config:server:vhosts:vhost:mail.try.shbkyat.com] config context /.well-known/acme-challenge.

can see any really error show me the status

The status says “Stopped”, I installed new relic two days ago following your tutorial, and I think the problem arose when I deleted a website through CyberPanel, not sure why.

How can I debug the issue? It’s been about 12 hours now my website is offline ;(

I hired someone from Fiverr to fix the issue, it turned to be there were some weird lines inside the website config files, hope this helps someone.

WHich config file ?

This /usr/local/lsws/conf/httpd_config.conf it contained something like this

map mail.zaj.s^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@a mail.zaj.sa

map ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@ mail.best-method.com mail.best-method.com

These domains have been deleted not sure why it behaves like this.

Did you try running a CyberPanel upgrade before the fix ?

Yes, I did that and nothing changed.

The server os ? Have you been running cyberpanel for a long time then you updated or?

No, I just updated last month, I was 1 minor version behind so it’s not the update, but I just subscribed to your full package and tried to install a staging website on your domain but it got stuck 2 times, so I had to refresh the page.
OS: Ubuntu 20.04.6 LTS