Page 1 of 1

Nginx\Apache

Posted: Tue Dec 19, 2017 7:00 pm
by tubeman
Hi,
For running around 40 scj sites on server what would be a better combination to use:

1.) Nginx\Apache
2.) EasyApache 4 with xVarnish module for caching/content acceleration

Regards,

Re: Nginx\Apache

Posted: Thu Dec 21, 2017 7:04 am
by admin
I didn't try EasyApache 4
best option I think is nginx + php-fpm

Re: Nginx\Apache

Posted: Wed Jan 31, 2018 12:13 pm
by Fett
I didn't try EasyApache 4
best option I think is nginx + php-fpm

agreed ;)

Nginx\Apache is also great, I use this setup, because in this way Apache does not do any "muscle work" but it is still there so you can use all of its mods. Then for php: php-fpm.

I use Direct Admin.

Re: Nginx\Apache

Posted: Wed Jan 31, 2018 1:13 pm
by admin
Yes