Listener for _default_ is not available

#1
Hi there,

1. I just set up a fresh Ubuntu 20.04 VPS.
2. I have installed LS and CyberPanel via: sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
3. I have not setup anything else on the server so far.

But I still see the following in the LS server log:

2023-01-02 22:38:31.118434ERROR[1160] [T0] [config:scripthandler] Can not find External Application: lsphp56, type: lsapi
2023-01-02 22:38:31.118436ERROR[1160] [T0] [config:scripthandler] use static file handler for suffix [php56]
2023-01-02 22:38:31.118439ERROR[1160] [T0] [config:scripthandler] Can not find handler with type: 17, name: lsphp
70.2023-01-02 22:38:31.118445ERROR[1160] [T0] [config:scripthandler] Can not find External Application: lsphp70, type: lsapi
2023-01-02 22:38:31.118447ERROR[1160] [T0] [config:scripthandler] use static file handler for suffix [php70]
2023-01-02 22:38:31.118452ERROR[1160] [T0] [config:scripthandler] Can not find handler with type: 17, name: lsphp71.
2023-01-02 22:38:31.118454ERROR[1160] [T0] [config:scripthandler] Can not find External Application: lsphp71, type: lsapi
2023-01-02 22:38:31.118455ERROR[1160] [T0] [config:scripthandler] use static file handler for suffix [php71]
2023-01-02 22:38:31.121410ERROR[1160] [T0] [/usr/local/lsws/conf/httpd.conf:69] Listener for _default_ is not available.
2023-01-02 22:38:31.121410ERROR[1160] [T0] [/usr/local/lsws/conf/httpd.conf:69] Listener for _default_ is not available.
[Mon Jan 2 22:38:31 2023] [notice] Finish reading Apache configuration, server configured -- resuming normal operations
 
#3
2023-01-02 22:38:31.121410ERROR[1160] [T0] [/usr/local/lsws/conf/httpd.conf:69] Listener for _default_ is not available.
[Mon Jan 2 22:38:31 2023] [notice] Finish reading Apache configuration, server configured -- resuming normal operations

I have deleted all other versions of PHP other than v. 7.4 and 8.0 and most of the errors disappeared. But this error here remains:

2023-01-02 22:38:31.121410ERROR[1160] [T0] [/usr/local/lsws/conf/httpd.conf:69] Listener for _default_ is not available.
[Mon Jan 2 22:38:31 2023] [notice] Finish reading Apache configuration, server configured -- resuming normal operations
 
Top