Home » Archimedes archive » Acorn User » AU 1997-Xmas B.adf » PD » NetPlex/!Netplex/!RunImage/Resources/UK/Messages

NetPlex/!Netplex/!RunImage/Resources/UK/Messages

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/!RunImage/Resources/UK/Messages
Read OK:
File size: 17B8 bytes
Load address: 0000
Exec address: 0000
File contents
# Messages for Netplex
# by David Thomas, � 1996-7

Task:Netplex
Sprite:!netplex
Version:0.22 (05 Sep 1997)

ChoicesTask:Netplex Choices

Server:Netplex/%0 (RISC OS/%1)
Dynamic:Netplex buffer

# Messages, Warnings and Errors
#
Message:Message from Netplex
Waiting:Waiting...
NoConf:Netplex needs to be configured and then restarted.
NoName:Netplex cannot determine your computer�s network name.  Some CGI operations, including imagemaps, may not function.  See section five of the documentation.
NoPages:The web pages you have specified have changed location or no longer exist.  Netplex will default to serving its own help files.
PreQuit:There are currently %0 active connections to the server, are you sure you wish to quit?
Fatal:Netplex has suffered a continuous stream of errors, the most likely cause being an internal server error.  Auto-shutdown has been activated.

# Server Log Entries
#
#  Uptimes
LStart:��> Starting Netplex HTTP Server on port %0
LBadStart:��> Netplex couldn't establish a listening socket on port %0
LFinish:<�� Finishing
#  Who & What
LAccept:Connection from %0:%1 on socket %2
LClose:Closing connection
LReferrer:Referred by �%0�
LUserAgent:User Agent is �%0�
LCGI:Executing CGI program %0
LSending:Sending %0
LAuthLost:Authorisation file �%0� could not be found
LNoAuth:No authorisation for �%0� to realm �%1�
LAuth:Authorisation for user �%0� to realm �%1�
LReport:Sending �%1� server report (code %0)
LTimeout:Connection timed out
#  Transfer speeds
LStatRH:Received %0 header bytes in %1 cs (%2 bytes/sec)
LStatSH:Sent %0 header bytes in %1 cs (%2 bytes/sec)
LStatRE:Received %0 entity bytes in %1 cs (%2 bytes/sec)
LStatSE:Sent %0 entity bytes in %1 cs (%2 bytes/sec)
#  Server errors (and also the Connection Errors section below)
EAbort:Abort: �%0�
EBadListen:Serious error: Listening socket was lost
ELost:Serious error: Data was lost
LError:��� %0

# Memory Library Errors
#
EMemory:There is not enough free memory to claim %0. Quit any unwanted applications or see the RISC OS User Guide for ways to maximise memory.

# Sockets Library Errors
#
EBind:Due to a socket-level error (%0) Netplex is unable to listen on the specified port.
ECreate:Due to a socket-level error (%0) Netplex is unable to create a socket.
EService:The service name �%0� specified with protocol �%1� could not be found in the services database.

# Menus
#
IBar$:Netplex
IBar00:Info
IBar01:Status...
IBar02:Log...
IBar03:Choices...
IBar04:Help...
IBar05:Quit

# Mapping of MIME Content-Types to RISC OS file types
#

# File type to Content-Type
#
MIME-FFF:text/plain
MIME-FAF:text/html

MIME-FF9:image/x-riscos-sprite
MIME-FF0:image/tiff
MIME-FC9:image/x-cmu-raster
MIME-C85:image/jpeg
MIME-B60:image/png
MIME-B61:image/x-xbitmap
MIME-69E:image/x-portable-anymap
MIME-695:image/gif
MIME-301:image/x-xpixmap

MIME-FB2:video/quicktime
MIME-BF8:video/mpeg
MIME-AE7:video/armovie

MIME-FC2:audio/x-aiff
#MIME-FB2:audio/x-avi
MIME-FB1:audio/x-wav
MIME-ED0:audio/basic

MIME-DDC:application/x-sparkive
MIME-3FB:application/x-arcfs
MIME-3DD:application/x-zip

MIME-FF5:application/postscript
MIME-CE5:application/x-tex
MIME-CE4:application/x-dvi
MIME-C46:application/x-tar
MIME-2A8:application/x-latex
MIME-2A7:application/x-tex

MIME-FFB:application/x-bbc-basic


# Content-Type to File type
#
MIME-text-plain:FFF
MIME-text-html:FAF

MIME-image-x-riscos-sprite:FF9
MIME-image-tiff:FF0
MIME-image-x-cmu-raster:FC9
MIME-image-jpeg:C85
MIME-image-png:B60
MIME-image-x-xbitmap:B61
MIME-image-x-portable-anymap:69E
MIME-image-gif:695
MIME-image-x-xpixmap:301

MIME-video-quicktime:FB2
MIME-video-mpeg:BF8
MIME-video-armovie:AE7

MIME-audio-x-aiff:FC2
#MIME-audio-x-avi:FB2
MIME-audio-x-wav:FB1
MIME-audio-basic:ED0

MIME-application-x-sparkive:DDC
MIME-application-x-arcfs:3FB
MIME-application-x-zip:3DD

MIME-application-postscript:FF5
MIME-application-x-tex:CE5
MIME-application-x-dvi:CE4
MIME-application-x-tar:C46
MIME-application-x-latex:2A8
MIME-application-x-tex:2A7

MIME-application-x-bbc-basic:FFB

# Server Reports
#
# This is not the complete set of HTTP responses.
#

# Successful 2xx
#
T200:OK
M200:The request has succeeded.

T201:Created
M201:The request has been fulfilled in a new resource being created.

# Redirection 3xx
#
T301:Moved Permanently
M301:The requested URL is no longer available at this location.  It can now be found at <A HREF="%0">%0</A>.

T302:Moved Temporarily
M302:The requested URL is temporarily unavailable at this location.  It can now be found at <A HREF="%0">%0</A>.

T303:See Other
M303:The response to the request can be found under a different URI.

T304:Not Modified
M304:The requested URL has not been modified since the specified date.

# Client Errors 4xx
#
T400:Bad Request
M400:Your client sent a query that the server could not understand.

T401:Unauthorized
M401:The server could not verify that you are authorized to access the document you requested.

T403:Forbidden
M403:Your client does not have permission to access that URL.

T404:Not Found
M404:The requested URL was not found on this server.

T405:Method Not Allowed
M405:The method specified is not allowed for the resource identified.

T408:Request Timeout
M408:Your client did not produce a request within the time that the server was prepared to wait.

T410:Gone
M410:The requested resource is no longer available at the server and no forwarding address is known.

T411:Length Required
M411:The server refuses to accept the request without a defined Content-Length.

T413:Request Entity Too Large
M413:The server is refusing to process a request because it considers the request entity to be larger than it is willing or able to process.

T414:Request-URI Too Long
M414:The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.

# Server Errors 5xx
#
T500:Internal Server Error
M500:The server encountered an unexpected condition which prevented it from fulfilling the request.

