From: eldy <> Date: Thu, 5 Sep 2002 10:02:59 +0000 (+0000) Subject: Updated documentation X-Git-Tag: AWSTATS_5_0_BETA~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fef1343d181dfea5af1f121cb267d4eb2e11bfe;p=thirdparty%2FAWStats.git Updated documentation --- diff --git a/docs/awstats_faq.html b/docs/awstats_faq.html index 3036a749..096105c2 100644 --- a/docs/awstats_faq.html +++ b/docs/awstats_faq.html @@ -52,7 +52,7 @@ FAQ-SET100 I see Perl script's source instead of its execut FAQ-SET150 Error "...couldn't create/spawn child process..." with Apache for windows.
FAQ-SET200 "Internal Error" or "Error 500" in a browser connecting to Apache.
FAQ-SET210 "Internal Error" after a long time in my browser (See FAQ-COM100 "AWStats speed/timeout problems").
-FAQ-SET220 IE6 crash while running awstats.pl
+FAQ-SET220 Crash while running awstats.pl or page content only partialy loaded
FAQ-SET250 Log format setup or errors.
FAQ-SET260 Setup for FTP server log files.
FAQ-SET280 Error "Not same number of records of...".
@@ -212,14 +212,20 @@ you must change the first line of awstats.pl file with:
#!c:/program files/activestate/activeperl/bin/perl

-
-FAQ-SET220 : IE6 CRASH WHILE RUNNING AWSTATS.PL
+
+FAQ-SET220 : CRASH WHILE RUNNING AWSTATS.PL OR PAGE CONTENT ONLY PARTIALY LOADED ON WINDOWS XP
PROBLEM:
-Sometimes IE6 crash while running awstats.pl with some AWStats configuration. Other versions or browsers works fine.
+Sometimes my browser (Most often IE6) crash while running awstats.pl with some AWStats configuration. +With some other versions or browsers, page content is partialy loaded.
SOLUTION:
-A lot of users had experienced problems with IE6. It seems that this browser is not able to load a 60k text -served by perl script which would read the 60k text file and then display the html page. -The only solution is to wait of fix from MS or use another version (5.0, 5.5...) or browser (Netscape, Opera...).
+Problem was with WinXP and WinXPpro as documented at MS site Q317949;
+"Socket Sharing Creates Data Loss When Listen and Accept Occur on Different Processes"
+Result was that MSIE would crash or display nothing. Netscaep and Opera handled the socket better but displayed the pages partially.
+The efffect of the bug was more prononced as the page contents increased(above 30k).
+http://support.microsoft.com/default.aspx?scid=kb;EN-US;q317949
+And also at Apache.org
+http://www.apache.org/dist/httpd/binaries/win32/
+MS produced a Hotfix which is now included in SP1.