Hey there, just a quick question, iv contacted my server but they say everything is ok on their side. Basically my website is running incredibly slow, if you go through the home address it works, but if you click through on individual pages 9/10 its not loading up or coming up with this error: Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /2010/10/14/top-gun-2-in-the-works-paramount-want-jerry-bruckheimer-tony-scott-tom-cruise-back-on-board/4122/. Reason: Error reading from remote server or HTTP - 500 Internal Server Error The page you are attempting to load returned an error. or HTTP - 502 Bad Gateway The page you are attempting to load returned an error. any idea how i can fix this issue, or what i should be looking at?
This is not php related, I think. Where do I look 1st? 1) .htaccess 2) redirects (you are using redirection or url rewritting I think) 3) The php code of a page that is not loading (assumming this pages are programmed on php), because the problem could be that the php code is wrong (timeouts on database access, loops ...) If you can access one page using a normal direction: -http://xxxxxx/..../page.php , the problem is the redirection If you can't, the problem is the php code. I need more information to think on a solution.
This sounds like it is your hosts problem..... unless you are looking at your site through a proxy of course? When you see this errors, what does your apache error log show you? You can usually get an idea of what caused the error from looking at them, especially when the internal server error above. (I.E The web server has tried to process the page, so the request got there ok, but something stopped it from rendering it).