OpenLiteSpeed: The battle of web servers is not over?

OpenLiteSpeed: The battle of web servers is not over?

It is not free!

OpenLiteSpeed vs Nginx in WordPress - TTFB, Load Time, Stress Test Results

As you’ve noticed there no much difference in TTFB and fully loaded time for both. However, OpenLiteSpeed can handle a very high number of requests per second even on a small VPS of 1GB RAM. So if you’re running a high traffic website or highly dynamic website which cannot be cached, give OpenLiteSpeed a try.


Migrating home to other volume

Kako podesiti da druga particija bude takođe home particija, na Ubunutu

1
2
3
4
5
6
7
8
service nginx stop
mv /home /home_old
umount /dev/sdb1
mkdir /home
mount /dev/sdb1 /home
rsync -ah --progress /home_old/ /home/
nginx -t
service nginx start

Da, swap file je stvarno u /home/.swap što se vidi iz cat /etc/dphys-swapfile, a to je sve deo alata dphys-swapfile - set up, mount/unmount, and delete an swap file

date 28. Aug 2019 | modified 13. Jun 2024
filename: Linux » Dump