T501:Not Implemented
M501:The server does not support the functionality required to fulfill the request.
00000000  23 20 4d 65 73 73 61 67  65 73 20 66 6f 72 20 4e  |# Messages for N|
00000010  65 74 70 6c 65 78 0a 23  20 62 79 20 44 61 76 69  |etplex.# by Davi|
00000020  64 20 54 68 6f 6d 61 73  2c 20 a9 20 31 39 39 36  |d Thomas, . 1996|
00000030  2d 37 0a 0a 54 61 73 6b  3a 4e 65 74 70 6c 65 78  |-7..Task:Netplex|
00000040  0a 53 70 72 69 74 65 3a  21 6e 65 74 70 6c 65 78  |.Sprite:!netplex|
00000050  0a 56 65 72 73 69 6f 6e  3a 30 2e 32 32 20 28 30  |.Version:0.22 (0|
00000060  35 20 53 65 70 20 31 39  39 37 29 0a 0a 43 68 6f  |5 Sep 1997)..Cho|
00000070  69 63 65 73 54 61 73 6b  3a 4e 65 74 70 6c 65 78  |icesTask:Netplex|
00000080  20 43 68 6f 69 63 65 73  0a 0a 53 65 72 76 65 72  | Choices..Server|
00000090  3a 4e 65 74 70 6c 65 78  2f 25 30 20 28 52 49 53  |:Netplex/%0 (RIS|
000000a0  43 20 4f 53 2f 25 31 29  0a 44 79 6e 61 6d 69 63  |C OS/%1).Dynamic|
000000b0  3a 4e 65 74 70 6c 65 78  20 62 75 66 66 65 72 0a  |:Netplex buffer.|
000000c0  0a 23 20 4d 65 73 73 61  67 65 73 2c 20 57 61 72  |.# Messages, War|
000000d0  6e 69 6e 67 73 20 61 6e  64 20 45 72 72 6f 72 73  |nings and Errors|
000000e0  0a 23 0a 4d 65 73 73 61  67 65 3a 4d 65 73 73 61  |.#.Message:Messa|
000000f0  67 65 20 66 72 6f 6d 20  4e 65 74 70 6c 65 78 0a  |ge from Netplex.|
00000100  57 61 69 74 69 6e 67 3a  57 61 69 74 69 6e 67 2e  |Waiting:Waiting.|
00000110  2e 2e 0a 4e 6f 43 6f 6e  66 3a 4e 65 74 70 6c 65  |...NoConf:Netple|
00000120  78 20 6e 65 65 64 73 20  74 6f 20 62 65 20 63 6f  |x needs to be co|
00000130  6e 66 69 67 75 72 65 64  20 61 6e 64 20 74 68 65  |nfigured and the|
00000140  6e 20 72 65 73 74 61 72  74 65 64 2e 0a 4e 6f 4e  |n restarted..NoN|
00000150  61 6d 65 3a 4e 65 74 70  6c 65 78 20 63 61 6e 6e  |ame:Netplex cann|
00000160  6f 74 20 64 65 74 65 72  6d 69 6e 65 20 79 6f 75  |ot determine you|
00000170  72 20 63 6f 6d 70 75 74  65 72 91 73 20 6e 65 74  |r computer.s net|
00000180  77 6f 72 6b 20 6e 61 6d  65 2e 20 20 53 6f 6d 65  |work name.  Some|
00000190  20 43 47 49 20 6f 70 65  72 61 74 69 6f 6e 73 2c  | CGI operations,|
000001a0  20 69 6e 63 6c 75 64 69  6e 67 20 69 6d 61 67 65  | including image|
000001b0  6d 61 70 73 2c 20 6d 61  79 20 6e 6f 74 20 66 75  |maps, may not fu|
000001c0  6e 63 74 69 6f 6e 2e 20  20 53 65 65 20 73 65 63  |nction.  See sec|
000001d0  74 69 6f 6e 20 66 69 76  65 20 6f 66 20 74 68 65  |tion five of the|
000001e0  20 64 6f 63 75 6d 65 6e  74 61 74 69 6f 6e 2e 0a  | documentation..|
000001f0  4e 6f 50 61 67 65 73 3a  54 68 65 20 77 65 62 20  |NoPages:The web |
00000200  70 61 67 65 73 20 79 6f  75 20 68 61 76 65 20 73  |pages you have s|
00000210  70 65 63 69 66 69 65 64  20 68 61 76 65 20 63 68  |pecified have ch|
00000220  61 6e 67 65 64 20 6c 6f  63 61 74 69 6f 6e 20 6f  |anged location o|
00000230  72 20 6e 6f 20 6c 6f 6e  67 65 72 20 65 78 69 73  |r no longer exis|
00000240  74 2e 20 20 4e 65 74 70  6c 65 78 20 77 69 6c 6c  |t.  Netplex will|
00000250  20 64 65 66 61 75 6c 74  20 74 6f 20 73 65 72 76  | default to serv|
00000260  69 6e 67 20 69 74 73 20  6f 77 6e 20 68 65 6c 70  |ing its own help|
00000270  20 66 69 6c 65 73 2e 0a  50 72 65 51 75 69 74 3a  | files..PreQuit:|
00000280  54 68 65 72 65 20 61 72  65 20 63 75 72 72 65 6e  |There are curren|
00000290  74 6c 79 20 25 30 20 61  63 74 69 76 65 20 63 6f  |tly %0 active co|
000002a0  6e 6e 65 63 74 69 6f 6e  73 20 74 6f 20 74 68 65  |nnections to the|
000002b0  20 73 65 72 76 65 72 2c  20 61 72 65 20 79 6f 75  | server, are you|
000002c0  20 73 75 72 65 20 79 6f  75 20 77 69 73 68 20 74  | sure you wish t|
000002d0  6f 20 71 75 69 74 3f 0a  46 61 74 61 6c 3a 4e 65  |o quit?.Fatal:Ne|
000002e0  74 70 6c 65 78 20 68 61  73 20 73 75 66 66 65 72  |tplex has suffer|
000002f0  65 64 20 61 20 63 6f 6e  74 69 6e 75 6f 75 73 20  |ed a continuous |
00000300  73 74 72 65 61 6d 20 6f  66 20 65 72 72 6f 72 73  |stream of errors|
00000310  2c 20 74 68 65 20 6d 6f  73 74 20 6c 69 6b 65 6c  |, the most likel|
00000320  79 20 63 61 75 73 65 20  62 65 69 6e 67 20 61 6e  |y cause being an|
00000330  20 69 6e 74 65 72 6e 61  6c 20 73 65 72 76 65 72  | internal server|
00000340  20 65 72 72 6f 72 2e 20  20 41 75 74 6f 2d 73 68  | error.  Auto-sh|
00000350  75 74 64 6f 77 6e 20 68  61 73 20 62 65 65 6e 20  |utdown has been |
00000360  61 63 74 69 76 61 74 65  64 2e 0a 0a 23 20 53 65  |activated...# Se|
00000370  72 76 65 72 20 4c 6f 67  20 45 6e 74 72 69 65 73  |rver Log Entries|
00000380  0a 23 0a 23 20 20 55 70  74 69 6d 65 73 0a 4c 53  |.#.#  Uptimes.LS|
00000390  74 61 72 74 3a 98 98 3e  20 53 74 61 72 74 69 6e  |tart:..> Startin|
000003a0  67 20 4e 65 74 70 6c 65  78 20 48 54 54 50 20 53  |g Netplex HTTP S|
000003b0  65 72 76 65 72 20 6f 6e  20 70 6f 72 74 20 25 30  |erver on port %0|
000003c0  0a 4c 42 61 64 53 74 61  72 74 3a 98 98 3e 20 4e  |.LBadStart:..> N|
000003d0  65 74 70 6c 65 78 20 63  6f 75 6c 64 6e 27 74 20  |etplex couldn't |
000003e0  65 73 74 61 62 6c 69 73  68 20 61 20 6c 69 73 74  |establish a list|
000003f0  65 6e 69 6e 67 20 73 6f  63 6b 65 74 20 6f 6e 20  |ening socket on |
00000400  70 6f 72 74 20 25 30 0a  4c 46 69 6e 69 73 68 3a  |port %0.LFinish:|
00000410  3c 98 98 20 46 69 6e 69  73 68 69 6e 67 0a 23 20  |<.. Finishing.# |
00000420  20 57 68 6f 20 26 20 57  68 61 74 0a 4c 41 63 63  | Who & What.LAcc|
00000430  65 70 74 3a 43 6f 6e 6e  65 63 74 69 6f 6e 20 66  |ept:Connection f|
00000440  72 6f 6d 20 25 30 3a 25  31 20 6f 6e 20 73 6f 63  |rom %0:%1 on soc|
00000450  6b 65 74 20 25 32 0a 4c  43 6c 6f 73 65 3a 43 6c  |ket %2.LClose:Cl|
00000460  6f 73 69 6e 67 20 63 6f  6e 6e 65 63 74 69 6f 6e  |osing connection|
00000470  0a 4c 52 65 66 65 72 72  65 72 3a 52 65 66 65 72  |.LReferrer:Refer|
00000480  72 65 64 20 62 79 20 90  25 30 91 0a 4c 55 73 65  |red by .%0..LUse|
00000490  72 41 67 65 6e 74 3a 55  73 65 72 20 41 67 65 6e  |rAgent:User Agen|
000004a0  74 20 69 73 20 90 25 30  91 0a 4c 43 47 49 3a 45  |t is .%0..LCGI:E|
000004b0  78 65 63 75 74 69 6e 67  20 43 47 49 20 70 72 6f  |xecuting CGI pro|
000004c0  67 72 61 6d 20 25 30 0a  4c 53 65 6e 64 69 6e 67  |gram %0.LSending|
000004d0  3a 53 65 6e 64 69 6e 67  20 25 30 0a 4c 41 75 74  |:Sending %0.LAut|
000004e0  68 4c 6f 73 74 3a 41 75  74 68 6f 72 69 73 61 74  |hLost:Authorisat|
000004f0  69 6f 6e 20 66 69 6c 65  20 90 25 30 91 20 63 6f  |ion file .%0. co|
00000500  75 6c 64 20 6e 6f 74 20  62 65 20 66 6f 75 6e 64  |uld not be found|
00000510  0a 4c 4e 6f 41 75 74 68  3a 4e 6f 20 61 75 74 68  |.LNoAuth:No auth|
00000520  6f 72 69 73 61 74 69 6f  6e 20 66 6f 72 20 90 25  |orisation for .%|
00000530  30 91 20 74 6f 20 72 65  61 6c 6d 20 90 25 31 91  |0. to realm .%1.|
00000540  0a 4c 41 75 74 68 3a 41  75 74 68 6f 72 69 73 61  |.LAuth:Authorisa|
00000550  74 69 6f 6e 20 66 6f 72  20 75 73 65 72 20 90 25  |tion for user .%|
00000560  30 91 20 74 6f 20 72 65  61 6c 6d 20 90 25 31 91  |0. to realm .%1.|
00000570  0a 4c 52 65 70 6f 72 74  3a 53 65 6e 64 69 6e 67  |.LReport:Sending|
00000580  20 90 25 31 91 20 73 65  72 76 65 72 20 72 65 70  | .%1. server rep|
00000590  6f 72 74 20 28 63 6f 64  65 20 25 30 29 0a 4c 54  |ort (code %0).LT|
000005a0  69 6d 65 6f 75 74 3a 43  6f 6e 6e 65 63 74 69 6f  |imeout:Connectio|
000005b0  6e 20 74 69 6d 65 64 20  6f 75 74 0a 23 20 20 54  |n timed out.#  T|
000005c0  72 61 6e 73 66 65 72 20  73 70 65 65 64 73 0a 4c  |ransfer speeds.L|
000005d0  53 74 61 74 52 48 3a 52  65 63 65 69 76 65 64 20  |StatRH:Received |
000005e0  25 30 20 68 65 61 64 65  72 20 62 79 74 65 73 20  |%0 header bytes |
000005f0  69 6e 20 25 31 20 63 73  20 28 25 32 20 62 79 74  |in %1 cs (%2 byt|
00000600  65 73 2f 73 65 63 29 0a  4c 53 74 61 74 53 48 3a  |es/sec).LStatSH:|
00000610  53 65 6e 74 20 25 30 20  68 65 61 64 65 72 20 62  |Sent %0 header b|
00000620  79 74 65 73 20 69 6e 20  25 31 20 63 73 20 28 25  |ytes in %1 cs (%|
00000630  32 20 62 79 74 65 73 2f  73 65 63 29 0a 4c 53 74  |2 bytes/sec).LSt|
00000640  61 74 52 45 3a 52 65 63  65 69 76 65 64 20 25 30  |atRE:Received %0|
00000650  20 65 6e 74 69 74 79 20  62 79 74 65 73 20 69 6e  | entity bytes in|
00000660  20 25 31 20 63 73 20 28  25 32 20 62 79 74 65 73  | %1 cs (%2 bytes|
00000670  2f 73 65 63 29 0a 4c 53  74 61 74 53 45 3a 53 65  |/sec).LStatSE:Se|
00000680  6e 74 20 25 30 20 65 6e  74 69 74 79 20 62 79 74  |nt %0 entity byt|
00000690  65 73 20 69 6e 20 25 31  20 63 73 20 28 25 32 20  |es in %1 cs (%2 |
000006a0  62 79 74 65 73 2f 73 65  63 29 0a 23 20 20 53 65  |bytes/sec).#  Se|
000006b0  72 76 65 72 20 65 72 72  6f 72 73 20 28 61 6e 64  |rver errors (and|
000006c0  20 61 6c 73 6f 20 74 68  65 20 43 6f 6e 6e 65 63  | also the Connec|
000006d0  74 69 6f 6e 20 45 72 72  6f 72 73 20 73 65 63 74  |tion Errors sect|
000006e0  69 6f 6e 20 62 65 6c 6f  77 29 0a 45 41 62 6f 72  |ion below).EAbor|
000006f0  74 3a 41 62 6f 72 74 3a  20 90 25 30 91 0a 45 42  |t:Abort: .%0..EB|
00000700  61 64 4c 69 73 74 65 6e  3a 53 65 72 69 6f 75 73  |adListen:Serious|
00000710  20 65 72 72 6f 72 3a 20  4c 69 73 74 65 6e 69 6e  | error: Listenin|
00000720  67 20 73 6f 63 6b 65 74  20 77 61 73 20 6c 6f 73  |g socket was los|
00000730  74 0a 45 4c 6f 73 74 3a  53 65 72 69 6f 75 73 20  |t.ELost:Serious |
00000740  65 72 72 6f 72 3a 20 44  61 74 61 20 77 61 73 20  |error: Data was |
00000750  6c 6f 73 74 0a 4c 45 72  72 6f 72 3a 98 98 98 20  |lost.LError:... |
00000760  25 30 0a 0a 23 20 4d 65  6d 6f 72 79 20 4c 69 62  |%0..# Memory Lib|
00000770  72 61 72 79 20 45 72 72  6f 72 73 0a 23 0a 45 4d  |rary Errors.#.EM|
00000780  65 6d 6f 72 79 3a 54 68  65 72 65 20 69 73 20 6e  |emory:There is n|
00000790  6f 74 20 65 6e 6f 75 67  68 20 66 72 65 65 20 6d  |ot enough free m|
000007a0  65 6d 6f 72 79 20 74 6f  20 63 6c 61 69 6d 20 25  |emory to claim %|
000007b0  30 2e 20 51 75 69 74 20  61 6e 79 20 75 6e 77 61  |0. Quit any unwa|
000007c0  6e 74 65 64 20 61 70 70  6c 69 63 61 74 69 6f 6e  |nted application|
000007d0  73 20 6f 72 20 73 65 65  20 74 68 65 20 52 49 53  |s or see the RIS|
000007e0  43 20 4f 53 20 55 73 65  72 20 47 75 69 64 65 20  |C OS User Guide |
000007f0  66 6f 72 20 77 61 79 73  20 74 6f 20 6d 61 78 69  |for ways to maxi|
00000800  6d 69 73 65 20 6d 65 6d  6f 72 79 2e 0a 0a 23 20  |mise memory...# |
00000810  53 6f 63 6b 65 74 73 20  4c 69 62 72 61 72 79 20  |Sockets Library |
00000820  45 72 72 6f 72 73 0a 23  0a 45 42 69 6e 64 3a 44  |Errors.#.EBind:D|
00000830  75 65 20 74 6f 20 61 20  73 6f 63 6b 65 74 2d 6c  |ue to a socket-l|
00000840  65 76 65 6c 20 65 72 72  6f 72 20 28 25 30 29 20  |evel error (%0) |
00000850  4e 65 74 70 6c 65 78 20  69 73 20 75 6e 61 62 6c  |Netplex is unabl|
00000860  65 20 74 6f 20 6c 69 73  74 65 6e 20 6f 6e 20 74  |e to listen on t|
00000870  68 65 20 73 70 65 63 69  66 69 65 64 20 70 6f 72  |he specified por|
00000880  74 2e 0a 45 43 72 65 61  74 65 3a 44 75 65 20 74  |t..ECreate:Due t|
00000890  6f 20 61 20 73 6f 63 6b  65 74 2d 6c 65 76 65 6c  |o a socket-level|
000008a0  20 65 72 72 6f 72 20 28  25 30 29 20 4e 65 74 70  | error (%0) Netp|
000008b0  6c 65 78 20 69 73 20 75  6e 61 62 6c 65 20 74 6f  |lex is unable to|
000008c0  20 63 72 65 61 74 65 20  61 20 73 6f 63 6b 65 74  | create a socket|
000008d0  2e 0a 45 53 65 72 76 69  63 65 3a 54 68 65 20 73  |..EService:The s|
000008e0  65 72 76 69 63 65 20 6e  61 6d 65 20 90 25 30 91  |ervice name .%0.|
000008f0  20 73 70 65 63 69 66 69  65 64 20 77 69 74 68 20  | specified with |
00000900  70 72 6f 74 6f 63 6f 6c  20 90 25 31 91 20 63 6f  |protocol .%1. co|
00000910  75 6c 64 20 6e 6f 74 20  62 65 20 66 6f 75 6e 64  |uld not be found|
00000920  20 69 6e 20 74 68 65 20  73 65 72 76 69 63 65 73  | in the services|
00000930  20 64 61 74 61 62 61 73  65 2e 0a 0a 23 20 4d 65  | database...# Me|
00000940  6e 75 73 0a 23 0a 49 42  61 72 24 3a 4e 65 74 70  |nus.#.IBar$:Netp|
00000950  6c 65 78 0a 49 42 61 72  30 30 3a 49 6e 66 6f 0a  |lex.IBar00:Info.|
00000960  49 42 61 72 30 31 3a 53  74 61 74 75 73 2e 2e 2e  |IBar01:Status...|
00000970  0a 49 42 61 72 30 32 3a  4c 6f 67 2e 2e 2e 0a 49  |.IBar02:Log....I|
00000980  42 61 72 30 33 3a 43 68  6f 69 63 65 73 2e 2e 2e  |Bar03:Choices...|
00000990  0a 49 42 61 72 30 34 3a  48 65 6c 70 2e 2e 2e 0a  |.IBar04:Help....|
000009a0  49 42 61 72 30 35 3a 51  75 69 74 0a 0a 23 20 4d  |IBar05:Quit..# M|
000009b0  61 70 70 69 6e 67 20 6f  66 20 4d 49 4d 45 20 43  |apping of MIME C|
000009c0  6f 6e 74 65 6e 74 2d 54  79 70 65 73 20 74 6f 20  |ontent-Types to |
000009d0  52 49 53 43 20 4f 53 20  66 69 6c 65 20 74 79 70  |RISC OS file typ|
000009e0  65 73 0a 23 0a 0a 23 20  46 69 6c 65 20 74 79 70  |es.#..# File typ|
000009f0  65 20 74 6f 20 43 6f 6e  74 65 6e 74 2d 54 79 70  |e to Content-Typ|
00000a00  65 0a 23 0a 4d 49 4d 45  2d 46 46 46 3a 74 65 78  |e.#.MIME-FFF:tex|
00000a10  74 2f 70 6c 61 69 6e 0a  4d 49 4d 45 2d 46 41 46  |t/plain.MIME-FAF|
00000a20  3a 74 65 78 74 2f 68 74  6d 6c 0a 0a 4d 49 4d 45  |:text/html..MIME|
00000a30  2d 46 46 39 3a 69 6d 61  67 65 2f 78 2d 72 69 73  |-FF9:image/x-ris|
00000a40  63 6f 73 2d 73 70 72 69  74 65 0a 4d 49 4d 45 2d  |cos-sprite.MIME-|
00000a50  46 46 30 3a 69 6d 61 67  65 2f 74 69 66 66 0a 4d  |FF0:image/tiff.M|
00000a60  49 4d 45 2d 46 43 39 3a  69 6d 61 67 65 2f 78 2d  |IME-FC9:image/x-|
00000a70  63 6d 75 2d 72 61 73 74  65 72 0a 4d 49 4d 45 2d  |cmu-raster.MIME-|
00000a80  43 38 35 3a 69 6d 61 67  65 2f 6a 70 65 67 0a 4d  |C85:image/jpeg.M|
00000a90  49 4d 45 2d 42 36 30 3a  69 6d 61 67 65 2f 70 6e  |IME-B60:image/pn|
00000aa0  67 0a 4d 49 4d 45 2d 42  36 31 3a 69 6d 61 67 65  |g.MIME-B61:image|
00000ab0  2f 78 2d 78 62 69 74 6d  61 70 0a 4d 49 4d 45 2d  |/x-xbitmap.MIME-|
00000ac0  36 39 45 3a 69 6d 61 67  65 2f 78 2d 70 6f 72 74  |69E:image/x-port|
00000ad0  61 62 6c 65 2d 61 6e 79  6d 61 70 0a 4d 49 4d 45  |able-anymap.MIME|
00000ae0  2d 36 39 35 3a 69 6d 61  67 65 2f 67 69 66 0a 4d  |-695:image/gif.M|
00000af0  49 4d 45 2d 33 30 31 3a  69 6d 61 67 65 2f 78 2d  |IME-301:image/x-|
00000b00  78 70 69 78 6d 61 70 0a  0a 4d 49 4d 45 2d 46 42  |xpixmap..MIME-FB|
00000b10  32 3a 76 69 64 65 6f 2f  71 75 69 63 6b 74 69 6d  |2:video/quicktim|
00000b20  65 0a 4d 49 4d 45 2d 42  46 38 3a 76 69 64 65 6f  |e.MIME-BF8:video|
00000b30  2f 6d 70 65 67 0a 4d 49  4d 45 2d 41 45 37 3a 76  |/mpeg.MIME-AE7:v|
00000b40  69 64 65 6f 2f 61 72 6d  6f 76 69 65 0a 0a 4d 49  |ideo/armovie..MI|
00000b50  4d 45 2d 46 43 32 3a 61  75 64 69 6f 2f 78 2d 61  |ME-FC2:audio/x-a|
00000b60  69 66 66 0a 23 4d 49 4d  45 2d 46 42 32 3a 61 75  |iff.#MIME-FB2:au|
00000b70  64 69 6f 2f 78 2d 61 76  69 0a 4d 49 4d 45 2d 46  |dio/x-avi.MIME-F|
00000b80  42 31 3a 61 75 64 69 6f  2f 78 2d 77 61 76 0a 4d  |B1:audio/x-wav.M|
00000b90  49 4d 45 2d 45 44 30 3a  61 75 64 69 6f 2f 62 61  |IME-ED0:audio/ba|
00000ba0  73 69 63 0a 0a 4d 49 4d  45 2d 44 44 43 3a 61 70  |sic..MIME-DDC:ap|
00000bb0  70 6c 69 63 61 74 69 6f  6e 2f 78 2d 73 70 61 72  |plication/x-spar|
00000bc0  6b 69 76 65 0a 4d 49 4d  45 2d 33 46 42 3a 61 70  |kive.MIME-3FB:ap|
00000bd0  70 6c 69 63 61 74 69 6f  6e 2f 78 2d 61 72 63 66  |plication/x-arcf|
00000be0  73 0a 4d 49 4d 45 2d 33  44 44 3a 61 70 70 6c 69  |s.MIME-3DD:appli|
00000bf0  63 61 74 69 6f 6e 2f 78  2d 7a 69 70 0a 0a 4d 49  |cation/x-zip..MI|
00000c00  4d 45 2d 46 46 35 3a 61  70 70 6c 69 63 61 74 69  |ME-FF5:applicati|
00000c10  6f 6e 2f 70 6f 73 74 73  63 72 69 70 74 0a 4d 49  |on/postscript.MI|
00000c20  4d 45 2d 43 45 35 3a 61  70 70 6c 69 63 61 74 69  |ME-CE5:applicati|
00000c30  6f 6e 2f 78 2d 74 65 78  0a 4d 49 4d 45 2d 43 45  |on/x-tex.MIME-CE|
00000c40  34 3a 61 70 70 6c 69 63  61 74 69 6f 6e 2f 78 2d  |4:application/x-|
00000c50  64 76 69 0a 4d 49 4d 45  2d 43 34 36 3a 61 70 70  |dvi.MIME-C46:app|
00000c60  6c 69 63 61 74 69 6f 6e  2f 78 2d 74 61 72 0a 4d  |lication/x-tar.M|
00000c70  49 4d 45 2d 32 41 38 3a  61 70 70 6c 69 63 61 74  |IME-2A8:applicat|
00000c80  69 6f 6e 2f 78 2d 6c 61  74 65 78 0a 4d 49 4d 45  |ion/x-latex.MIME|
00000c90  2d 32 41 37 3a 61 70 70  6c 69 63 61 74 69 6f 6e  |-2A7:application|
00000ca0  2f 78 2d 74 65 78 0a 0a  4d 49 4d 45 2d 46 46 42  |/x-tex..MIME-FFB|
00000cb0  3a 61 70 70 6c 69 63 61  74 69 6f 6e 2f 78 2d 62  |:application/x-b|
00000cc0  62 63 2d 62 61 73 69 63  0a 0a 0a 23 20 43 6f 6e  |bc-basic...# Con|
00000cd0  74 65 6e 74 2d 54 79 70  65 20 74 6f 20 46 69 6c  |tent-Type to Fil|
00000ce0  65 20 74 79 70 65 0a 23  0a 4d 49 4d 45 2d 74 65  |e type.#.MIME-te|
00000cf0  78 74 2d 70 6c 61 69 6e  3a 46 46 46 0a 4d 49 4d  |xt-plain:FFF.MIM|
00000d00  45 2d 74 65 78 74 2d 68  74 6d 6c 3a 46 41 46 0a  |E-text-html:FAF.|
00000d10  0a 4d 49 4d 45 2d 69 6d  61 67 65 2d 78 2d 72 69  |.MIME-image-x-ri|
00000d20  73 63 6f 73 2d 73 70 72  69 74 65 3a 46 46 39 0a  |scos-sprite:FF9.|
00000d30  4d 49 4d 45 2d 69 6d 61  67 65 2d 74 69 66 66 3a  |MIME-image-tiff:|
00000d40  46 46 30 0a 4d 49 4d 45  2d 69 6d 61 67 65 2d 78  |FF0.MIME-image-x|
00000d50  2d 63 6d 75 2d 72 61 73  74 65 72 3a 46 43 39 0a  |-cmu-raster:FC9.|
00000d60  4d 49 4d 45 2d 69 6d 61  67 65 2d 6a 70 65 67 3a  |MIME-image-jpeg:|
00000d70  43 38 35 0a 4d 49 4d 45  2d 69 6d 61 67 65 2d 70  |C85.MIME-image-p|
00000d80  6e 67 3a 42 36 30 0a 4d  49 4d 45 2d 69 6d 61 67  |ng:B60.MIME-imag|
00000d90  65 2d 78 2d 78 62 69 74  6d 61 70 3a 42 36 31 0a  |e-x-xbitmap:B61.|
00000da0  4d 49 4d 45 2d 69 6d 61  67 65 2d 78 2d 70 6f 72  |MIME-image-x-por|
00000db0  74 61 62 6c 65 2d 61 6e  79 6d 61 70 3a 36 39 45  |table-anymap:69E|
00000dc0  0a 4d 49 4d 45 2d 69 6d  61 67 65 2d 67 69 66 3a  |.MIME-image-gif:|
00000dd0  36 39 35 0a 4d 49 4d 45  2d 69 6d 61 67 65 2d 78  |695.MIME-image-x|
00000de0  2d 78 70 69 78 6d 61 70  3a 33 30 31 0a 0a 4d 49  |-xpixmap:301..MI|
00000df0  4d 45 2d 76 69 64 65 6f  2d 71 75 69 63 6b 74 69  |ME-video-quickti|
00000e00  6d 65 3a 46 42 32 0a 4d  49 4d 45 2d 76 69 64 65  |me:FB2.MIME-vide|
00000e10  6f 2d 6d 70 65 67 3a 42  46 38 0a 4d 49 4d 45 2d  |o-mpeg:BF8.MIME-|
00000e20  76 69 64 65 6f 2d 61 72  6d 6f 76 69 65 3a 41 45  |video-armovie:AE|
00000e30  37 0a 0a 4d 49 4d 45 2d  61 75 64 69 6f 2d 78 2d  |7..MIME-audio-x-|
00000e40  61 69 66 66 3a 46 43 32  0a 23 4d 49 4d 45 2d 61  |aiff:FC2.#MIME-a|
00000e50  75 64 69 6f 2d 78 2d 61  76 69 3a 46 42 32 0a 4d  |udio-x-avi:FB2.M|
00000e60  49 4d 45 2d 61 75 64 69  6f 2d 78 2d 77 61 76 3a  |IME-audio-x-wav:|
00000e70  46 42 31 0a 4d 49 4d 45  2d 61 75 64 69 6f 2d 62  |FB1.MIME-audio-b|
00000e80  61 73 69 63 3a 45 44 30  0a 0a 4d 49 4d 45 2d 61  |asic:ED0..MIME-a|
00000e90  70 70 6c 69 63 61 74 69  6f 6e 2d 78 2d 73 70 61  |pplication-x-spa|
00000ea0  72 6b 69 76 65 3a 44 44  43 0a 4d 49 4d 45 2d 61  |rkive:DDC.MIME-a|
00000eb0  70 70 6c 69 63 61 74 69  6f 6e 2d 78 2d 61 72 63  |pplication-x-arc|
00000ec0  66 73 3a 33 46 42 0a 4d  49 4d 45 2d 61 70 70 6c  |fs:3FB.MIME-appl|
00000ed0  69 63 61 74 69 6f 6e 2d  78 2d 7a 69 70 3a 33 44  |ication-x-zip:3D|
00000ee0  44 0a 0a 4d 49 4d 45 2d  61 70 70 6c 69 63 61 74  |D..MIME-applicat|
00000ef0  69 6f 6e 2d 70 6f 73 74  73 63 72 69 70 74 3a 46  |ion-postscript:F|
00000f00  46 35 0a 4d 49 4d 45 2d  61 70 70 6c 69 63 61 74  |F5.MIME-applicat|
00000f10  69 6f 6e 2d 78 2d 74 65  78 3a 43 45 35 0a 4d 49  |ion-x-tex:CE5.MI|
00000f20  4d 45 2d 61 70 70 6c 69  63 61 74 69 6f 6e 2d 78  |ME-application-x|
00000f30  2d 64 76 69 3a 43 45 34  0a 4d 49 4d 45 2d 61 70  |-dvi:CE4.MIME-ap|
00000f40  70 6c 69 63 61 74 69 6f  6e 2d 78 2d 74 61 72 3a  |plication-x-tar:|
00000f50  43 34 36 0a 4d 49 4d 45  2d 61 70 70 6c 69 63 61  |C46.MIME-applica|
00000f60  74 69 6f 6e 2d 78 2d 6c  61 74 65 78 3a 32 41 38  |tion-x-latex:2A8|
00000f70  0a 4d 49 4d 45 2d 61 70  70 6c 69 63 61 74 69 6f  |.MIME-applicatio|
00000f80  6e 2d 78 2d 74 65 78 3a  32 41 37 0a 0a 4d 49 4d  |n-x-tex:2A7..MIM|
00000f90  45 2d 61 70 70 6c 69 63  61 74 69 6f 6e 2d 78 2d  |E-application-x-|
00000fa0  62 62 63 2d 62 61 73 69  63 3a 46 46 42 0a 0a 23  |bbc-basic:FFB..#|
00000fb0  20 53 65 72 76 65 72 20  52 65 70 6f 72 74 73 0a  | Server Reports.|
00000fc0  23 0a 23 20 54 68 69 73  20 69 73 20 6e 6f 74 20  |#.# This is not |
00000fd0  74 68 65 20 63 6f 6d 70  6c 65 74 65 20 73 65 74  |the complete set|
00000fe0  20 6f 66 20 48 54 54 50  20 72 65 73 70 6f 6e 73  | of HTTP respons|
00000ff0  65 73 2e 0a 23 0a 0a 23  20 53 75 63 63 65 73 73  |es..#..# Success|
00001000  66 75 6c 20 32 78 78 0a  23 0a 54 32 30 30 3a 4f  |ful 2xx.#.T200:O|
00001010  4b 0a 4d 32 30 30 3a 54  68 65 20 72 65 71 75 65  |K.M200:The reque|
00001020  73 74 20 68 61 73 20 73  75 63 63 65 65 64 65 64  |st has succeeded|
00001030  2e 0a 0a 54 32 30 31 3a  43 72 65 61 74 65 64 0a  |...T201:Created.|
00001040  4d 32 30 31 3a 54 68 65  20 72 65 71 75 65 73 74  |M201:The request|
00001050  20 68 61 73 20 62 65 65  6e 20 66 75 6c 66 69 6c  | has been fulfil|
00001060  6c 65 64 20 69 6e 20 61  20 6e 65 77 20 72 65 73  |led in a new res|
00001070  6f 75 72 63 65 20 62 65  69 6e 67 20 63 72 65 61  |ource being crea|
00001080  74 65 64 2e 0a 0a 23 20  52 65 64 69 72 65 63 74  |ted...# Redirect|
00001090  69 6f 6e 20 33 78 78 0a  23 0a 54 33 30 31 3a 4d  |ion 3xx.#.T301:M|
000010a0  6f 76 65 64 20 50 65 72  6d 61 6e 65 6e 74 6c 79  |oved Permanently|
000010b0  0a 4d 33 30 31 3a 54 68  65 20 72 65 71 75 65 73  |.M301:The reques|
000010c0  74 65 64 20 55 52 4c 20  69 73 20 6e 6f 20 6c 6f  |ted URL is no lo|
000010d0  6e 67 65 72 20 61 76 61  69 6c 61 62 6c 65 20 61  |nger available a|
000010e0  74 20 74 68 69 73 20 6c  6f 63 61 74 69 6f 6e 2e  |t this location.|
000010f0  20 20 49 74 20 63 61 6e  20 6e 6f 77 20 62 65 20  |  It can now be |
00001100  66 6f 75 6e 64 20 61 74  20 3c 41 20 48 52 45 46  |found at <A HREF|
00001110  3d 22 25 30 22 3e 25 30  3c 2f 41 3e 2e 0a 0a 54  |="%0">%0</A>...T|
00001120  33 30 32 3a 4d 6f 76 65  64 20 54 65 6d 70 6f 72  |302:Moved Tempor|
00001130  61 72 69 6c 79 0a 4d 33  30 32 3a 54 68 65 20 72  |arily.M302:The r|
00001140  65 71 75 65 73 74 65 64  20 55 52 4c 20 69 73 20  |equested URL is |
00001150  74 65 6d 70 6f 72 61 72  69 6c 79 20 75 6e 61 76  |temporarily unav|
00001160  61 69 6c 61 62 6c 65 20  61 74 20 74 68 69 73 20  |ailable at this |
00001170  6c 6f 63 61 74 69 6f 6e  2e 20 20 49 74 20 63 61  |location.  It ca|
00001180  6e 20 6e 6f 77 20 62 65  20 66 6f 75 6e 64 20 61  |n now be found a|
00001190  74 20 3c 41 20 48 52 45  46 3d 22 25 30 22 3e 25  |t <A HREF="%0">%|
000011a0  30 3c 2f 41 3e 2e 0a 0a  54 33 30 33 3a 53 65 65  |0</A>...T303:See|
000011b0  20 4f 74 68 65 72 0a 4d  33 30 33 3a 54 68 65 20  | Other.M303:The |
000011c0  72 65 73 70 6f 6e 73 65  20 74 6f 20 74 68 65 20  |response to the |
000011d0  72 65 71 75 65 73 74 20  63 61 6e 20 62 65 20 66  |request can be f|
000011e0  6f 75 6e 64 20 75 6e 64  65 72 20 61 20 64 69 66  |ound under a dif|
000011f0  66 65 72 65 6e 74 20 55  52 49 2e 0a 0a 54 33 30  |ferent URI...T30|
00001200  34 3a 4e 6f 74 20 4d 6f  64 69 66 69 65 64 0a 4d  |4:Not Modified.M|
00001210  33 30 34 3a 54 68 65 20  72 65 71 75 65 73 74 65  |304:The requeste|
00001220  64 20 55 52 4c 20 68 61  73 20 6e 6f 74 20 62 65  |d URL has not be|
00001230  65 6e 20 6d 6f 64 69 66  69 65 64 20 73 69 6e 63  |en modified sinc|
00001240  65 20 74 68 65 20 73 70  65 63 69 66 69 65 64 20  |e the specified |
00001250  64 61 74 65 2e 0a 0a 23  20 43 6c 69 65 6e 74 20  |date...# Client |
00001260  45 72 72 6f 72 73 20 34  78 78 0a 23 0a 54 34 30  |Errors 4xx.#.T40|
00001270  30 3a 42 61 64 20 52 65  71 75 65 73 74 0a 4d 34  |0:Bad Request.M4|
00001280  30 30 3a 59 6f 75 72 20  63 6c 69 65 6e 74 20 73  |00:Your client s|
00001290  65 6e 74 20 61 20 71 75  65 72 79 20 74 68 61 74  |ent a query that|
000012a0  20 74 68 65 20 73 65 72  76 65 72 20 63 6f 75 6c  | the server coul|
000012b0  64 20 6e 6f 74 20 75 6e  64 65 72 73 74 61 6e 64  |d not understand|
000012c0  2e 0a 0a 54 34 30 31 3a  55 6e 61 75 74 68 6f 72  |...T401:Unauthor|
000012d0  69 7a 65 64 0a 4d 34 30  31 3a 54 68 65 20 73 65  |ized.M401:The se|
000012e0  72 76 65 72 20 63 6f 75  6c 64 20 6e 6f 74 20 76  |rver could not v|
000012f0  65 72 69 66 79 20 74 68  61 74 20 79 6f 75 20 61  |erify that you a|
00001300  72 65 20 61 75 74 68 6f  72 69 7a 65 64 20 74 6f  |re authorized to|
00001310  20 61 63 63 65 73 73 20  74 68 65 20 64 6f 63 75  | access the docu|
00001320  6d 65 6e 74 20 79 6f 75  20 72 65 71 75 65 73 74  |ment you request|
00001330  65 64 2e 0a 0a 54 34 30  33 3a 46 6f 72 62 69 64  |ed...T403:Forbid|
00001340  64 65 6e 0a 4d 34 30 33  3a 59 6f 75 72 20 63 6c  |den.M403:Your cl|
00001350  69 65 6e 74 20 64 6f 65  73 20 6e 6f 74 20 68 61  |ient does not ha|
00001360  76 65 20 70 65 72 6d 69  73 73 69 6f 6e 20 74 6f  |ve permission to|
00001370  20 61 63 63 65 73 73 20  74 68 61 74 20 55 52 4c  | access that URL|
00001380  2e 0a 0a 54 34 30 34 3a  4e 6f 74 20 46 6f 75 6e  |...T404:Not Foun|
00001390  64 0a 4d 34 30 34 3a 54  68 65 20 72 65 71 75 65  |d.M404:The reque|
000013a0  73 74 65 64 20 55 52 4c  20 77 61 73 20 6e 6f 74  |sted URL was not|
000013b0  20 66 6f 75 6e 64 20 6f  6e 20 74 68 69 73 20 73  | found on this s|
000013c0  65 72 76 65 72 2e 0a 0a  54 34 30 35 3a 4d 65 74  |erver...T405:Met|
000013d0  68 6f 64 20 4e 6f 74 20  41 6c 6c 6f 77 65 64 0a  |hod Not Allowed.|
000013e0  4d 34 30 35 3a 54 68 65  20 6d 65 74 68 6f 64 20  |M405:The method |
000013f0  73 70 65 63 69 66 69 65  64 20 69 73 20 6e 6f 74  |specified is not|
00001400  20 61 6c 6c 6f 77 65 64  20 66 6f 72 20 74 68 65  | allowed for the|
00001410  20 72 65 73 6f 75 72 63  65 20 69 64 65 6e 74 69  | resource identi|
00001420  66 69 65 64 2e 0a 0a 54  34 30 38 3a 52 65 71 75  |fied...T408:Requ|
00001430  65 73 74 20 54 69 6d 65  6f 75 74 0a 4d 34 30 38  |est Timeout.M408|
00001440  3a 59 6f 75 72 20 63 6c  69 65 6e 74 20 64 69 64  |:Your client did|
00001450  20 6e 6f 74 20 70 72 6f  64 75 63 65 20 61 20 72  | not produce a r|
00001460  65 71 75 65 73 74 20 77  69 74 68 69 6e 20 74 68  |equest within th|
00001470  65 20 74 69 6d 65 20 74  68 61 74 20 74 68 65 20  |e time that the |
00001480  73 65 72 76 65 72 20 77  61 73 20 70 72 65 70 61  |server was prepa|
00001490  72 65 64 20 74 6f 20 77  61 69 74 2e 0a 0a 54 34  |red to wait...T4|
000014a0  31 30 3a 47 6f 6e 65 0a  4d 34 31 30 3a 54 68 65  |10:Gone.M410:The|
000014b0  20 72 65 71 75 65 73 74  65 64 20 72 65 73 6f 75  | requested resou|
000014c0  72 63 65 20 69 73 20 6e  6f 20 6c 6f 6e 67 65 72  |rce is no longer|
000014d0  20 61 76 61 69 6c 61 62  6c 65 20 61 74 20 74 68  | available at th|
000014e0  65 20 73 65 72 76 65 72  20 61 6e 64 20 6e 6f 20  |e server and no |
000014f0  66 6f 72 77 61 72 64 69  6e 67 20 61 64 64 72 65  |forwarding addre|
00001500  73 73 20 69 73 20 6b 6e  6f 77 6e 2e 0a 0a 54 34  |ss is known...T4|
00001510  31 31 3a 4c 65 6e 67 74  68 20 52 65 71 75 69 72  |11:Length Requir|
00001520  65 64 0a 4d 34 31 31 3a  54 68 65 20 73 65 72 76  |ed.M411:The serv|
00001530  65 72 20 72 65 66 75 73  65 73 20 74 6f 20 61 63  |er refuses to ac|
00001540  63 65 70 74 20 74 68 65  20 72 65 71 75 65 73 74  |cept the request|
00001550  20 77 69 74 68 6f 75 74  20 61 20 64 65 66 69 6e  | without a defin|
00001560  65 64 20 43 6f 6e 74 65  6e 74 2d 4c 65 6e 67 74  |ed Content-Lengt|
00001570  68 2e 0a 0a 54 34 31 33  3a 52 65 71 75 65 73 74  |h...T413:Request|
00001580  20 45 6e 74 69 74 79 20  54 6f 6f 20 4c 61 72 67  | Entity Too Larg|
00001590  65 0a 4d 34 31 33 3a 54  68 65 20 73 65 72 76 65  |e.M413:The serve|
000015a0  72 20 69 73 20 72 65 66  75 73 69 6e 67 20 74 6f  |r is refusing to|
000015b0  20 70 72 6f 63 65 73 73  20 61 20 72 65 71 75 65  | process a reque|
000015c0  73 74 20 62 65 63 61 75  73 65 20 69 74 20 63 6f  |st because it co|
000015d0  6e 73 69 64 65 72 73 20  74 68 65 20 72 65 71 75  |nsiders the requ|
000015e0  65 73 74 20 65 6e 74 69  74 79 20 74 6f 20 62 65  |est entity to be|
000015f0  20 6c 61 72 67 65 72 20  74 68 61 6e 20 69 74 20  | larger than it |
00001600  69 73 20 77 69 6c 6c 69  6e 67 20 6f 72 20 61 62  |is willing or ab|
00001610  6c 65 20 74 6f 20 70 72  6f 63 65 73 73 2e 0a 0a  |le to process...|
00001620  54 34 31 34 3a 52 65 71  75 65 73 74 2d 55 52 49  |T414:Request-URI|
00001630  20 54 6f 6f 20 4c 6f 6e  67 0a 4d 34 31 34 3a 54  | Too Long.M414:T|
00001640  68 65 20 73 65 72 76 65  72 20 69 73 20 72 65 66  |he server is ref|
00001650  75 73 69 6e 67 20 74 6f  20 73 65 72 76 69 63 65  |using to service|
00001660  20 74 68 65 20 72 65 71  75 65 73 74 20 62 65 63  | the request bec|
00001670  61 75 73 65 20 74 68 65  20 52 65 71 75 65 73 74  |ause the Request|
00001680  2d 55 52 49 20 69 73 20  6c 6f 6e 67 65 72 20 74  |-URI is longer t|
00001690  68 61 6e 20 74 68 65 20  73 65 72 76 65 72 20 69  |han the server i|
000016a0  73 20 77 69 6c 6c 69 6e  67 20 74 6f 20 69 6e 74  |s willing to int|
000016b0  65 72 70 72 65 74 2e 0a  0a 23 20 53 65 72 76 65  |erpret...# Serve|
000016c0  72 20 45 72 72 6f 72 73  20 35 78 78 0a 23 0a 54  |r Errors 5xx.#.T|
000016d0  35 30 30 3a 49 6e 74 65  72 6e 61 6c 20 53 65 72  |500:Internal Ser|
000016e0  76 65 72 20 45 72 72 6f  72 0a 4d 35 30 30 3a 54  |ver Error.M500:T|
000016f0  68 65 20 73 65 72 76 65  72 20 65 6e 63 6f 75 6e  |he server encoun|
00001700  74 65 72 65 64 20 61 6e  20 75 6e 65 78 70 65 63  |tered an unexpec|
00001710  74 65 64 20 63 6f 6e 64  69 74 69 6f 6e 20 77 68  |ted condition wh|
00001720  69 63 68 20 70 72 65 76  65 6e 74 65 64 20 69 74  |ich prevented it|
00001730  20 66 72 6f 6d 20 66 75  6c 66 69 6c 6c 69 6e 67  | from fulfilling|
00001740  20 74 68 65 20 72 65 71  75 65 73 74 2e 0a 0a 54  | the request...T|
00001750  35 30 31 3a 4e 6f 74 20  49 6d 70 6c 65 6d 65 6e  |501:Not Implemen|
00001760  74 65 64 0a 4d 35 30 31  3a 54 68 65 20 73 65 72  |ted.M501:The ser|
00001770  76 65 72 20 64 6f 65 73  20 6e 6f 74 20 73 75 70  |ver does not sup|
00001780  70 6f 72 74 20 74 68 65  20 66 75 6e 63 74 69 6f  |port the functio|
00001790  6e 61 6c 69 74 79 20 72  65 71 75 69 72 65 64 20  |nality required |
000017a0  74 6f 20 66 75 6c 66 69  6c 6c 20 74 68 65 20 72  |to fulfill the r|
000017b0  65 71 75 65 73 74 2e 0a                           |equest..|
000017b8