Hi!
I check the LiteSpeed extension in the Plesk panel, as a result of the tests I had a few questions:
1) When I switch LiteSpeed as the main server, Apache continues to work, and apparently Lightspeed is needed Apache to work.
netstat shows that 80 and 443 ports listen by litespeed:
However, at the same time Apache is running, and if I try to disable Apache manually, then litespeed stops working:
When restarts litespeed, Apache also restarts:
...
...
I would like to completely abandon Apache, so that sites began to work exclusively through litespeed. Is it possible to do this on the LiteSpeed extension on Plesk Panel?
I check the LiteSpeed extension in the Plesk panel, as a result of the tests I had a few questions:
1) When I switch LiteSpeed as the main server, Apache continues to work, and apparently Lightspeed is needed Apache to work.
netstat shows that 80 and 443 ports listen by litespeed:
Code:
tcp 0 0 109.120.130.244:80 0.0.0.0:* LISTEN 389/litespeed (lsht
tcp 0 0 109.120.130.244:443 0.0.0.0:* LISTEN 389/litespeed (lsht
Code:
lshttpd.service - LiteSpeed HTTP Server
Loaded: loaded (/usr/lib/systemd/system/lshttpd.service; enabled; vendor preset: disabled)
Drop-In: /usr/lib/systemd/system/httpd.service.d
└─limit_nofile.conf
Active: inactive (dead) since Tue 2018-07-24 16:58:17 MSK; 25s ago
Process: 32049 ExecStop=/usr/local/lsws/bin/lswsctrl delay-stop (code=exited, status=0/SUCCESS)
Process: 30896 ExecStart=/usr/local/lsws/bin/lswsctrl start (code=exited, status=0/SUCCESS)
Main PID: 30917
Tasks: 0
Memory: 159.0M
CGroup: /system.slice/lshttpd.service
Code:
Jul 24 16:55:29 plesk-web systemd[1]: Starting LiteSpeed HTTP Server...
Jul 24 16:55:29 plesk-web lswsctrl[30896]: [OK] litespeed: pid=30917.
Jul 24 16:55:31 plesk-web systemd[1]: Started LiteSpeed HTTP Server.
Jul 24 16:58:16 plesk-web systemd[1]: Stopping LiteSpeed HTTP Server...
Jul 24 16:58:17 plesk-web systemd[1]: Stopped LiteSpeed HTTP Server.
2018-07-24 16:59:09.761867 [INFO] [LICENSE] License is OK.
2018-07-24 17:00:06.765714 [NOTICE] SIGUSR2 received, shutdown allowed ...
2018-07-24 17:00:06.765765 [NOTICE] SIGHUP received, start count down to stop server...
2018-07-24 17:00:06.784524 [NOTICE] [32472] Server Restart Request via Signal...
Code:
[Tue Jul 24 17:00:07 2018] [notice] Finish reading Apache configuration, server configured -- resuming normal operations
Code:
2018-07-24 17:00:07.770458 [ALERT] [Child: 442] LiteSpeed/5.2.8 Enterprise starts successfully!
Last edited by a moderator: