Quote:
Originally Posted by VIXEN ESCORTS
Thanks, so are you saying that if I install Nginx I will have problems with PHP includes, for example.......<? include("filename.php"); ?>
|
no, not with include , but might be with
php include virtual i.e. virtual()
ref :
http://stackoverflow.com/questions/1...tion-for-nginx
and if you site load is too high and php code is not too complecated and not using eval functins , then try looking in to
hiphop by facebook, lowers the resources by upto 50 % .
nginx as reverse proxy
hiphop as web server.
varnish for cache.