Site keeps hanging at sending request

Discussion in 'Site & Server Administration' started by Namskie, Feb 23, 2012.

  1. #1
    Okay so here's my issue, my forum constantly hangs at 'Sending Request' and returns unable to load error. I don't know what is causing this but I am sure that it is either server sided or a problem at the datacenter. However, my data center was not able to detect any issues. What can I do to get to the bottom of this?
     
    Namskie, Feb 23, 2012 IP
  2. SolidShellSecurity

    SolidShellSecurity Banned

    Messages:
    262
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    45
    #2
    Have you looked at the error_logs?
     
    SolidShellSecurity, Feb 23, 2012 IP
  3. Namskie

    Namskie Greenhorn

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    Yes I looked, that file was last updated on 2/15 and the hanging is still happening everyday. I don't know where else to look.
     
    Namskie, Feb 23, 2012 IP
  4. adseo

    adseo Greenhorn

    Messages:
    56
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    16
    #4
    it is the server issue change that server
     
    adseo, Feb 24, 2012 IP
  5. madaboutlinux

    madaboutlinux Member

    Messages:
    250
    Likes Received:
    7
    Best Answers:
    2
    Trophy Points:
    43
    #5
    There is a possibility that your server is running short of resources or your scripts are poorly written that is consuming all the resources you have thus making the site inaccessible. If its a Dedicated server or a VPS, you should check the resource usage at the time the website isnt loading for you.

    top c
    free -m
    ps -auxf

    will show you the processes that are running and the resources they are using. It may not immediately pinpoint the exact problem and may need more investigation.
     
    madaboutlinux, Feb 25, 2012 IP