Nginx Vs OpenLiteSpeed ??

YouStable

BANNED
Joined
Apr 20, 2017
Messages
200
Reaction score
49
What do you guys suggest for high traffic websites, I am considering these free options for better Php handling and Caching, Bit worried as the server has cPanel and OLS doesn't support then we might need to move on LiteSpeed premium instead
 
Best is Nginx + php-fpm with redis (for caching)
Light and FAST!
 
Best is Nginx + php-fpm with redis (for caching)
Light and FAST!
I just set up with Engintron but its showing something 502 Nginx error, Need to look into this...
 
Well, I prefer installing it without Cpanel, all GUI managers consume resources.
Try centminmod, it's easy to install using that but NO GUI :)
 
Nginx in general is more agile and pretty much easier to handle.
 
I like haproxy personally.
HAProxy is a proxy server, it not suitable for serving static files. But for proxying it's awesome, maybe even better than nginx.

We are handling 80k rps with single Nginx instance in L7 load-balancer mode on two our servers.

pJHGgAu
 
HAProxy is not compatible with cPanel server I think because there is no module available ....
 
HAProxy is a proxy server, it not suitable for serving static files. But for proxying it's awesome, maybe even better than nginx.

We are handling 80k rps with single Nginx instance in L7 load-balancer mode on two our servers.

pJHGgAu

HAProxy is a load balancer. Also, who said OP was serving static files? It's very suitable for high traffic websites which is what OP is asking for.


HAProxy is not compatible with cPanel server I think because there is no module available ....

This may be true. I'm not running with cPanel.
 
Back
Top