Proxy Error on individual pages but not on homepage?

Discussion in 'PHP' started by ozziememz, Oct 14, 2010.

  1. #1
    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?
     
    Last edited: Oct 14, 2010
    ozziememz, Oct 14, 2010 IP
  2. magiatar

    magiatar Active Member

    Messages:
    68
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    73
    #2
    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.
     
    magiatar, Oct 15, 2010 IP
  3. lukeg32

    lukeg32 Peon

    Messages:
    645
    Likes Received:
    19
    Best Answers:
    1
    Trophy Points:
    0
    #3
    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).
     
    lukeg32, Oct 15, 2010 IP