View Single Post
Old 11-25-2013, 06:00 AM  
freecartoonporn
Confirmed User
 
freecartoonporn's Avatar
 
Industry Role:
Join Date: Jan 2012
Location: NC
Posts: 7,683
Quote:
Originally Posted by VIXEN ESCORTS View Post
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.
freecartoonporn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote