Home » Archimedes archive » Acorn User » AU 1997-Xmas B.adf » PD » NetPlex/!Netplex/!Help/HTML/05-info
NetPlex/!Netplex/!Help/HTML/05-info
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/05-info |
Read OK: | ✔ |
File size: | 1327 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
<HTML> <HEAD> <TITLE>Netplex - General Program Information</TITLE> </HEAD> <BODY TEXT="#000000" BGCOLOR="#ffffff" LINK="#004499" VLINK="#00224c" ALINK="#00cc00"> <H1><IMG SRC="images/world" ALIGN=ABSMIDDLE> General Program Information</H1> <HR> <A NAME="messages"><H2>Messages and Errors</H2></A> <P>Messages and Errors are not reported in the standard Wimp error box but instead in a multitasking <I>pop-up</I> box, so that the desktop (and hence the server) may continue operating. It is important that the error box does not halt the server, as if one connection fails, other connections will usually still work. The pop-up box typically looks like this :</P> <CENTER><P><IMG SRC="images/popup"></P></CENTER> <A NAME="search"><H2>Page Search Procedure</H2></A> <P>When Netplex receives a request for an object, it has to pass through several conversions and checks to see if it's a valid object on the server, and whether it actually exists.</P> <P>Firstly the URL named in the request is decoded and converted to the equivalent RISC OS object name. This involves converting all of the dots '.' to slashes '/' and slashes to dots. Encoded characters identified by '%hh', where 'h' is a hex character, are also converted. <P>For example, the URL :</P> <PRE><P><CENTER>/texts/biology/page01.html</CENTER></P></PRE> <P>is converted to :</P> <PRE><P><CENTER>.texts.biology.page01/html</CENTER></P></PRE> <P>and that page is looked for. If that file cannot be found then the extension '/html' is removed and the file :</P> <PRE><P><CENTER>.texts.biology.page01</CENTER></P></PRE> <P>is looked for.</P> <P>The search procedure for directories is different, as when they are referenced purely by their name, the 'index' file in the specified directory is served. E.g. '/texts/biology/' will serve the file '/texts/biology/index' (where 'index' is your configured default page name).</P> <P>Requests for directories without a trailing slash will be automatically redirected to the name of the directory with a trailing slash. So a request for '/texts/biology' will be redirected to '/texts/biology/', which will then serve the file '/texts/biology/index'.</P> <P>Again, the search procedures for image files (e.g. SparkFS archives, DOSFS partitions) is different. A request for '/text/maths' (where 'maths' is an image file) will serve the image file as a <B>file</B>, sending the whole file to the client. A request for '/text/maths/' will treat the image file as a <B>directory</B> and consequently look for the file '/text/maths/index' inside the image file.</P> <P>In all of these cases, if the file that is finally found is a Netplex Configuration file it will be acted upon.</P> <A NAME="naming"><H2>Page Naming</H2></A> <P>In order to ensure consistency and to avoid clashes with various filing systems, Netplex requires that the names of the objects to be served do <B>not</B> contain any of the following characters :</P> <PRE><P><CENTER>: * # $ & @ % ^ \ " | < ></CENTER></P></PRE> <P>The only ones you really need to avoid are < and >, as the others are all unavailable in RISC OS filenames.</P> <A NAME="quitactive"><H2>Quitting with Active Connections</H2></A> <P>If you attempt to shut down Netplex while there are connections active, you will be prompted via a dialogue box to choose whether you really do want to quit.</P> <A NAME="interruptions"><H2>Interruptions</H2></A> <P>One of the points about running a server is that you are effectively sharing your machine and network bandwidth with other people. Once people start using the server, you may notice your machine beginning to '<I>drag</I>' slightly. This effect shouldn't be too noticeable when serving files normally as they are sent in small pieces. However, some CGI programs will cause your machine to freeze for a few moments while they run, although this depends on exactly what the program is doing.</P> <A NAME="cgiservername"><H2>CGI$ServerName</H2></A> <P>Upon starting Netplex on certain network setups, you may see a message indicating that the <I>host name</I> of your computer could not be determined. If you see this and you know what your host name should be, then you should ensure that the CGI$ServerName system variable is set to the fully qualified name of your computer - or at least its dotted-IP address - before starting Netplex.</P> <P>If this variable is not set then any parts of the server which reference it may fail. This includes anything that does dynamic redirection, including the imagemap program.</P> <HR> <P><CENTER> <A HREF="04-log"><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="10-confi"><IMG SRC="images/buttons/fwd" WIDTH=32 HEIGHT=32 BORDER=0 ALT="[ Next ]"></A> </CENTER></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 47 65 6e 65 72 61 6c 20 50 72 6f 67 72 61 6d 20 |General Program | 00000030 49 6e 66 6f 72 6d 61 74 69 6f 6e 3c 2f 54 49 54 |Information</TIT| 00000040 4c 45 3e 0a 3c 2f 48 45 41 44 3e 0a 0a 3c 42 4f |LE>.</HEAD>..<BO| 00000050 44 59 20 54 45 58 54 3d 22 23 30 30 30 30 30 30 |DY TEXT="#000000| 00000060 22 20 42 47 43 4f 4c 4f 52 3d 22 23 66 66 66 66 |" BGCOLOR="#ffff| 00000070 66 66 22 20 4c 49 4e 4b 3d 22 23 30 30 34 34 39 |ff" LINK="#00449| 00000080 39 22 20 56 4c 49 4e 4b 3d 22 23 30 30 32 32 34 |9" VLINK="#00224| 00000090 63 22 20 41 4c 49 4e 4b 3d 22 23 30 30 63 63 30 |c" ALINK="#00cc0| 000000a0 30 22 3e 0a 0a 3c 48 31 3e 3c 49 4d 47 20 53 52 |0">..<H1><IMG SR| 000000b0 43 3d 22 69 6d 61 67 65 73 2f 77 6f 72 6c 64 22 |C="images/world"| 000000c0 20 41 4c 49 47 4e 3d 41 42 53 4d 49 44 44 4c 45 | ALIGN=ABSMIDDLE| 000000d0 3e 20 20 47 65 6e 65 72 61 6c 20 50 72 6f 67 72 |> General Progr| 000000e0 61 6d 20 49 6e 66 6f 72 6d 61 74 69 6f 6e 3c 2f |am Information</| 000000f0 48 31 3e 0a 3c 48 52 3e 0a 0a 3c 41 20 4e 41 4d |H1>.<HR>..<A NAM| 00000100 45 3d 22 6d 65 73 73 61 67 65 73 22 3e 3c 48 32 |E="messages"><H2| 00000110 3e 4d 65 73 73 61 67 65 73 20 61 6e 64 20 45 72 |>Messages and Er| 00000120 72 6f 72 73 3c 2f 48 32 3e 3c 2f 41 3e 0a 0a 3c |rors</H2></A>..<| 00000130 50 3e 4d 65 73 73 61 67 65 73 20 61 6e 64 20 45 |P>Messages and E| 00000140 72 72 6f 72 73 20 61 72 65 20 6e 6f 74 20 72 65 |rrors are not re| 00000150 70 6f 72 74 65 64 20 69 6e 20 74 68 65 20 73 74 |ported in the st| 00000160 61 6e 64 61 72 64 20 57 69 6d 70 20 65 72 72 6f |andard Wimp erro| 00000170 72 20 62 6f 78 20 62 75 74 20 69 6e 73 74 65 61 |r box but instea| 00000180 64 20 69 6e 20 61 20 6d 75 6c 74 69 74 61 73 6b |d in a multitask| 00000190 69 6e 67 20 3c 49 3e 70 6f 70 2d 75 70 3c 2f 49 |ing <I>pop-up</I| 000001a0 3e 20 62 6f 78 2c 20 73 6f 20 74 68 61 74 20 74 |> box, so that t| 000001b0 68 65 20 64 65 73 6b 74 6f 70 20 28 61 6e 64 20 |he desktop (and | 000001c0 68 65 6e 63 65 20 74 68 65 20 73 65 72 76 65 72 |hence the server| 000001d0 29 20 6d 61 79 20 63 6f 6e 74 69 6e 75 65 20 6f |) may continue o| 000001e0 70 65 72 61 74 69 6e 67 2e 20 20 49 74 20 69 73 |perating. It is| 000001f0 20 69 6d 70 6f 72 74 61 6e 74 20 74 68 61 74 20 | important that | 00000200 74 68 65 20 65 72 72 6f 72 20 62 6f 78 20 64 6f |the error box do| 00000210 65 73 20 6e 6f 74 20 68 61 6c 74 20 74 68 65 20 |es not halt the | 00000220 73 65 72 76 65 72 2c 20 61 73 20 69 66 20 6f 6e |server, as if on| 00000230 65 20 63 6f 6e 6e 65 63 74 69 6f 6e 20 66 61 69 |e connection fai| 00000240 6c 73 2c 20 6f 74 68 65 72 20 63 6f 6e 6e 65 63 |ls, other connec| 00000250 74 69 6f 6e 73 20 77 69 6c 6c 20 75 73 75 61 6c |tions will usual| 00000260 6c 79 20 73 74 69 6c 6c 20 77 6f 72 6b 2e 20 20 |ly still work. | 00000270 54 68 65 20 70 6f 70 2d 75 70 20 62 6f 78 20 74 |The pop-up box t| 00000280 79 70 69 63 61 6c 6c 79 20 6c 6f 6f 6b 73 20 6c |ypically looks l| 00000290 69 6b 65 20 74 68 69 73 20 3a 3c 2f 50 3e 0a 0a |ike this :</P>..| 000002a0 3c 43 45 4e 54 45 52 3e 3c 50 3e 3c 49 4d 47 20 |<CENTER><P><IMG | 000002b0 53 52 43 3d 22 69 6d 61 67 65 73 2f 70 6f 70 75 |SRC="images/popu| 000002c0 70 22 3e 3c 2f 50 3e 3c 2f 43 45 4e 54 45 52 3e |p"></P></CENTER>| 000002d0 0a 0a 3c 41 20 4e 41 4d 45 3d 22 73 65 61 72 63 |..<A NAME="searc| 000002e0 68 22 3e 3c 48 32 3e 50 61 67 65 20 53 65 61 72 |h"><H2>Page Sear| 000002f0 63 68 20 50 72 6f 63 65 64 75 72 65 3c 2f 48 32 |ch Procedure</H2| 00000300 3e 3c 2f 41 3e 0a 0a 3c 50 3e 57 68 65 6e 20 4e |></A>..<P>When N| 00000310 65 74 70 6c 65 78 20 72 65 63 65 69 76 65 73 20 |etplex receives | 00000320 61 20 72 65 71 75 65 73 74 20 66 6f 72 20 61 6e |a request for an| 00000330 20 6f 62 6a 65 63 74 2c 20 69 74 20 68 61 73 20 | object, it has | 00000340 74 6f 20 70 61 73 73 20 74 68 72 6f 75 67 68 20 |to pass through | 00000350 73 65 76 65 72 61 6c 20 63 6f 6e 76 65 72 73 69 |several conversi| 00000360 6f 6e 73 20 61 6e 64 20 63 68 65 63 6b 73 20 74 |ons and checks t| 00000370 6f 20 73 65 65 20 69 66 20 69 74 27 73 20 61 20 |o see if it's a | 00000380 76 61 6c 69 64 20 6f 62 6a 65 63 74 20 6f 6e 20 |valid object on | 00000390 74 68 65 20 73 65 72 76 65 72 2c 20 61 6e 64 20 |the server, and | 000003a0 77 68 65 74 68 65 72 20 69 74 20 61 63 74 75 61 |whether it actua| 000003b0 6c 6c 79 20 65 78 69 73 74 73 2e 3c 2f 50 3e 0a |lly exists.</P>.| 000003c0 3c 50 3e 46 69 72 73 74 6c 79 20 74 68 65 20 55 |<P>Firstly the U| 000003d0 52 4c 20 6e 61 6d 65 64 20 69 6e 20 74 68 65 20 |RL named in the | 000003e0 72 65 71 75 65 73 74 20 69 73 20 64 65 63 6f 64 |request is decod| 000003f0 65 64 20 61 6e 64 20 63 6f 6e 76 65 72 74 65 64 |ed and converted| 00000400 20 74 6f 20 74 68 65 20 65 71 75 69 76 61 6c 65 | to the equivale| 00000410 6e 74 20 52 49 53 43 20 4f 53 20 6f 62 6a 65 63 |nt RISC OS objec| 00000420 74 20 6e 61 6d 65 2e 20 20 54 68 69 73 20 69 6e |t name. This in| 00000430 76 6f 6c 76 65 73 20 63 6f 6e 76 65 72 74 69 6e |volves convertin| 00000440 67 20 61 6c 6c 20 6f 66 20 74 68 65 20 64 6f 74 |g all of the dot| 00000450 73 20 27 2e 27 20 74 6f 20 73 6c 61 73 68 65 73 |s '.' to slashes| 00000460 20 27 2f 27 20 61 6e 64 20 73 6c 61 73 68 65 73 | '/' and slashes| 00000470 20 74 6f 20 64 6f 74 73 2e 20 20 45 6e 63 6f 64 | to dots. Encod| 00000480 65 64 20 63 68 61 72 61 63 74 65 72 73 20 69 64 |ed characters id| 00000490 65 6e 74 69 66 69 65 64 20 62 79 20 27 25 68 68 |entified by '%hh| 000004a0 27 2c 20 77 68 65 72 65 20 27 68 27 20 69 73 20 |', where 'h' is | 000004b0 61 20 68 65 78 20 63 68 61 72 61 63 74 65 72 2c |a hex character,| 000004c0 20 61 72 65 20 61 6c 73 6f 20 63 6f 6e 76 65 72 | are also conver| 000004d0 74 65 64 2e 20 20 0a 3c 50 3e 46 6f 72 20 65 78 |ted. .<P>For ex| 000004e0 61 6d 70 6c 65 2c 20 74 68 65 20 55 52 4c 20 3a |ample, the URL :| 000004f0 3c 2f 50 3e 0a 3c 50 52 45 3e 3c 50 3e 3c 43 45 |</P>.<PRE><P><CE| 00000500 4e 54 45 52 3e 2f 74 65 78 74 73 2f 62 69 6f 6c |NTER>/texts/biol| 00000510 6f 67 79 2f 70 61 67 65 30 31 2e 68 74 6d 6c 3c |ogy/page01.html<| 00000520 2f 43 45 4e 54 45 52 3e 3c 2f 50 3e 3c 2f 50 52 |/CENTER></P></PR| 00000530 45 3e 0a 3c 50 3e 69 73 20 63 6f 6e 76 65 72 74 |E>.<P>is convert| 00000540 65 64 20 74 6f 20 3a 3c 2f 50 3e 0a 3c 50 52 45 |ed to :</P>.<PRE| 00000550 3e 3c 50 3e 3c 43 45 4e 54 45 52 3e 2e 74 65 78 |><P><CENTER>.tex| 00000560 74 73 2e 62 69 6f 6c 6f 67 79 2e 70 61 67 65 30 |ts.biology.page0| 00000570 31 2f 68 74 6d 6c 3c 2f 43 45 4e 54 45 52 3e 3c |1/html</CENTER><| 00000580 2f 50 3e 3c 2f 50 52 45 3e 0a 3c 50 3e 61 6e 64 |/P></PRE>.<P>and| 00000590 20 74 68 61 74 20 70 61 67 65 20 69 73 20 6c 6f | that page is lo| 000005a0 6f 6b 65 64 20 66 6f 72 2e 20 20 49 66 20 74 68 |oked for. If th| 000005b0 61 74 20 66 69 6c 65 20 63 61 6e 6e 6f 74 20 62 |at file cannot b| 000005c0 65 20 66 6f 75 6e 64 20 74 68 65 6e 20 74 68 65 |e found then the| 000005d0 20 65 78 74 65 6e 73 69 6f 6e 20 27 2f 68 74 6d | extension '/htm| 000005e0 6c 27 20 69 73 20 72 65 6d 6f 76 65 64 20 61 6e |l' is removed an| 000005f0 64 20 74 68 65 20 66 69 6c 65 20 3a 3c 2f 50 3e |d the file :</P>| 00000600 0a 3c 50 52 45 3e 3c 50 3e 3c 43 45 4e 54 45 52 |.<PRE><P><CENTER| 00000610 3e 2e 74 65 78 74 73 2e 62 69 6f 6c 6f 67 79 2e |>.texts.biology.| 00000620 70 61 67 65 30 31 3c 2f 43 45 4e 54 45 52 3e 3c |page01</CENTER><| 00000630 2f 50 3e 3c 2f 50 52 45 3e 0a 3c 50 3e 69 73 20 |/P></PRE>.<P>is | 00000640 6c 6f 6f 6b 65 64 20 66 6f 72 2e 3c 2f 50 3e 0a |looked for.</P>.| 00000650 0a 3c 50 3e 54 68 65 20 73 65 61 72 63 68 20 70 |.<P>The search p| 00000660 72 6f 63 65 64 75 72 65 20 66 6f 72 20 64 69 72 |rocedure for dir| 00000670 65 63 74 6f 72 69 65 73 20 69 73 20 64 69 66 66 |ectories is diff| 00000680 65 72 65 6e 74 2c 20 61 73 20 77 68 65 6e 20 74 |erent, as when t| 00000690 68 65 79 20 61 72 65 20 72 65 66 65 72 65 6e 63 |hey are referenc| 000006a0 65 64 20 70 75 72 65 6c 79 20 62 79 20 74 68 65 |ed purely by the| 000006b0 69 72 20 6e 61 6d 65 2c 20 74 68 65 20 27 69 6e |ir name, the 'in| 000006c0 64 65 78 27 20 66 69 6c 65 20 69 6e 20 74 68 65 |dex' file in the| 000006d0 20 73 70 65 63 69 66 69 65 64 20 64 69 72 65 63 | specified direc| 000006e0 74 6f 72 79 20 69 73 20 73 65 72 76 65 64 2e 20 |tory is served. | 000006f0 20 45 2e 67 2e 20 27 2f 74 65 78 74 73 2f 62 69 | E.g. '/texts/bi| 00000700 6f 6c 6f 67 79 2f 27 20 77 69 6c 6c 20 73 65 72 |ology/' will ser| 00000710 76 65 20 74 68 65 20 66 69 6c 65 20 27 2f 74 65 |ve the file '/te| 00000720 78 74 73 2f 62 69 6f 6c 6f 67 79 2f 69 6e 64 65 |xts/biology/inde| 00000730 78 27 20 28 77 68 65 72 65 20 27 69 6e 64 65 78 |x' (where 'index| 00000740 27 20 69 73 20 79 6f 75 72 20 63 6f 6e 66 69 67 |' is your config| 00000750 75 72 65 64 20 64 65 66 61 75 6c 74 20 70 61 67 |ured default pag| 00000760 65 20 6e 61 6d 65 29 2e 3c 2f 50 3e 0a 3c 50 3e |e name).</P>.<P>| 00000770 52 65 71 75 65 73 74 73 20 66 6f 72 20 64 69 72 |Requests for dir| 00000780 65 63 74 6f 72 69 65 73 20 77 69 74 68 6f 75 74 |ectories without| 00000790 20 61 20 74 72 61 69 6c 69 6e 67 20 73 6c 61 73 | a trailing slas| 000007a0 68 20 77 69 6c 6c 20 62 65 20 61 75 74 6f 6d 61 |h will be automa| 000007b0 74 69 63 61 6c 6c 79 20 72 65 64 69 72 65 63 74 |tically redirect| 000007c0 65 64 20 74 6f 20 74 68 65 20 6e 61 6d 65 20 6f |ed to the name o| 000007d0 66 20 74 68 65 20 64 69 72 65 63 74 6f 72 79 20 |f the directory | 000007e0 77 69 74 68 20 61 20 74 72 61 69 6c 69 6e 67 20 |with a trailing | 000007f0 73 6c 61 73 68 2e 20 20 53 6f 20 61 20 72 65 71 |slash. So a req| 00000800 75 65 73 74 20 66 6f 72 20 27 2f 74 65 78 74 73 |uest for '/texts| 00000810 2f 62 69 6f 6c 6f 67 79 27 20 77 69 6c 6c 20 62 |/biology' will b| 00000820 65 20 72 65 64 69 72 65 63 74 65 64 20 74 6f 20 |e redirected to | 00000830 27 2f 74 65 78 74 73 2f 62 69 6f 6c 6f 67 79 2f |'/texts/biology/| 00000840 27 2c 20 77 68 69 63 68 20 77 69 6c 6c 20 74 68 |', which will th| 00000850 65 6e 20 73 65 72 76 65 20 74 68 65 20 66 69 6c |en serve the fil| 00000860 65 20 27 2f 74 65 78 74 73 2f 62 69 6f 6c 6f 67 |e '/texts/biolog| 00000870 79 2f 69 6e 64 65 78 27 2e 3c 2f 50 3e 0a 0a 3c |y/index'.</P>..<| 00000880 50 3e 41 67 61 69 6e 2c 20 74 68 65 20 73 65 61 |P>Again, the sea| 00000890 72 63 68 20 70 72 6f 63 65 64 75 72 65 73 20 66 |rch procedures f| 000008a0 6f 72 20 69 6d 61 67 65 20 66 69 6c 65 73 20 28 |or image files (| 000008b0 65 2e 67 2e 20 53 70 61 72 6b 46 53 20 61 72 63 |e.g. SparkFS arc| 000008c0 68 69 76 65 73 2c 20 44 4f 53 46 53 20 70 61 72 |hives, DOSFS par| 000008d0 74 69 74 69 6f 6e 73 29 20 69 73 20 64 69 66 66 |titions) is diff| 000008e0 65 72 65 6e 74 2e 20 20 41 20 72 65 71 75 65 73 |erent. A reques| 000008f0 74 20 66 6f 72 20 27 2f 74 65 78 74 2f 6d 61 74 |t for '/text/mat| 00000900 68 73 27 20 28 77 68 65 72 65 20 27 6d 61 74 68 |hs' (where 'math| 00000910 73 27 20 69 73 20 61 6e 20 69 6d 61 67 65 20 66 |s' is an image f| 00000920 69 6c 65 29 20 77 69 6c 6c 20 73 65 72 76 65 20 |ile) will serve | 00000930 74 68 65 20 69 6d 61 67 65 20 66 69 6c 65 20 61 |the image file a| 00000940 73 20 61 20 3c 42 3e 66 69 6c 65 3c 2f 42 3e 2c |s a <B>file</B>,| 00000950 20 73 65 6e 64 69 6e 67 20 74 68 65 20 77 68 6f | sending the who| 00000960 6c 65 20 66 69 6c 65 20 74 6f 20 74 68 65 20 63 |le file to the c| 00000970 6c 69 65 6e 74 2e 20 20 20 41 20 72 65 71 75 65 |lient. A reque| 00000980 73 74 20 66 6f 72 20 27 2f 74 65 78 74 2f 6d 61 |st for '/text/ma| 00000990 74 68 73 2f 27 20 77 69 6c 6c 20 74 72 65 61 74 |ths/' will treat| 000009a0 20 74 68 65 20 69 6d 61 67 65 20 66 69 6c 65 20 | the image file | 000009b0 61 73 20 61 20 3c 42 3e 64 69 72 65 63 74 6f 72 |as a <B>director| 000009c0 79 3c 2f 42 3e 20 61 6e 64 20 63 6f 6e 73 65 71 |y</B> and conseq| 000009d0 75 65 6e 74 6c 79 20 6c 6f 6f 6b 20 66 6f 72 20 |uently look for | 000009e0 74 68 65 20 66 69 6c 65 20 27 2f 74 65 78 74 2f |the file '/text/| 000009f0 6d 61 74 68 73 2f 69 6e 64 65 78 27 20 69 6e 73 |maths/index' ins| 00000a00 69 64 65 20 74 68 65 20 69 6d 61 67 65 20 66 69 |ide the image fi| 00000a10 6c 65 2e 3c 2f 50 3e 0a 0a 3c 50 3e 49 6e 20 61 |le.</P>..<P>In a| 00000a20 6c 6c 20 6f 66 20 74 68 65 73 65 20 63 61 73 65 |ll of these case| 00000a30 73 2c 20 69 66 20 74 68 65 20 66 69 6c 65 20 74 |s, if the file t| 00000a40 68 61 74 20 69 73 20 66 69 6e 61 6c 6c 79 20 66 |hat is finally f| 00000a50 6f 75 6e 64 20 69 73 20 61 20 4e 65 74 70 6c 65 |ound is a Netple| 00000a60 78 20 43 6f 6e 66 69 67 75 72 61 74 69 6f 6e 20 |x Configuration | 00000a70 66 69 6c 65 20 69 74 20 77 69 6c 6c 20 62 65 20 |file it will be | 00000a80 61 63 74 65 64 20 75 70 6f 6e 2e 3c 2f 50 3e 0a |acted upon.</P>.| 00000a90 0a 3c 41 20 4e 41 4d 45 3d 22 6e 61 6d 69 6e 67 |.<A NAME="naming| 00000aa0 22 3e 3c 48 32 3e 50 61 67 65 20 4e 61 6d 69 6e |"><H2>Page Namin| 00000ab0 67 3c 2f 48 32 3e 3c 2f 41 3e 0a 0a 3c 50 3e 49 |g</H2></A>..<P>I| 00000ac0 6e 20 6f 72 64 65 72 20 74 6f 20 65 6e 73 75 72 |n order to ensur| 00000ad0 65 20 63 6f 6e 73 69 73 74 65 6e 63 79 20 61 6e |e consistency an| 00000ae0 64 20 74 6f 20 61 76 6f 69 64 20 63 6c 61 73 68 |d to avoid clash| 00000af0 65 73 20 77 69 74 68 20 76 61 72 69 6f 75 73 20 |es with various | 00000b00 66 69 6c 69 6e 67 20 73 79 73 74 65 6d 73 2c 20 |filing systems, | 00000b10 4e 65 74 70 6c 65 78 20 72 65 71 75 69 72 65 73 |Netplex requires| 00000b20 20 74 68 61 74 20 74 68 65 20 6e 61 6d 65 73 20 | that the names | 00000b30 6f 66 20 74 68 65 20 6f 62 6a 65 63 74 73 20 74 |of the objects t| 00000b40 6f 20 62 65 20 73 65 72 76 65 64 20 64 6f 20 3c |o be served do <| 00000b50 42 3e 6e 6f 74 3c 2f 42 3e 20 63 6f 6e 74 61 69 |B>not</B> contai| 00000b60 6e 20 61 6e 79 20 6f 66 20 74 68 65 20 66 6f 6c |n any of the fol| 00000b70 6c 6f 77 69 6e 67 20 63 68 61 72 61 63 74 65 72 |lowing character| 00000b80 73 20 3a 3c 2f 50 3e 0a 0a 3c 50 52 45 3e 3c 50 |s :</P>..<PRE><P| 00000b90 3e 3c 43 45 4e 54 45 52 3e 3a 20 2a 20 23 20 24 |><CENTER>: * # $| 00000ba0 20 26 61 6d 70 3b 20 40 20 25 20 5e 20 5c 20 22 | & @ % ^ \ "| 00000bb0 20 7c 20 26 6c 74 3b 20 26 67 74 3b 3c 2f 43 45 | | < ></CE| 00000bc0 4e 54 45 52 3e 3c 2f 50 3e 3c 2f 50 52 45 3e 0a |NTER></P></PRE>.| 00000bd0 0a 3c 50 3e 54 68 65 20 6f 6e 6c 79 20 6f 6e 65 |.<P>The only one| 00000be0 73 20 79 6f 75 20 72 65 61 6c 6c 79 20 6e 65 65 |s you really nee| 00000bf0 64 20 74 6f 20 61 76 6f 69 64 20 61 72 65 20 26 |d to avoid are &| 00000c00 6c 74 3b 20 61 6e 64 20 26 67 74 3b 2c 20 61 73 |lt; and >, as| 00000c10 20 74 68 65 20 6f 74 68 65 72 73 20 61 72 65 20 | the others are | 00000c20 61 6c 6c 20 75 6e 61 76 61 69 6c 61 62 6c 65 20 |all unavailable | 00000c30 69 6e 20 52 49 53 43 20 4f 53 20 66 69 6c 65 6e |in RISC OS filen| 00000c40 61 6d 65 73 2e 3c 2f 50 3e 0a 0a 3c 41 20 4e 41 |ames.</P>..<A NA| 00000c50 4d 45 3d 22 71 75 69 74 61 63 74 69 76 65 22 3e |ME="quitactive">| 00000c60 3c 48 32 3e 51 75 69 74 74 69 6e 67 20 77 69 74 |<H2>Quitting wit| 00000c70 68 20 41 63 74 69 76 65 20 43 6f 6e 6e 65 63 74 |h Active Connect| 00000c80 69 6f 6e 73 3c 2f 48 32 3e 3c 2f 41 3e 0a 0a 3c |ions</H2></A>..<| 00000c90 50 3e 49 66 20 79 6f 75 20 61 74 74 65 6d 70 74 |P>If you attempt| 00000ca0 20 74 6f 20 73 68 75 74 20 64 6f 77 6e 20 4e 65 | to shut down Ne| 00000cb0 74 70 6c 65 78 20 77 68 69 6c 65 20 74 68 65 72 |tplex while ther| 00000cc0 65 20 61 72 65 20 63 6f 6e 6e 65 63 74 69 6f 6e |e are connection| 00000cd0 73 20 61 63 74 69 76 65 2c 20 79 6f 75 20 77 69 |s active, you wi| 00000ce0 6c 6c 20 62 65 20 70 72 6f 6d 70 74 65 64 20 76 |ll be prompted v| 00000cf0 69 61 20 61 20 64 69 61 6c 6f 67 75 65 20 62 6f |ia a dialogue bo| 00000d00 78 20 74 6f 20 63 68 6f 6f 73 65 20 77 68 65 74 |x to choose whet| 00000d10 68 65 72 20 79 6f 75 20 72 65 61 6c 6c 79 20 64 |her you really d| 00000d20 6f 20 77 61 6e 74 20 74 6f 20 71 75 69 74 2e 3c |o want to quit.<| 00000d30 2f 50 3e 0a 0a 3c 41 20 4e 41 4d 45 3d 22 69 6e |/P>..<A NAME="in| 00000d40 74 65 72 72 75 70 74 69 6f 6e 73 22 3e 3c 48 32 |terruptions"><H2| 00000d50 3e 49 6e 74 65 72 72 75 70 74 69 6f 6e 73 3c 2f |>Interruptions</| 00000d60 48 32 3e 3c 2f 41 3e 0a 0a 3c 50 3e 4f 6e 65 20 |H2></A>..<P>One | 00000d70 6f 66 20 74 68 65 20 70 6f 69 6e 74 73 20 61 62 |of the points ab| 00000d80 6f 75 74 20 72 75 6e 6e 69 6e 67 20 61 20 73 65 |out running a se| 00000d90 72 76 65 72 20 69 73 20 74 68 61 74 20 79 6f 75 |rver is that you| 00000da0 20 61 72 65 20 65 66 66 65 63 74 69 76 65 6c 79 | are effectively| 00000db0 20 73 68 61 72 69 6e 67 20 79 6f 75 72 20 6d 61 | sharing your ma| 00000dc0 63 68 69 6e 65 20 61 6e 64 20 6e 65 74 77 6f 72 |chine and networ| 00000dd0 6b 20 62 61 6e 64 77 69 64 74 68 20 77 69 74 68 |k bandwidth with| 00000de0 20 6f 74 68 65 72 20 70 65 6f 70 6c 65 2e 20 20 | other people. | 00000df0 4f 6e 63 65 20 70 65 6f 70 6c 65 20 73 74 61 72 |Once people star| 00000e00 74 20 75 73 69 6e 67 20 74 68 65 20 73 65 72 76 |t using the serv| 00000e10 65 72 2c 20 79 6f 75 20 6d 61 79 20 6e 6f 74 69 |er, you may noti| 00000e20 63 65 20 79 6f 75 72 20 6d 61 63 68 69 6e 65 20 |ce your machine | 00000e30 62 65 67 69 6e 6e 69 6e 67 20 74 6f 20 27 3c 49 |beginning to '<I| 00000e40 3e 64 72 61 67 3c 2f 49 3e 27 20 73 6c 69 67 68 |>drag</I>' sligh| 00000e50 74 6c 79 2e 20 20 54 68 69 73 20 65 66 66 65 63 |tly. This effec| 00000e60 74 20 73 68 6f 75 6c 64 6e 27 74 20 62 65 20 74 |t shouldn't be t| 00000e70 6f 6f 20 6e 6f 74 69 63 65 61 62 6c 65 20 77 68 |oo noticeable wh| 00000e80 65 6e 20 73 65 72 76 69 6e 67 20 66 69 6c 65 73 |en serving files| 00000e90 20 6e 6f 72 6d 61 6c 6c 79 20 61 73 20 74 68 65 | normally as the| 00000ea0 79 20 61 72 65 20 73 65 6e 74 20 69 6e 20 73 6d |y are sent in sm| 00000eb0 61 6c 6c 20 70 69 65 63 65 73 2e 20 20 48 6f 77 |all pieces. How| 00000ec0 65 76 65 72 2c 20 73 6f 6d 65 20 43 47 49 20 70 |ever, some CGI p| 00000ed0 72 6f 67 72 61 6d 73 20 77 69 6c 6c 20 63 61 75 |rograms will cau| 00000ee0 73 65 20 79 6f 75 72 20 6d 61 63 68 69 6e 65 20 |se your machine | 00000ef0 74 6f 20 66 72 65 65 7a 65 20 66 6f 72 20 61 20 |to freeze for a | 00000f00 66 65 77 20 6d 6f 6d 65 6e 74 73 20 77 68 69 6c |few moments whil| 00000f10 65 20 74 68 65 79 20 72 75 6e 2c 20 61 6c 74 68 |e they run, alth| 00000f20 6f 75 67 68 20 74 68 69 73 20 64 65 70 65 6e 64 |ough this depend| 00000f30 73 20 6f 6e 20 65 78 61 63 74 6c 79 20 77 68 61 |s on exactly wha| 00000f40 74 20 74 68 65 20 70 72 6f 67 72 61 6d 20 69 73 |t the program is| 00000f50 20 64 6f 69 6e 67 2e 3c 2f 50 3e 0a 0a 3c 41 20 | doing.</P>..<A | 00000f60 4e 41 4d 45 3d 22 63 67 69 73 65 72 76 65 72 6e |NAME="cgiservern| 00000f70 61 6d 65 22 3e 3c 48 32 3e 43 47 49 24 53 65 72 |ame"><H2>CGI$Ser| 00000f80 76 65 72 4e 61 6d 65 3c 2f 48 32 3e 3c 2f 41 3e |verName</H2></A>| 00000f90 0a 0a 3c 50 3e 55 70 6f 6e 20 73 74 61 72 74 69 |..<P>Upon starti| 00000fa0 6e 67 20 4e 65 74 70 6c 65 78 20 6f 6e 20 63 65 |ng Netplex on ce| 00000fb0 72 74 61 69 6e 20 6e 65 74 77 6f 72 6b 20 73 65 |rtain network se| 00000fc0 74 75 70 73 2c 20 79 6f 75 20 6d 61 79 20 73 65 |tups, you may se| 00000fd0 65 20 61 20 6d 65 73 73 61 67 65 20 69 6e 64 69 |e a message indi| 00000fe0 63 61 74 69 6e 67 20 74 68 61 74 20 74 68 65 20 |cating that the | 00000ff0 3c 49 3e 68 6f 73 74 20 6e 61 6d 65 3c 2f 49 3e |<I>host name</I>| 00001000 20 6f 66 20 79 6f 75 72 20 63 6f 6d 70 75 74 65 | of your compute| 00001010 72 20 63 6f 75 6c 64 20 6e 6f 74 20 62 65 20 64 |r could not be d| 00001020 65 74 65 72 6d 69 6e 65 64 2e 20 20 49 66 20 79 |etermined. If y| 00001030 6f 75 20 73 65 65 20 74 68 69 73 20 61 6e 64 20 |ou see this and | 00001040 79 6f 75 20 6b 6e 6f 77 20 77 68 61 74 20 79 6f |you know what yo| 00001050 75 72 20 68 6f 73 74 20 6e 61 6d 65 20 73 68 6f |ur host name sho| 00001060 75 6c 64 20 62 65 2c 20 74 68 65 6e 20 79 6f 75 |uld be, then you| 00001070 20 73 68 6f 75 6c 64 20 65 6e 73 75 72 65 20 74 | should ensure t| 00001080 68 61 74 20 74 68 65 20 43 47 49 24 53 65 72 76 |hat the CGI$Serv| 00001090 65 72 4e 61 6d 65 20 73 79 73 74 65 6d 20 76 61 |erName system va| 000010a0 72 69 61 62 6c 65 20 69 73 20 73 65 74 20 74 6f |riable is set to| 000010b0 20 74 68 65 20 66 75 6c 6c 79 20 71 75 61 6c 69 | the fully quali| 000010c0 66 69 65 64 20 6e 61 6d 65 20 6f 66 20 79 6f 75 |fied name of you| 000010d0 72 20 63 6f 6d 70 75 74 65 72 20 2d 20 6f 72 20 |r computer - or | 000010e0 61 74 20 6c 65 61 73 74 20 69 74 73 20 64 6f 74 |at least its dot| 000010f0 74 65 64 2d 49 50 20 61 64 64 72 65 73 73 20 2d |ted-IP address -| 00001100 20 62 65 66 6f 72 65 20 73 74 61 72 74 69 6e 67 | before starting| 00001110 20 4e 65 74 70 6c 65 78 2e 3c 2f 50 3e 0a 3c 50 | Netplex.</P>.<P| 00001120 3e 49 66 20 74 68 69 73 20 76 61 72 69 61 62 6c |>If this variabl| 00001130 65 20 69 73 20 6e 6f 74 20 73 65 74 20 74 68 65 |e is not set the| 00001140 6e 20 61 6e 79 20 70 61 72 74 73 20 6f 66 20 74 |n any parts of t| 00001150 68 65 20 73 65 72 76 65 72 20 77 68 69 63 68 20 |he server which | 00001160 72 65 66 65 72 65 6e 63 65 20 69 74 20 6d 61 79 |reference it may| 00001170 20 66 61 69 6c 2e 20 20 54 68 69 73 20 69 6e 63 | fail. This inc| 00001180 6c 75 64 65 73 20 61 6e 79 74 68 69 6e 67 20 74 |ludes anything t| 00001190 68 61 74 20 64 6f 65 73 20 64 79 6e 61 6d 69 63 |hat does dynamic| 000011a0 20 72 65 64 69 72 65 63 74 69 6f 6e 2c 20 69 6e | redirection, in| 000011b0 63 6c 75 64 69 6e 67 20 74 68 65 20 69 6d 61 67 |cluding the imag| 000011c0 65 6d 61 70 20 70 72 6f 67 72 61 6d 2e 3c 2f 50 |emap program.</P| 000011d0 3e 0a 0a 3c 48 52 3e 0a 0a 3c 50 3e 3c 43 45 4e |>..<HR>..<P><CEN| 000011e0 54 45 52 3e 0a 3c 41 20 48 52 45 46 3d 22 30 34 |TER>.<A HREF="04| 000011f0 2d 6c 6f 67 22 3e 3c 49 4d 47 20 53 52 43 3d 22 |-log"><IMG SRC="| 00001200 69 6d 61 67 65 73 2f 62 75 74 74 6f 6e 73 2f 62 |images/buttons/b| 00001210 61 6b 22 20 57 49 44 54 48 3d 33 32 20 48 45 49 |ak" WIDTH=32 HEI| 00001220 47 48 54 3d 33 32 20 42 4f 52 44 45 52 3d 30 20 |GHT=32 BORDER=0 | 00001230 41 4c 54 3d 22 5b 20 50 72 65 76 69 6f 75 73 20 |ALT="[ Previous | 00001240 5d 22 3e 3c 2f 41 3e 0a 3c 41 20 48 52 45 46 3d |]"></A>.<A HREF=| 00001250 22 69 6e 64 65 78 22 3e 3c 49 4d 47 20 53 52 43 |"index"><IMG SRC| 00001260 3d 22 69 6d 61 67 65 73 2f 62 75 74 74 6f 6e 73 |="images/buttons| 00001270 2f 75 70 22 20 57 49 44 54 48 3d 33 32 20 48 45 |/up" WIDTH=32 HE| 00001280 49 47 48 54 3d 33 32 20 42 4f 52 44 45 52 3d 30 |IGHT=32 BORDER=0| 00001290 20 41 4c 54 3d 22 5b 20 49 6e 64 65 78 20 5d 22 | ALT="[ Index ]"| 000012a0 3e 3c 2f 41 3e 0a 3c 41 20 48 52 45 46 3d 22 31 |></A>.<A HREF="1| 000012b0 30 2d 63 6f 6e 66 69 22 3e 3c 49 4d 47 20 53 52 |0-confi"><IMG SR| 000012c0 43 3d 22 69 6d 61 67 65 73 2f 62 75 74 74 6f 6e |C="images/button| 000012d0 73 2f 66 77 64 22 20 57 49 44 54 48 3d 33 32 20 |s/fwd" WIDTH=32 | 000012e0 48 45 49 47 48 54 3d 33 32 20 42 4f 52 44 45 52 |HEIGHT=32 BORDER| 000012f0 3d 30 20 41 4c 54 3d 22 5b 20 4e 65 78 74 20 5d |=0 ALT="[ Next ]| 00001300 22 3e 3c 2f 41 3e 0a 3c 2f 43 45 4e 54 45 52 3e |"></A>.</CENTER>| 00001310 3c 2f 50 3e 0a 0a 3c 2f 42 4f 44 59 3e 0a 0a 3c |</P>..</BODY>..<| 00001320 2f 48 54 4d 4c 3e 0a |/HTML>.| 00001327