SitePoint Sponsor

User Tag List

Page 2 of 2 FirstFirst 12
Results 26 to 50 of 50

Thread: Page cannot be displayed

  1. #26
    SitePoint Wizard silver trophy someonewhois's Avatar
    Join Date
    Jan 2002
    Location
    Canada
    Posts
    6,362
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try going into your domlogs directory and take a look at a file called yourdomain.com, that should show the filenames.

  2. #27
    SitePoint Wizard GoldFire's Avatar
    Join Date
    Oct 2002
    Location
    Oklahoma City, OK
    Posts
    1,519
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well I just looked through a few hours from yesterday and didn't see any pages that had a status error other than 200.

  3. #28
    SitePoint Wizard silver trophy someonewhois's Avatar
    Join Date
    Jan 2002
    Location
    Canada
    Posts
    6,362
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Basically what I'm trying to conclude is whether or not the server serves the pages. The possible breaking points are:

    a) Client side. Probably not likely since it happens for more than one person
    b) Datacenter. Is the DC just not transfering the packets properly? Mis-configured router? Weird hardware firewalls?
    c) Server. Is the server not sending packets properly? Weird software firewalls?
    d) Apache. Is Apache just acting up? (Ideal case.)

    It's not a matter of status codes, because if it's a/b/c, then Apache would be sending the responses as 200's.

    So the only way I can think of to determine if it's Apache or not is to see if the pages are actually requested when you receive the error. That's what I've been trying to conclude through my last 10 posts.

  4. #29
    SitePoint Wizard GoldFire's Avatar
    Join Date
    Oct 2002
    Location
    Oklahoma City, OK
    Posts
    1,519
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alright, so next time I get the error check the logs to see if it was recorded? If it isn't recorded what can I do?

  5. #30
    SitePoint Wizard silver trophy someonewhois's Avatar
    Join Date
    Jan 2002
    Location
    Canada
    Posts
    6,362
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by GoldFire
    Alright, so next time I get the error check the logs to see if it was recorded? If it isn't recorded what can I do?
    Precisely. Check to see if your IP address is in the logs at the time of the error (and that it's associated with the right page).

    Post back with whether or not it's there.

  6. #31
    SitePoint Wizard GoldFire's Avatar
    Join Date
    Oct 2002
    Location
    Oklahoma City, OK
    Posts
    1,519
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay, I just got the error page and it showed up in the logs.

  7. #32
    SitePoint Wizard silver trophy someonewhois's Avatar
    Join Date
    Jan 2002
    Location
    Canada
    Posts
    6,362
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay, that's a start.

    Now, do you know if your server providor has a firewall on either the software or hardware level?

  8. #33
    SitePoint Wizard GoldFire's Avatar
    Join Date
    Oct 2002
    Location
    Oklahoma City, OK
    Posts
    1,519
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have some software installed that scans the system for things like rootkits and failed services.

  9. #34
    SitePoint Wizard silver trophy someonewhois's Avatar
    Join Date
    Jan 2002
    Location
    Canada
    Posts
    6,362
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm, that shouldn't do anything. Do trace routes work?

  10. #35
    SitePoint Wizard GoldFire's Avatar
    Join Date
    Oct 2002
    Location
    Oklahoma City, OK
    Posts
    1,519
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not sure, how do I check?

  11. #36
    SitePoint Wizard gate2vn's Avatar
    Join Date
    Jan 2004
    Location
    Hanoi, Vietnam
    Posts
    1,024
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    traceroute IP (on *nix)
    tracert IP (on Windows)
    Clustered CloudLinux Hosting | WordPress Hosting | Advanced Antispam | Managed Xen VPS
    in US West coast and Asia-Pacific datacenters

    Contact us now on Twitter @vietnap

  12. #37
    SitePoint Wizard GoldFire's Avatar
    Join Date
    Oct 2002
    Location
    Oklahoma City, OK
    Posts
    1,519
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, it worked. Do you need to see the results?

  13. #38
    SitePoint Wizard silver trophy someonewhois's Avatar
    Join Date
    Jan 2002
    Location
    Canada
    Posts
    6,362
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There's no time outs? Try it a few times, see if you ever hit a timeout (because if your failure case is every once in a while, so would your tracert failure case).

  14. #39
    SitePoint Wizard GoldFire's Avatar
    Join Date
    Oct 2002
    Location
    Oklahoma City, OK
    Posts
    1,519
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have run about 10 - 15 so far, havn't gotten a timeout. If I do get one, what does it mean?

  15. #40
    SitePoint Wizard silver trophy someonewhois's Avatar
    Join Date
    Jan 2002
    Location
    Canada
    Posts
    6,362
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you get one, paste the log in so we can see where the break is.

  16. #41
    SitePoint Wizard GoldFire's Avatar
    Join Date
    Oct 2002
    Location
    Oklahoma City, OK
    Posts
    1,519
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay, I will keep trying. So far I have run it about 50 times and haven't gotten any timeouts.

  17. #42
    SitePoint Wizard GoldFire's Avatar
    Join Date
    Oct 2002
    Location
    Oklahoma City, OK
    Posts
    1,519
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So any ideas? I ran it a few hundred times and never got a timeout.

  18. #43
    SitePoint Wizard silver trophy someonewhois's Avatar
    Join Date
    Jan 2002
    Location
    Canada
    Posts
    6,362
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And you still get errors in your browser?

    Sounds like it's Apache (or the browser itself). Or you've got a PHP script that's going nuts, that'll cause a page cannot be displayed as well.

  19. #44
    SitePoint Wizard GoldFire's Avatar
    Join Date
    Oct 2002
    Location
    Oklahoma City, OK
    Posts
    1,519
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well I have tried in 3 different browsers and it isn't me, it is everyone. I have recompiled Apache, and it isn't on any specific page it is on every page even pages without PHP.

  20. #45
    SitePoint Wizard silver trophy someonewhois's Avatar
    Join Date
    Jan 2002
    Location
    Canada
    Posts
    6,362
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Run an Apache Benchmark (set it to do like 10,000) from both the server as well as your localhost. See if any fail.

  21. #46
    SitePoint Wizard GoldFire's Avatar
    Join Date
    Oct 2002
    Location
    Oklahoma City, OK
    Posts
    1,519
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay I did 10 just for a quick test before the 10,000 test and it had 6 failed out of 10.

  22. #47
    SitePoint Wizard GoldFire's Avatar
    Join Date
    Oct 2002
    Location
    Oklahoma City, OK
    Posts
    1,519
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm, except I just ran 100 more and none of them failed. I will run 10,000 in a moment and post the results when it is done.

  23. #48
    SitePoint Wizard GoldFire's Avatar
    Join Date
    Oct 2002
    Location
    Oklahoma City, OK
    Posts
    1,519
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well I disabled mmcache and then ran 5000 with apache benmark and got 0 failures this time. But then either after running another 5000 or so it starts to slow down or after a few hours the page cannot be displayed pages start showing again until I do a restart on Apache from WHM.

  24. #49
    SitePoint Wizard silver trophy someonewhois's Avatar
    Join Date
    Jan 2002
    Location
    Canada
    Posts
    6,362
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Starts to slow down? Hmm... perhaps your server is just experiencing high loads? What kind of server is it? 5,000 pages isn't that much. How many concurrent pages did you set it to?

  25. #50
    SitePoint Wizard GoldFire's Avatar
    Join Date
    Oct 2002
    Location
    Oklahoma City, OK
    Posts
    1,519
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I guess I had it on the default. My command was:

    ab -n 5000 http://eternalkingdoms.com:80/test_find.php

    Also, my load has been peaking around 1.5 out of 4 cpus, so I can't see that being it.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •