Partial web page loading

Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default Partial web page loading

    I'm a relatively new user of FreeBSD (5.3 release), and have
    encountered a problem that I haven't seen on other platforms. The
    details and a screenshot are outlined here:

    [url]http://theocacao.com/document.page/82[/url]

    Essentially, web content (text and images alike, it seems) occasionally
    fails to load in entirety. I personally haven't be able to recreate
    this yet, but a few people have sent me emails about it. I didn't hear
    anything about this prior to switching to FreeBSD. This is the exact
    same content I had running on a Red Hat-based machine running the same
    version of Apache.

    I've done a lot of googling and looking through mailing list archives,
    but haven't been able to identify any real leads yet. Syslog doesn't
    suggest anything is amiss. My environment is:

    FreeBSD 5.3-Release
    Apache 2.0.50
    PHP 5.0.2
    BIND 9.3.0

    Both Apache and PHP were built from ports. I realize Apache is a few
    versions behind, and I'm going to upgrade it. Looking at the changelog,
    though, I can't seem to find anything that would pertain to this.

    Any ideas?


    Thanks,

    - Scott

    --
    [url]http://treehouseideas.com/[/url]
    [url]http://theocacao.com/[/url] [blog]

    Scott Stevenson Guest

  2. Similar Questions and Discussions

    1. partial page export to PDF
      In InDesignCS, is it possible to select just a portion of a page and export to PDF, or does it have to be the entire page?
    2. Wep Page Loading
      Newbie. This may be a simple questions.... but for the life of me I can not find anything anywhere that answers this question. Why does this...
    3. page not loading
      I have a couple pages on my new site that check out fine when I 'preview in browser' in Dreamweaver but when I check them actually on the web only...
    4. Trouble loading administrator/index.cfm page--i am askedto save the page
      Please help....i've been stuck for days on this problem... Basically, I installed coldfusion and at the end of the installation, it told me that...
    5. Items.Count wrong on partial page
      Hi, here's an odd one that blows my mind. I have a DataGrid with paging enabled. I have PageSize=10. I have 25 total items, so that gives me two...
  3. #2

    Default Re: Partial web page loading

    Scott Stevenson wrote:
    > I'm a relatively new user of FreeBSD (5.3 release), and have encountered
    > a problem that I haven't seen on other platforms. The details and a
    > screenshot are outlined here:
    >
    > [url]http://theocacao.com/document.page/82[/url]
    >
    > Essentially, web content (text and images alike, it seems) occasionally
    > fails to load in entirety. I personally haven't be able to recreate this
    > yet, but a few people have sent me emails about it. I didn't hear
    > anything about this prior to switching to FreeBSD. This is the exact
    > same content I had running on a Red Hat-based machine running the same
    > version of Apache.
    >
    > I've done a lot of googling and looking through mailing list archives,
    > but haven't been able to identify any real leads yet. Syslog doesn't
    > suggest anything is amiss. My environment is:
    >
    > FreeBSD 5.3-Release
    > Apache 2.0.50
    > PHP 5.0.2
    > BIND 9.3.0
    >
    > Both Apache and PHP were built from ports. I realize Apache is a few
    > versions behind, and I'm going to upgrade it. Looking at the changelog,
    > though, I can't seem to find anything that would pertain to this.
    >
    > Any ideas?
    >
    >
    > Thanks,
    >
    > - Scott
    >

    See if the issue continues. Is it only certain days? Certain hours? From
    certain locales? I would not be surprised if it clears up. If it does,
    chalk it up to your ISP


    --
    Best regards,
    Chris

    Program complexity grows until it exceeds the capability
    of the programmer who must maintain it.
    Chris Guest

  4. #3

    Default Re: Partial web page loading

    Chris wrote:
    > Scott Stevenson wrote:
    >
    >> I'm a relatively new user of FreeBSD (5.3 release), and have
    >> encountered a problem that I haven't seen on other platforms. The
    >> details and a screenshot are outlined here:
    >>
    >> [url]http://theocacao.com/document.page/82[/url]
    >>
    >> Essentially, web content (text and images alike, it seems)
    >> occasionally fails to load in entirety. I personally haven't be
    >> able to recreate this yet, but a few people have sent me
    >> emails about it. I didn't hear anything about this prior to
    >> switching to FreeBSD. This is the exact same content I had
    >> running on a Red Hat-based machine running the same version of Apache.
    >>
    >> I've done a lot of googling and looking through mailing list
    >> archives, but haven't been able to identify any real leads yet.
    >> Syslog doesn't suggest anything is amiss. My environment is:
    >>
    >> FreeBSD 5.3-Release
    >> Apache 2.0.50
    >> PHP 5.0.2
    >> BIND 9.3.0
    >>
    >> Both Apache and PHP were built from ports. I realize
    >> Apache is a few versions behind, and I'm going to upgrade it.
    >> Looking at the changelog, though, I can't seem to find
    >> anything that would pertain to this.
    >>
    >> Any ideas?
    >
    >
    >
    > See if the issue continues. Is it only certain days? Certain hours?
    > From certain locales? I would not be surprised if it clears up. If
    > it does, chalk it up to your ISP

    Are we understanding correctly that it's the server at issue?

    Pages from theocacao.com are looking fine here. On cocoadevcentral.com,
    the article I looked at seemed fine; however, the right sidebar/navbar
    seemed
    truncated. I felt sure it was a rendering/CSS bug, though.

    I'd sure keep an eye on:

    top(1)
    /var/log/httpd-access.log
    /var/log/httpd-error.log

    Is there any pattern to these "misloaded" pages?

    Kevin Kinsey
    Kevin Kinsey Guest

  5. #4

    Default Re: Partial web page loading


    On Feb 20, 2005, at 1:39 PM, Kevin Kinsey wrote:
    > Are we understanding correctly that it's the server at issue?
    >
    > Pages from theocacao.com are looking fine here. On
    > cocoadevcentral.com,
    > the article I looked at seemed fine; however, the right sidebar/navbar
    > seemed
    > truncated. I felt sure it was a rendering/CSS bug, though.
    Interesting. Could you detail what you see, or send me a screenshot
    off-list? It's possible you may have encountered the problem. Which
    browser are you using? Does it look like this screenshot pictured here?
    [url]http://theocacao.com/document.page/82[/url]

    > top(1)
    It's definitely not a load issue.

    > /var/log/httpd-access.log
    > /var/log/httpd-error.log
    I've looked through these. Nothing unusual.

    > Is there any pattern to these "misloaded" pages?
    I don't really have enough data to answer that, unfortunately. I
    haven't been able to recreate the problem myself, either.

    The only thing I can say for sure is that no one emailed about this
    prior to the switch to FreeBSD. Not that it's necessarily a
    platform-specific issue, but it's all I have to go on right now.


    Thanks,

    - Scott


    --
    [url]http://treehouseideas.com/[/url]
    [url]http://theocacao.com/[/url] [blog]

    Scott Stevenson Guest

  6. #5

    Default Re: Partial web page loading

    > > Scott Stevenson wrote:
    > >> I'm a relatively new user of FreeBSD (5.3 release), and have
    > >> encountered a problem that I haven't seen on other platforms. The
    > >> details and a screenshot are outlined here:
    > >>
    > >> [url]http://theocacao.com/document.page/82[/url]
    > >>
    > >> Essentially, web content (text and images alike, it seems)
    > >> occasionally fails to load in entirety. I personally haven't be
    > >> able to recreate this yet, but a few people have sent me
    > >> emails about it. I didn't hear anything about this prior to
    > >> switching to FreeBSD. This is the exact same content I had
    > >> running on a Red Hat-based machine running the same version of
    > >> Apache.
    > >>
    > >> I've done a lot of googling and looking through mailing list
    > >> archives, but haven't been able to identify any real leads yet.
    > >> Syslog doesn't suggest anything is amiss. My environment is:
    > >>
    > >> FreeBSD 5.3-Release
    > >> Apache 2.0.50
    > >> PHP 5.0.2
    > >> BIND 9.3.0
    > >>
    > >> Both Apache and PHP were built from ports. I realize
    > >> Apache is a few versions behind, and I'm going to upgrade it.
    > >> Looking at the changelog, though, I can't seem to find
    > >> anything that would pertain to this.
    > >>
    > >> Any ideas?
    Are you sure it's not an odd browser configuration issue? For example:

    For the longest time, the images at [url]http://bsdmall.com/[/url] wouldn't load in
    mozilla but would in konqueror. One day, I stumbled across a
    configuration item in mozilla to "Accept images that come from
    originating server only". I must have checked it accidentaly. After I
    unchecked that item, everything loaded fine.

    Best of luck,

    Andrew Gould
    Andrew L. Gould Guest

  7. #6

    Default Re: Partial web page loading


    On Feb 20, 2005, at 4:37 PM, Andrew L. Gould wrote:
    > Are you sure it's not an odd browser configuration issue? For example:
    >
    > For the longest time, the images at [url]http://bsdmall.com/[/url] wouldn't load
    > in
    > mozilla but would in konqueror. One day, I stumbled across a
    > configuration item in mozilla to "Accept images that come from
    > originating server only". I must have checked it accidentaly. After I
    > unchecked that item, everything loaded fine.
    I wish it was that easy. :)

    Unfortunately, I doubt this is the case because an image will load
    partially.

    - Scott

    --
    [url]http://treehouseideas.com/[/url]
    [url]http://theocacao.com/[/url] [blog]

    Scott Stevenson Guest

  8. #7

    Default Re: Partial web page loading

    I wrote:
    > Essentially, web content (text and images alike, it seems)
    > occasionally fails to load in entirety. I personally haven't be
    > able to recreate this yet, but a few people have sent me
    > emails about it. I didn't hear anything about this prior to
    > switching to FreeBSD. This is the exact same content I had
    > running on a Red Hat-based machine running the same version of
    > Apache.
    I've done a bunch of research and testing on this, and received a
    follow-up email from one of the people that originally reported the
    problem (attached below, sorry about the length).

    I've determined that the files on the server are completely intact and
    don't appear to have any stray control characters embedded in them.
    I've considered the possibility that this is a PHP bug, but that
    doesn't explain the issues with image downloads or the CSS file. It
    appears the outgoing data is actually getting munged. The problem even
    occurs just using wget. I haven't been able to personally recreate
    this, but he can every time.

    This sure looks a lot like something's overwriting memory in place
    where it shouldn't.


    Any ideas? Should I post this to the bug list?

    Thanks,

    - Scott


    ======================
    > Could you try the site again and let me know what you find? I found
    > and corrected a minor issue.
    Sorry, no improvement..

    I looked a bit closer and it seems to be some weird networking related
    problem. If I look at:

    [url]http://www.cocoadevcentral.com/articles/000081.php[/url]

    I see this at the end of the page source:

    -------------
    here's no filler here. Stay entirely focused on the contents of each
    paragraph.
    </p>


    <p>
    <p class="extranote">
    special thanks to Kip Krueger a0
    -------------

    This is the end of:

    [url]http://www.cocoadevcentral.com/articles/000082.php[/url]

    -------------
    <div class="body">
    NSPasteboard<br />
    NSCell<br />
    NSComboBox<br />
    NSComboBoxCell<br />

    NSMenuItem<br />
    NSMenuItemCell<0
    -------------

    Same with the main page:

    -------------
    <a href="/articles/000063.php">Table Views</a><br />
    <a href="/articles/000037.php">Toolbars</a>0
    -------------

    If I fetch one of those pages (000082.php) with wget from the command
    line I get only this at the end:

    -------------
    NSMenuItemCell<br />
    </div>
    </div>

    <p>
    Cocoa strongly encourages <em>expressive,
    -------------


    The main page:

    -------------
    <a href="/articles/000037.php">Toolbars</a><br />
    <a href="/articles/000056.php">Drag and
    Drop</a><br />
    <a
    -------------

    And the weirdest thing is that I can't access your site at all from my
    router (also a Linux box). Hmm. This is really, really weird, it also
    doesn't work when I disable shorewall (IP Masquerading, firewall)
    completely...

    What webserver are you using?

    ======================

    Scott Stevenson Guest

  9. #8

    Default Re: Partial web page loading


    On Feb 22, 2005, at 9:56 AM, Scott Stevenson wrote:
    > I've done a bunch of research and testing on this, and received a
    > follow-up email from one of the people that originally reported the
    > problem (attached below, sorry about the length).
    >
    > I've determined that the files on the server are completely intact and
    > don't appear to have any stray control characters embedded in them.
    > I've considered the possibility that this is a PHP bug, but that
    > doesn't explain the issues with image downloads or the CSS file. It
    > appears the outgoing data is actually getting munged. The problem even
    > occurs just using wget. I haven't been able to personally recreate
    > this, but he can every time.
    >
    > This sure looks a lot like something's overwriting memory in place
    > where it shouldn't.
    >
    >
    > Any ideas? Should I post this to the bug list?
    Also, here are the relevant lines from pf.conf. I want to avoid sending
    the complete file. As mentioned in my last post, the person who sent
    the original complaint is unable to reach the site at all from behind
    his Linux-based router.


    pass in quick on $ext_if proto { tcp, udp } from any to any port 53
    pass in quick on $ext_if proto { tcp, udp } from any to any port 80
    pass out on $ext_if proto { tcp, udp } all keep state

    # pass incoming ports for ftp-proxy
    pass in on $ext_if inet proto tcp from any to $ext_if user proxy keep
    state


    Does this all look reasonable? I did a lot of reading but I'm still
    pretty new to pf.


    Thanks again,

    - Scott

    --
    [url]http://treehouseideas.com/[/url]
    [url]http://theocacao.com/[/url] [blog]

    Scott Stevenson Guest

  10. #9

    Default Re: Partial web page loading

    It could have something to do with an incorrect MTU size. This can
    cause partial loading of webpages. See
    [url]http://www.cisco.com/warp/public/794/router_mtu.html[/url]

    Adriaan

    On Sun, 20 Feb 2005 12:46:09 -0800, Scott Stevenson <scott@maxify.com> wrote:
    > I'm a relatively new user of FreeBSD (5.3 release), and have
    > encountered a problem that I haven't seen on other platforms. The
    > details and a screenshot are outlined here:
    >
    > [url]http://theocacao.com/document.page/82[/url]
    >
    > Essentially, web content (text and images alike, it seems) occasionally
    > fails to load in entirety. I personally haven't be able to recreate
    > this yet, but a few people have sent me emails about it. I didn't hear
    > anything about this prior to switching to FreeBSD. This is the exact
    > same content I had running on a Red Hat-based machine running the same
    > version of Apache.
    >
    > I've done a lot of googling and looking through mailing list archives,
    > but haven't been able to identify any real leads yet. Syslog doesn't
    > suggest anything is amiss. My environment is:
    >
    > FreeBSD 5.3-Release
    > Apache 2.0.50
    > PHP 5.0.2
    > BIND 9.3.0
    >
    > Both Apache and PHP were built from ports. I realize Apache is a few
    > versions behind, and I'm going to upgrade it. Looking at the changelog,
    > though, I can't seem to find anything that would pertain to this.
    >
    > Any ideas?
    >
    > Thanks,
    >
    > - Scott
    >
    > --
    > [url]http://treehouseideas.com/[/url]
    > [url]http://theocacao.com/[/url] [blog]
    >
    > _______________________________________________
    > [email]freebsd-questions@freebsd.org[/email] mailing list
    > [url]http://lists.freebsd.org/mailman/listinfo/freebsd-questions[/url]
    > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    >
    J65nko BSD Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139