Page 1 of 1

Suggestion for installing webserver

Posted: Thu Sep 21, 2017 8:50 am
by spikyeagle
Hello guys
i am asking about which is good to install webserver for (Wordpress) website
daily traffic ( 15-20 k )
using vps ( 6 GB RAM )

kindly i need to ask which is good configuration to handle this traffic ?
is it ( Nginx+php-fpm) or ( Nginx+Apache) ?

and if nginx+php-fpm can it handle .htaccess rewrite url modules ? as i know htacess supported on Apache?

kindly need your help waiting u

Re: Suggestion for installing webserver

Posted: Fri Sep 29, 2017 1:32 pm
by DarthVader
You could install Apache+Nginx as proxy cache.

Apache as backend on :8080 and you have .htaccess
Nginx as proxycache as frontend on :80 and you have performance!