Home » Archimedes archive » Acorn User » AU 1997-Xmas B.adf » PD » NetPlex/!Netplex/!Help/HTML/04-log

NetPlex/!Netplex/!Help/HTML/04-log

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1997-Xmas B.adf » PD
Filename: NetPlex/!Netplex/!Help/HTML/04-log
Read OK:
File size: 0D34 bytes
Load address: 0000
Exec address: 0000
File contents
<HTML>

<HEAD>
<TITLE>Netplex - Log Files</TITLE>
</HEAD>

<BODY TEXT="#000000" BGCOLOR="#ffffff" LINK="#004499" VLINK="#00224c" ALINK="#00cc00">

<H1><IMG SRC="images/world" ALIGN=ABSMIDDLE>  Log File</H1>
<HR>

<P>Netplex records the details of all connections made, the name of the machine that connected, what time it connected, what files were retreived, etc.  These details are written to a log file which is maintained on behalf of Netplex (and other applications) by a utility program called <I>SysLog</I>.  You should have received SysLog with your copy of Netplex.  For more information on SysLog, you should refer to its documentation.</P>

<P>Netplex's log file can be viewed at any time simply by clicking ADJUST on the icon bar icon, whereupon it will be loaded into a text editor.  Each line in the log file is formatted like this :</P>

<PRE><CENTER><P>05 Oct 17:28:26 000 002 Connection from silver.netplex.net on port 1027</P></CENTER></PRE>

<P>To the left is the date and time that the log message was written.  The first number ('000') is the log level of the respective report.  With the default setup you will only see levels of 124 or less.  By adjusting the Netplex log level upwards (see the SysLog documentation) you will see progressively more and more detailed reports.</P>

<P>The next number ('002') is the socket number, by looking for the same number further along the log file you can see the progression of the request.  (The socket number may not always be present, for example with Uptimes reports where you will see an arrow).</P>

<P>The logs are divided into nine bands, each recording different events and different levels of detail.  They are :</P>

<DL>
<DT>000 - Uptimes
<DD>Records the times the server was started up and closed down.
<DT>020 - Requests
<DD>Records the requests made to the server: 'GET', 'HEAD' etc.
<DT>040 - Who &amp; What
<DD>Records details of all connections made to the server, what files were served, what reports were generated, and a multitude of other information relating to the connection.  This is the 'core' log level.
<DT>060 - Transfer speeds
<DD>Records the bytes/second transfer rates achieved for the send and receive operations.  Figures are given for the entire lifetime of the connection; so the figures given for a persistent connection may represent many transfers.
<DT>120 - Server errors
<DD>Records all serious errors the server has suffered.
<DT>140 - Client errors
<DD>Records invalid requests made by clients.
<DT>200 - Received headers
<DD>Records the entire header as received from the client.
<DT>220 - Sent headers
<DD>Records the headers sent by the server.  (With CGI programs, no header or only a small header will be present).
</DL>

<P>With the default setup all the levels up to, and including, <I>Server errors</I> will be active and the rest will be disabled.</P>

<P>The order of the information in the log file is not guaranteed, for example several headers could be mixed in with one another as Netplex parses them simultaneously.</P>

<HR>

<P ALIGN=CENTER>
<A HREF="03-stat"><IMG SRC="images/buttons/bak" WIDTH=32 HEIGHT=32 BORDER=0 ALT="[ Previous ]"></A>
<A HREF="index"><IMG SRC="images/buttons/up" WIDTH=32 HEIGHT=32 BORDER=0 ALT="[ Index ]"></A>
<A HREF="05-info"><IMG SRC="images/buttons/fwd" WIDTH=32 HEIGHT=32 BORDER=0 ALT="[ Next ]"></A>
</P>

</BODY>

