Centos 7 update to OpenLiteSpeed 1.6.19 - lsws not starting

#1
Hi

After update lsws to OpenLiteSpeed 1.6.19 lsws failed to start. No management interface and no output on startup errors. Downgrade to OpenLiteSpeed 1.6.18 works fine and server is working again.

CentOS Linux 7.9.2009 / Kernel: Linux 3.10.0-1160.11.1.el7.x86_64 on x86_64

Error log contain:

2021-02-02 14:00:01.557940 [NOTICE] Loading LiteSpeed/1.6.19 Open
module versions:
modgzip 1.1
cache 1.62
modinspector 1.1
uploadprogress 1.1
mod_security 1.4
(built: Thu Jan 14 17:02:50 UTC 2021) ...
2021-02-02 14:00:01.558030 [NOTICE] Using [BoringSSL]
2021-02-02 14:00:01.582148 [NOTICE] [ADMIN] server socket: uds://usr/local/lsws/admin/tmp/admin.sock.7892
2021-02-02 14:00:01.582463 [NOTICE] [3053] chroot is disabled.
2021-02-02 14:00:01.599281 [NOTICE] [3053] [PID: 3053]: forked cgid: 3062
2021-02-02 14:00:01.604174 [NOTICE] [3053] Created new Listener [adminListener].
2021-02-02 14:00:01.604607 [NOTICE] [3053] Created new Listener [HTTP].
2021-02-02 14:00:01.605524 [NOTICE] [3053] Created new Listener [HTTPS Listener].
2021-02-02 14:00:01.605605 [NOTICE] [3053] The maximum number of file descriptor limit is set to 15000.
2021-02-02 14:00:01.606353 [NOTICE] [3053] [config:server:epsr:lsphp] 'Process Limit' probably is too low, adjust the limit to: 930.
-----------------------------------------------

After Downgrade
2021-02-02 14:02:14.854131 [NOTICE] [testAndFixDirs] "/usr/local/lsws//tmp/" exist and changed mod to 0755.
2021-02-02 14:02:14.854163 [NOTICE] [testAndFixDirs] "/usr/local/lsws//tmp/ocspcache/" exist and change own to 99:99.
2021-02-02 14:02:14.854198 [NOTICE] [testAndFixDirs] "/usr/local/lsws//conf/" own or permission need to be changed.
2021-02-02 14:02:14.868531 [NOTICE] Loading LiteSpeed/1.6.18 Open
module versions:
modgzip 1.1
cache 1.62
modinspector 1.1
uploadprogress 1.1
mod_security 1.4
(built: Tue Nov 24 16:40:45 UTC 2020) ...
2021-02-02 14:02:14.868557 [NOTICE] Using [BoringSSL]
2021-02-02 14:02:14.874607 [NOTICE] [ADMIN] server socket: uds://usr/local/lsws/admin/tmp/admin.sock.7610
2021-02-02 14:02:14.874915 [NOTICE] chroot is disabled.
2021-02-02 14:02:14.892197 [NOTICE] [PID: 3609]: forked cgid: 3619
2021-02-02 14:02:14.896764 [NOTICE] Created new Listener [adminListener].
2021-02-02 14:02:14.897238 [NOTICE] Created new Listener [HTTP].
2021-02-02 14:02:14.898075 [NOTICE] Created new Listener [HTTPS Listener].
2021-02-02 14:02:14.898146 [NOTICE] The maximum number of file descriptor limit is set to 15000.
2021-02-02 14:02:14.899043 [NOTICE] [config:server:epsr:lsphp] 'Process Limit' probably is too low, adjust the limit to: 930.
2021-02-02 14:02:14.981959 [NOTICE] [ZConfManager] No VHosts added, do not send!
2021-02-02 14:02:14.982594 [NOTICE] Instance is ready for service.
2021-02-02 14:02:14.982805 [NOTICE] [AutoRestarter] new child process with pid=3621 is forked!
2021-02-02 14:02:14.982985 [NOTICE] [AutoRestarter] new child process with pid=3622 is forked!
2021-02-02 14:02:14.983142 [NOTICE] [AutoRestarter] new child process with pid=3623 is forked!
2021-02-02 14:02:14.983299 [NOTICE] [AutoRestarter] new child process with pid=3624 is forked!
2021-02-02 14:02:14.983476 [NOTICE] [AutoRestarter] new child process with pid=3625 is forked!
2021-02-02 14:02:14.983659 [NOTICE] [AutoRestarter] new child process with pid=3626 is forked!
2021-02-02 14:02:14.983835 [NOTICE] AIO is not supported on this machine!
2021-02-02 14:02:14.983798 [NOTICE] AIO is not supported on this machine!
2021-02-02 14:02:14.983907 [NOTICE] AIO is not supported on this machine!
2021-02-02 14:02:14.983949 [NOTICE] [child: 3623] Successfully change current user to nobody
2021-02-02 14:02:14.983973 [NOTICE] Child: 3623] Core dump is enabled.
2021-02-02 14:02:14.983975 [NOTICE] [child: 3621] Successfully change current user to nobody
2021-02-02 14:02:14.983997 [NOTICE] Child: 3621] Core dump is enabled.
2021-02-02 14:02:14.984005 [NOTICE] [Child: 3623] Setup swapping space...
2021-02-02 14:02:14.984005 [NOTICE] [child: 3624] Successfully change current user to nobody
2021-02-02 14:02:14.984020 [NOTICE] Child: 3624] Core dump is enabled.
2021-02-02 14:02:14.984051 [NOTICE] [Child: 3624] Setup swapping space...
2021-02-02 14:02:14.984100 [NOTICE] [Child: 3623] LiteSpeed/1.6.18 Open
module versions:
modgzip 1.1
cache 1.62
modinspector 1.1
uploadprogress 1.1
mod_security 1.4
starts successfully!

Any idea whats wrong?

othmar
 
Top