I have few expriences in this field. If you have less/or equal 4 servers, it's best to setup 1 instance of MySQL. More than 4 servers, 2 mysql run in replication mode (one master and many slaves). Why? In high traffic website (I'm talking hundreds thousands visits in day or more) MySQL use a lot...
Mostly because you serve static files (js, css, images) from apache or iis, which is not good at all. You should setup a subdomain with nginx, and serve static files from that subdomain. If you have only one vps, run nginx on port 80, apache on another port. Then config nginx listen to your...
you'll have to stop apache first, then you'll be able to download the log, or maybe you just don't have the right to access the log, try chmod it :facepalm:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.