Added lance entry to drivers.conf.
[minix3-old.git] / commands / httpd / http_status.5
blob16791155f218df123190e64f89b3b094122cba00
1 .TH HTTP_STATUS 5
2 .SH 
3 http_status \- HTTP status numbers and their meanings
4 .SH DESCRIPTION
5 These are the HTTP status numbers defined in 
6 .BI http.h
7 in the source directory,
8 .BI /usr/local/src/httpdxxx.
9 The message you see on your screen when a page cannot be accessed is 
10 normally generated by your browser.
12 HTTP_STATUS_OK                  200
13 .br
14 HTTP_STATUS_CREATED             201
15 .br
16 HTTP_STATUS_ACCEPTED            202
17 .br
18 HTTP_STATUS_NO_CONTENT          204
19 .br
20 HTTP_STATUS_MOVED_PERM          301
21 .br
22 HTTP_STATUS_MOVED_TEMP          302
23 .br
24 HTTP_STATUS_NOT_MODIFIED        304
25 .br
26 HTTP_STATUS_USE_PROXY           305
27 .br
28 HTTP_STATUS_BAD_REQUEST         400
29 .br
30 HTTP_STATUS_UNAUTHORIZED        401
31 .br
32 HTTP_STATUS_FORBIDDEN           403
33 .br
34 HTTP_STATUS_NOT_FOUND           404
35 .br
36 HTTP_STATUS_METHOD_NOT_ALLOWED  405
37 .br
38 HTTP_STATUS_PROXY_AUTH_REQRD    407
39 .br
40 HTTP_STATUS_LENGTH_REQUIRED     411
41 .br
42 HTTP_STATUS_SERVER_ERROR        500
43 .br
44 HTTP_STATUS_NOT_IMPLEMENTED     501
45 .br
46 HTTP_STATUS_BAD_GATEWAY         502
47 .br
48 HTTP_STATUS_SERVICE_UNAVAILABLE 503
49 .br
50 HTTP_STATUS_GATEWAY_TIMEOUT     504
51 .br
52 HTTP_STATUS_UNSUPPORTED_VERSION 505
53 .br
55 .SH FILES
56 .TP 25n
57 .B /usr/local/src/httpdxxx/http.h 
58 .SH "SEE ALSO"
59 The definitive source of information on the HTTP protocol is the
60 .B "World Wide Web Consortium"  
61 web page at 
62 .B http://www.w3c.org .
64 A draft version of the HTTP 1.1 specification is available on the Minix1
65 websites. For more information on status codes go to this URL:
66 .B http://minix1.hampshire.edu/http11.html#Status-Codes
67 .SH AUTHOR
68 The Minix httpd server was created by and is maintained by Michael Temari 
69 <Michael@TemWare.Com>
70 .br
71 This man page was compiled by Al Woodhull <awoodhull@hampshire.edu>
73 updated 2003-07-06