Installation#31. How can I find all the log entries related to a browsers attempt to load one page?
What the browser sees as just one page will show up as many lines in the log, one for each internal part of the page. Some of the entries may appear to be to unrelated domains, but in fact they’re integral parts of displaying the overall page. As the “base page” is known only to the browser but not to DansGuardian (it often doesn’t appear anywhere in the HTTP headers), many of the relevant log entries will not contain the domain name that appears in the browser’s address bar. Nevertheless, you need to find all the relevant lines in order to troubleshoot a problem.
Related Questions
- The page says: "Your browser apparently does not render applets with the OBJECT tag" when I attempt to load a Wimba applet; What should I do?
- How do I create a link inside a frame that, when clicked, will cause the page to load in a new browser window without the frames?
- Can a browser even load a 1,000,000 comments in a page?