source: trunk/minix/commands/httpd/http_status.5@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

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