Hello, Anybody uses the server: Nginx + CloudLinuxOS + Varnish And could post a tutorial on how to install nginx.org? I await answers. : D
Hello, Anybody uses the server: Nginx + CloudLinuxOS + Varnish And could post a tutorial on how to install nginx.org? I await answers. : D
nope it will messed up server
you can run lite speed with cloudlinux
You can run nginx+cloudlinux or varnish+cloudlinux
Running nginx+varnish at the same time makes little sense as they both work as reverse proxy.
Igor Seletskiy
CEO @ CloudLinux
Thank you.You can run nginx+cloudlinux or varnish+cloudlinux
Running nginx+varnish at the same time makes little sense as they both work as reverse proxy.
It seems that I will use the same varnish+cloudlinux.
Igor, it makes perfect sens nginx+varnish+apache+cloudlinux.
Nginx serves STATIC CONTENT and pass the rest to varnish. Varnish makes cache for Apache php in SUPHP.
It makes very sense and is a very powerful combination, it's faster than fastcgi and mod_php.
Cloudlinux will do is work at the apache level, and at the operation environment with cagefs.
Varnish can catch/serve static content as well, so why have 3 layers, if you can have only two?
Igor Seletskiy
CEO @ CloudLinux
We are only using Nginx since AFAIK, Varnish is useless unless you plan to cache content from the sites.
In our case, that would involve clients complaining that they are uploading files to the server and having to wait X seconds / minutes until they are updated.
█ Duplika :: Web Hosting en Argentina
█ Hosting con 99,9% uptime por SLA, CloudLinux y SSD
Igor, it's better for performance.
When you've a server with only 4g of memory and many clients, THOUSANDS of static content exists. Varnish cannot cache everything.
Nginx can serve all that very quickly, resolving all the problems.
Then, varnish will cache for little time php (specially if it is suphp), working like some kind of php cache.
The results are brilliant for shared hosting.
Another thing, when the varnish cache expires, apache will have to serve the static content until is cached again, which will make load on the server if you have many. With nginx, that doesn't happen.
I use ngnix/cpanel/cloudlinux with this plugin cPnginx : cPanel Nginx plugin - Turbo boost your cPanel server with high stability
I would suggest you to use apachebooster Apachebooster | High speed webserver configuration, it will freely work with cloudlinux.
Please run the below command, paste here the output.
/etc/init.d/apachebooster status.