</HTML>
00000000  3c 48 54 4d 4c 3e 0a 0a  3c 48 45 41 44 3e 0a 3c  |<HTML>..<HEAD>.<|
00000010  54 49 54 4c 45 3e 4e 65  74 70 6c 65 78 20 2d 20  |TITLE>Netplex - |
00000020  4c 6f 67 20 46 69 6c 65  73 3c 2f 54 49 54 4c 45  |Log Files</TITLE|
00000030  3e 0a 3c 2f 48 45 41 44  3e 0a 0a 3c 42 4f 44 59  |>.</HEAD>..<BODY|
00000040  20 54 45 58 54 3d 22 23  30 30 30 30 30 30 22 20  | TEXT="#000000" |
00000050  42 47 43 4f 4c 4f 52 3d  22 23 66 66 66 66 66 66  |BGCOLOR="#ffffff|
00000060  22 20 4c 49 4e 4b 3d 22  23 30 30 34 34 39 39 22  |" LINK="#004499"|
00000070  20 56 4c 49 4e 4b 3d 22  23 30 30 32 32 34 63 22  | VLINK="#00224c"|
00000080  20 41 4c 49 4e 4b 3d 22  23 30 30 63 63 30 30 22  | ALINK="#00cc00"|
00000090  3e 0a 0a 3c 48 31 3e 3c  49 4d 47 20 53 52 43 3d  |>..<H1><IMG SRC=|
000000a0  22 69 6d 61 67 65 73 2f  77 6f 72 6c 64 22 20 41  |"images/world" A|
000000b0  4c 49 47 4e 3d 41 42 53  4d 49 44 44 4c 45 3e 20  |LIGN=ABSMIDDLE> |
000000c0  20 4c 6f 67 20 46 69 6c  65 3c 2f 48 31 3e 0a 3c  | Log File</H1>.<|
000000d0  48 52 3e 0a 0a 3c 50 3e  4e 65 74 70 6c 65 78 20  |HR>..<P>Netplex |
000000e0  72 65 63 6f 72 64 73 20  74 68 65 20 64 65 74 61  |records the deta|
000000f0  69 6c 73 20 6f 66 20 61  6c 6c 20 63 6f 6e 6e 65  |ils of all conne|
00000100  63 74 69 6f 6e 73 20 6d  61 64 65 2c 20 74 68 65  |ctions made, the|
00000110  20 6e 61 6d 65 20 6f 66  20 74 68 65 20 6d 61 63  | name of the mac|
00000120  68 69 6e 65 20 74 68 61  74 20 63 6f 6e 6e 65 63  |hine that connec|
00000130  74 65 64 2c 20 77 68 61  74 20 74 69 6d 65 20 69  |ted, what time i|
00000140  74 20 63 6f 6e 6e 65 63  74 65 64 2c 20 77 68 61  |t connected, wha|
00000150  74 20 66 69 6c 65 73 20  77 65 72 65 20 72 65 74  |t files were ret|
00000160  72 65 69 76 65 64 2c 20  65 74 63 2e 20 20 54 68  |reived, etc.  Th|
00000170  65 73 65 20 64 65 74 61  69 6c 73 20 61 72 65 20  |ese details are |
00000180  77 72 69 74 74 65 6e 20  74 6f 20 61 20 6c 6f 67  |written to a log|
00000190  20 66 69 6c 65 20 77 68  69 63 68 20 69 73 20 6d  | file which is m|
000001a0  61 69 6e 74 61 69 6e 65  64 20 6f 6e 20 62 65 68  |aintained on beh|
000001b0  61 6c 66 20 6f 66 20 4e  65 74 70 6c 65 78 20 28  |alf of Netplex (|
000001c0  61 6e 64 20 6f 74 68 65  72 20 61 70 70 6c 69 63  |and other applic|
000001d0  61 74 69 6f 6e 73 29 20  62 79 20 61 20 75 74 69  |ations) by a uti|
000001e0  6c 69 74 79 20 70 72 6f  67 72 61 6d 20 63 61 6c  |lity program cal|
000001f0  6c 65 64 20 3c 49 3e 53  79 73 4c 6f 67 3c 2f 49  |led <I>SysLog</I|
00000200  3e 2e 20 20 59 6f 75 20  73 68 6f 75 6c 64 20 68  |>.  You should h|
00000210  61 76 65 20 72 65 63 65  69 76 65 64 20 53 79 73  |ave received Sys|
00000220  4c 6f 67 20 77 69 74 68  20 79 6f 75 72 20 63 6f  |Log with your co|
00000230  70 79 20 6f 66 20 4e 65  74 70 6c 65 78 2e 20 20  |py of Netplex.  |
00000240  46 6f 72 20 6d 6f 72 65  20 69 6e 66 6f 72 6d 61  |For more informa|
00000250  74 69 6f 6e 20 6f 6e 20  53 79 73 4c 6f 67 2c 20  |tion on SysLog, |
00000260  79 6f 75 20 73 68 6f 75  6c 64 20 72 65 66 65 72  |you should refer|
00000270  20 74 6f 20 69 74 73 20  64 6f 63 75 6d 65 6e 74  | to its document|
00000280  61 74 69 6f 6e 2e 3c 2f  50 3e 0a 0a 3c 50 3e 4e  |ation.</P>..<P>N|
00000290  65 74 70 6c 65 78 27 73  20 6c 6f 67 20 66 69 6c  |etplex's log fil|
000002a0  65 20 63 61 6e 20 62 65  20 76 69 65 77 65 64 20  |e can be viewed |
000002b0  61 74 20 61 6e 79 20 74  69 6d 65 20 73 69 6d 70  |at any time simp|
000002c0  6c 79 20 62 79 20 63 6c  69 63 6b 69 6e 67 20 41  |ly by clicking A|
000002d0  44 4a 55 53 54 20 6f 6e  20 74 68 65 20 69 63 6f  |DJUST on the ico|
000002e0  6e 20 62 61 72 20 69 63  6f 6e 2c 20 77 68 65 72  |n bar icon, wher|
000002f0  65 75 70 6f 6e 20 69 74  20 77 69 6c 6c 20 62 65  |eupon it will be|
00000300  20 6c 6f 61 64 65 64 20  69 6e 74 6f 20 61 20 74  | loaded into a t|
00000310  65 78 74 20 65 64 69 74  6f 72 2e 20 20 45 61 63  |ext editor.  Eac|
00000320  68 20 6c 69 6e 65 20 69  6e 20 74 68 65 20 6c 6f  |h line in the lo|
00000330  67 20 66 69 6c 65 20 69  73 20 66 6f 72 6d 61 74  |g file is format|
00000340  74 65 64 20 6c 69 6b 65  20 74 68 69 73 20 3a 3c  |ted like this :<|
00000350  2f 50 3e 0a 0a 3c 50 52  45 3e 3c 43 45 4e 54 45  |/P>..<PRE><CENTE|
00000360  52 3e 3c 50 3e 30 35 20  4f 63 74 20 31 37 3a 32  |R><P>05 Oct 17:2|
00000370  38 3a 32 36 20 30 30 30  20 30 30 32 20 43 6f 6e  |8:26 000 002 Con|
00000380  6e 65 63 74 69 6f 6e 20  66 72 6f 6d 20 73 69 6c  |nection from sil|
00000390  76 65 72 2e 6e 65 74 70  6c 65 78 2e 6e 65 74 20  |ver.netplex.net |
000003a0  6f 6e 20 70 6f 72 74 20  31 30 32 37 3c 2f 50 3e  |on port 1027</P>|
000003b0  3c 2f 43 45 4e 54 45 52  3e 3c 2f 50 52 45 3e 0a  |</CENTER></PRE>.|
000003c0  0a 3c 50 3e 54 6f 20 74  68 65 20 6c 65 66 74 20  |.<P>To the left |
000003d0  69 73 20 74 68 65 20 64  61 74 65 20 61 6e 64 20  |is the date and |
000003e0  74 69 6d 65 20 74 68 61  74 20 74 68 65 20 6c 6f  |time that the lo|
000003f0  67 20 6d 65 73 73 61 67  65 20 77 61 73 20 77 72  |g message was wr|
00000400  69 74 74 65 6e 2e 20 20  54 68 65 20 66 69 72 73  |itten.  The firs|
00000410  74 20 6e 75 6d 62 65 72  20 28 27 30 30 30 27 29  |t number ('000')|
00000420  20 69 73 20 74 68 65 20  6c 6f 67 20 6c 65 76 65  | is the log leve|
00000430  6c 20 6f 66 20 74 68 65  20 72 65 73 70 65 63 74  |l of the respect|
00000440  69 76 65 20 72 65 70 6f  72 74 2e 20 20 57 69 74  |ive report.  Wit|
00000450  68 20 74 68 65 20 64 65  66 61 75 6c 74 20 73 65  |h the default se|
00000460  74 75 70 20 79 6f 75 20  77 69 6c 6c 20 6f 6e 6c  |tup you will onl|
00000470  79 20 73 65 65 20 6c 65  76 65 6c 73 20 6f 66 20  |y see levels of |
00000480  31 32 34 20 6f 72 20 6c  65 73 73 2e 20 20 42 79  |124 or less.  By|
00000490  20 61 64 6a 75 73 74 69  6e 67 20 74 68 65 20 4e  | adjusting the N|
000004a0  65 74 70 6c 65 78 20 6c  6f 67 20 6c 65 76 65 6c  |etplex log level|
000004b0  20 75 70 77 61 72 64 73  20 28 73 65 65 20 74 68  | upwards (see th|
000004c0  65 20 53 79 73 4c 6f 67  20 64 6f 63 75 6d 65 6e  |e SysLog documen|
000004d0  74 61 74 69 6f 6e 29 20  79 6f 75 20 77 69 6c 6c  |tation) you will|
000004e0  20 73 65 65 20 70 72 6f  67 72 65 73 73 69 76 65  | see progressive|
000004f0  6c 79 20 6d 6f 72 65 20  61 6e 64 20 6d 6f 72 65  |ly more and more|
00000500  20 64 65 74 61 69 6c 65  64 20 72 65 70 6f 72 74  | detailed report|
00000510  73 2e 3c 2f 50 3e 0a 0a  3c 50 3e 54 68 65 20 6e  |s.</P>..<P>The n|
00000520  65 78 74 20 6e 75 6d 62  65 72 20 28 27 30 30 32  |ext number ('002|
00000530  27 29 20 69 73 20 74 68  65 20 73 6f 63 6b 65 74  |') is the socket|
00000540  20 6e 75 6d 62 65 72 2c  20 62 79 20 6c 6f 6f 6b  | number, by look|
00000550  69 6e 67 20 66 6f 72 20  74 68 65 20 73 61 6d 65  |ing for the same|
00000560  20 6e 75 6d 62 65 72 20  66 75 72 74 68 65 72 20  | number further |
00000570  61 6c 6f 6e 67 20 74 68  65 20 6c 6f 67 20 66 69  |along the log fi|
00000580  6c 65 20 79 6f 75 20 63  61 6e 20 73 65 65 20 74  |le you can see t|
00000590  68 65 20 70 72 6f 67 72  65 73 73 69 6f 6e 20 6f  |he progression o|
000005a0  66 20 74 68 65 20 72 65  71 75 65 73 74 2e 20 20  |f the request.  |
000005b0  28 54 68 65 20 73 6f 63  6b 65 74 20 6e 75 6d 62  |(The socket numb|
000005c0  65 72 20 6d 61 79 20 6e  6f 74 20 61 6c 77 61 79  |er may not alway|
000005d0  73 20 62 65 20 70 72 65  73 65 6e 74 2c 20 66 6f  |s be present, fo|
000005e0  72 20 65 78 61 6d 70 6c  65 20 77 69 74 68 20 55  |r example with U|
000005f0  70 74 69 6d 65 73 20 72  65 70 6f 72 74 73 20 77  |ptimes reports w|
00000600  68 65 72 65 20 79 6f 75  20 77 69 6c 6c 20 73 65  |here you will se|
00000610  65 20 61 6e 20 61 72 72  6f 77 29 2e 3c 2f 50 3e  |e an arrow).</P>|
00000620  0a 0a 3c 50 3e 54 68 65  20 6c 6f 67 73 20 61 72  |..<P>The logs ar|
00000630  65 20 64 69 76 69 64 65  64 20 69 6e 74 6f 20 6e  |e divided into n|
00000640  69 6e 65 20 62 61 6e 64  73 2c 20 65 61 63 68 20  |ine bands, each |
00000650  72 65 63 6f 72 64 69 6e  67 20 64 69 66 66 65 72  |recording differ|
00000660  65 6e 74 20 65 76 65 6e  74 73 20 61 6e 64 20 64  |ent events and d|
00000670  69 66 66 65 72 65 6e 74  20 6c 65 76 65 6c 73 20  |ifferent levels |
00000680  6f 66 20 64 65 74 61 69  6c 2e 20 20 54 68 65 79  |of detail.  They|
00000690  20 61 72 65 20 3a 3c 2f  50 3e 0a 0a 3c 44 4c 3e  | are :</P>..<DL>|
000006a0  0a 3c 44 54 3e 30 30 30  20 2d 20 55 70 74 69 6d  |.<DT>000 - Uptim|
000006b0  65 73 0a 3c 44 44 3e 52  65 63 6f 72 64 73 20 74  |es.<DD>Records t|
000006c0  68 65 20 74 69 6d 65 73  20 74 68 65 20 73 65 72  |he times the ser|
000006d0  76 65 72 20 77 61 73 20  73 74 61 72 74 65 64 20  |ver was started |
000006e0  75 70 20 61 6e 64 20 63  6c 6f 73 65 64 20 64 6f  |up and closed do|
000006f0  77 6e 2e 0a 3c 44 54 3e  30 32 30 20 2d 20 52 65  |wn..<DT>020 - Re|
00000700  71 75 65 73 74 73 0a 3c  44 44 3e 52 65 63 6f 72  |quests.<DD>Recor|
00000710  64 73 20 74 68 65 20 72  65 71 75 65 73 74 73 20  |ds the requests |
00000720  6d 61 64 65 20 74 6f 20  74 68 65 20 73 65 72 76  |made to the serv|
00000730  65 72 3a 20 27 47 45 54  27 2c 20 27 48 45 41 44  |er: 'GET', 'HEAD|
00000740  27 20 65 74 63 2e 0a 3c  44 54 3e 30 34 30 20 2d  |' etc..<DT>040 -|
00000750  20 57 68 6f 20 26 61 6d  70 3b 20 57 68 61 74 0a  | Who &amp; What.|
00000760  3c 44 44 3e 52 65 63 6f  72 64 73 20 64 65 74 61  |<DD>Records deta|
00000770  69 6c 73 20 6f 66 20 61  6c 6c 20 63 6f 6e 6e 65  |ils of all conne|
00000780  63 74 69 6f 6e 73 20 6d  61 64 65 20 74 6f 20 74  |ctions made to t|
00000790  68 65 20 73 65 72 76 65  72 2c 20 77 68 61 74 20  |he server, what |
000007a0  66 69 6c 65 73 20 77 65  72 65 20 73 65 72 76 65  |files were serve|
000007b0  64 2c 20 77 68 61 74 20  72 65 70 6f 72 74 73 20  |d, what reports |
000007c0  77 65 72 65 20 67 65 6e  65 72 61 74 65 64 2c 20  |were generated, |
000007d0  61 6e 64 20 61 20 6d 75  6c 74 69 74 75 64 65 20  |and a multitude |
000007e0  6f 66 20 6f 74 68 65 72  20 69 6e 66 6f 72 6d 61  |of other informa|
000007f0  74 69 6f 6e 20 72 65 6c  61 74 69 6e 67 20 74 6f  |tion relating to|
00000800  20 74 68 65 20 63 6f 6e  6e 65 63 74 69 6f 6e 2e  | the connection.|
00000810  20 20 54 68 69 73 20 69  73 20 74 68 65 20 27 63  |  This is the 'c|
00000820  6f 72 65 27 20 6c 6f 67  20 6c 65 76 65 6c 2e 0a  |ore' log level..|
00000830  3c 44 54 3e 30 36 30 20  2d 20 54 72 61 6e 73 66  |<DT>060 - Transf|
00000840  65 72 20 73 70 65 65 64  73 0a 3c 44 44 3e 52 65  |er speeds.<DD>Re|
00000850  63 6f 72 64 73 20 74 68  65 20 62 79 74 65 73 2f  |cords the bytes/|
00000860  73 65 63 6f 6e 64 20 74  72 61 6e 73 66 65 72 20  |second transfer |
00000870  72 61 74 65 73 20 61 63  68 69 65 76 65 64 20 66  |rates achieved f|
00000880  6f 72 20 74 68 65 20 73  65 6e 64 20 61 6e 64 20  |or the send and |
00000890  72 65 63 65 69 76 65 20  6f 70 65 72 61 74 69 6f  |receive operatio|
000008a0  6e 73 2e 20 20 46 69 67  75 72 65 73 20 61 72 65  |ns.  Figures are|
000008b0  20 67 69 76 65 6e 20 66  6f 72 20 74 68 65 20 65  | given for the e|
000008c0  6e 74 69 72 65 20 6c 69  66 65 74 69 6d 65 20 6f  |ntire lifetime o|
000008d0  66 20 74 68 65 20 63 6f  6e 6e 65 63 74 69 6f 6e  |f the connection|
000008e0  3b 20 73 6f 20 74 68 65  20 66 69 67 75 72 65 73  |; so the figures|
000008f0  20 67 69 76 65 6e 20 66  6f 72 20 61 20 70 65 72  | given for a per|
00000900  73 69 73 74 65 6e 74 20  63 6f 6e 6e 65 63 74 69  |sistent connecti|
00000910  6f 6e 20 6d 61 79 20 72  65 70 72 65 73 65 6e 74  |on may represent|
00000920  20 6d 61 6e 79 20 74 72  61 6e 73 66 65 72 73 2e  | many transfers.|
00000930  0a 3c 44 54 3e 31 32 30  20 2d 20 53 65 72 76 65  |.<DT>120 - Serve|
00000940  72 20 65 72 72 6f 72 73  0a 3c 44 44 3e 52 65 63  |r errors.<DD>Rec|
00000950  6f 72 64 73 20 61 6c 6c  20 73 65 72 69 6f 75 73  |ords all serious|
00000960  20 65 72 72 6f 72 73 20  74 68 65 20 73 65 72 76  | errors the serv|
00000970  65 72 20 68 61 73 20 73  75 66 66 65 72 65 64 2e  |er has suffered.|
00000980  0a 3c 44 54 3e 31 34 30  20 2d 20 43 6c 69 65 6e  |.<DT>140 - Clien|
00000990  74 20 65 72 72 6f 72 73  0a 3c 44 44 3e 52 65 63  |t errors.<DD>Rec|
000009a0  6f 72 64 73 20 69 6e 76  61 6c 69 64 20 72 65 71  |ords invalid req|
000009b0  75 65 73 74 73 20 6d 61  64 65 20 62 79 20 63 6c  |uests made by cl|
000009c0  69 65 6e 74 73 2e 0a 3c  44 54 3e 32 30 30 20 2d  |ients..<DT>200 -|
000009d0  20 52 65 63 65 69 76 65  64 20 68 65 61 64 65 72  | Received header|
000009e0  73 0a 3c 44 44 3e 52 65  63 6f 72 64 73 20 74 68  |s.<DD>Records th|
000009f0  65 20 65 6e 74 69 72 65  20 68 65 61 64 65 72 20  |e entire header |
00000a00  61 73 20 72 65 63 65 69  76 65 64 20 66 72 6f 6d  |as received from|
00000a10  20 74 68 65 20 63 6c 69  65 6e 74 2e 0a 3c 44 54  | the client..<DT|
00000a20  3e 32 32 30 20 2d 20 53  65 6e 74 20 68 65 61 64  |>220 - Sent head|
00000a30  65 72 73 0a 3c 44 44 3e  52 65 63 6f 72 64 73 20  |ers.<DD>Records |
00000a40  74 68 65 20 68 65 61 64  65 72 73 20 73 65 6e 74  |the headers sent|
00000a50  20 62 79 20 74 68 65 20  73 65 72 76 65 72 2e 20  | by the server. |
00000a60  20 28 57 69 74 68 20 43  47 49 20 70 72 6f 67 72  | (With CGI progr|
00000a70  61 6d 73 2c 20 6e 6f 20  68 65 61 64 65 72 20 6f  |ams, no header o|
00000a80  72 20 6f 6e 6c 79 20 61  20 73 6d 61 6c 6c 20 68  |r only a small h|
00000a90  65 61 64 65 72 20 77 69  6c 6c 20 62 65 20 70 72  |eader will be pr|
00000aa0  65 73 65 6e 74 29 2e 0a  3c 2f 44 4c 3e 0a 0a 3c  |esent)..</DL>..<|
00000ab0  50 3e 57 69 74 68 20 74  68 65 20 64 65 66 61 75  |P>With the defau|
00000ac0  6c 74 20 73 65 74 75 70  20 61 6c 6c 20 74 68 65  |lt setup all the|
00000ad0  20 6c 65 76 65 6c 73 20  75 70 20 74 6f 2c 20 61  | levels up to, a|
00000ae0  6e 64 20 69 6e 63 6c 75  64 69 6e 67 2c 20 3c 49  |nd including, <I|
00000af0  3e 53 65 72 76 65 72 20  65 72 72 6f 72 73 3c 2f  |>Server errors</|
00000b00  49 3e 20 77 69 6c 6c 20  62 65 20 61 63 74 69 76  |I> will be activ|
00000b10  65 20 61 6e 64 20 74 68  65 20 72 65 73 74 20 77  |e and the rest w|
00000b20  69 6c 6c 20 62 65 20 64  69 73 61 62 6c 65 64 2e  |ill be disabled.|
00000b30  3c 2f 50 3e 0a 0a 3c 50  3e 54 68 65 20 6f 72 64  |</P>..<P>The ord|
00000b40  65 72 20 6f 66 20 74 68  65 20 69 6e 66 6f 72 6d  |er of the inform|
00000b50  61 74 69 6f 6e 20 69 6e  20 74 68 65 20 6c 6f 67  |ation in the log|
00000b60  20 66 69 6c 65 20 69 73  20 6e 6f 74 20 67 75 61  | file is not gua|
00000b70  72 61 6e 74 65 65 64 2c  20 66 6f 72 20 65 78 61  |ranteed, for exa|
00000b80  6d 70 6c 65 20 73 65 76  65 72 61 6c 20 68 65 61  |mple several hea|
00000b90  64 65 72 73 20 63 6f 75  6c 64 20 62 65 20 6d 69  |ders could be mi|
00000ba0  78 65 64 20 69 6e 20 77  69 74 68 20 6f 6e 65 20  |xed in with one |
00000bb0  61 6e 6f 74 68 65 72 20  61 73 20 4e 65 74 70 6c  |another as Netpl|
00000bc0  65 78 20 70 61 72 73 65  73 20 74 68 65 6d 20 73  |ex parses them s|
00000bd0  69 6d 75 6c 74 61 6e 65  6f 75 73 6c 79 2e 3c 2f  |imultaneously.</|
00000be0  50 3e 0a 0a 3c 48 52 3e  0a 0a 3c 50 20 41 4c 49  |P>..<HR>..<P ALI|
00000bf0  47 4e 3d 43 45 4e 54 45  52 3e 0a 3c 41 20 48 52  |GN=CENTER>.<A HR|
00000c00  45 46 3d 22 30 33 2d 73  74 61 74 22 3e 3c 49 4d  |EF="03-stat"><IM|
00000c10  47 20 53 52 43 3d 22 69  6d 61 67 65 73 2f 62 75  |G SRC="images/bu|
00000c20  74 74 6f 6e 73 2f 62 61  6b 22 20 57 49 44 54 48  |ttons/bak" WIDTH|
00000c30  3d 33 32 20 48 45 49 47  48 54 3d 33 32 20 42 4f  |=32 HEIGHT=32 BO|
00000c40  52 44 45 52 3d 30 20 41  4c 54 3d 22 5b 20 50 72  |RDER=0 ALT="[ Pr|
00000c50  65 76 69 6f 75 73 20 5d  22 3e 3c 2f 41 3e 0a 3c  |evious ]"></A>.<|
00000c60  41 20 48 52 45 46 3d 22  69 6e 64 65 78 22 3e 3c  |A HREF="index"><|
00000c70  49 4d 47 20 53 52 43 3d  22 69 6d 61 67 65 73 2f  |IMG SRC="images/|
00000c80  62 75 74 74 6f 6e 73 2f  75 70 22 20 57 49 44 54  |buttons/up" WIDT|
00000c90  48 3d 33 32 20 48 45 49  47 48 54 3d 33 32 20 42  |H=32 HEIGHT=32 B|
00000ca0  4f 52 44 45 52 3d 30 20  41 4c 54 3d 22 5b 20 49  |ORDER=0 ALT="[ I|
00000cb0  6e 64 65 78 20 5d 22 3e  3c 2f 41 3e 0a 3c 41 20  |ndex ]"></A>.<A |
00000cc0  48 52 45 46 3d 22 30 35  2d 69 6e 66 6f 22 3e 3c  |HREF="05-info"><|
00000cd0  49 4d 47 20 53 52 43 3d  22 69 6d 61 67 65 73 2f  |IMG SRC="images/|
00000ce0  62 75 74 74 6f 6e 73 2f  66 77 64 22 20 57 49 44  |buttons/fwd" WID|
00000cf0  54 48 3d 33 32 20 48 45  49 47 48 54 3d 33 32 20  |TH=32 HEIGHT=32 |
00000d00  42 4f 52 44 45 52 3d 30  20 41 4c 54 3d 22 5b 20  |BORDER=0 ALT="[ |
00000d10  4e 65 78 74 20 5d 22 3e  3c 2f 41 3e 0a 3c 2f 50  |Next ]"></A>.</P|
00000d20  3e 0a 0a 3c 2f 42 4f 44  59 3e 0a 0a 3c 2f 48 54  |>..</BODY>..</HT|
00000d30  4d 4c 3e 0a                                       |ML>.|
00000d34