3 http_status \- HTTP status numbers and their meanings
5 These are the HTTP status numbers defined in
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.
14 HTTP_STATUS_CREATED 201
16 HTTP_STATUS_ACCEPTED 202
18 HTTP_STATUS_NO_CONTENT 204
20 HTTP_STATUS_MOVED_PERM 301
22 HTTP_STATUS_MOVED_TEMP 302
24 HTTP_STATUS_NOT_MODIFIED 304
26 HTTP_STATUS_USE_PROXY 305
28 HTTP_STATUS_BAD_REQUEST 400
30 HTTP_STATUS_UNAUTHORIZED 401
32 HTTP_STATUS_FORBIDDEN 403
34 HTTP_STATUS_NOT_FOUND 404
36 HTTP_STATUS_METHOD_NOT_ALLOWED 405
38 HTTP_STATUS_PROXY_AUTH_REQRD 407
40 HTTP_STATUS_LENGTH_REQUIRED 411
42 HTTP_STATUS_SERVER_ERROR 500
44 HTTP_STATUS_NOT_IMPLEMENTED 501
46 HTTP_STATUS_BAD_GATEWAY 502
48 HTTP_STATUS_SERVICE_UNAVAILABLE 503
50 HTTP_STATUS_GATEWAY_TIMEOUT 504
52 HTTP_STATUS_UNSUPPORTED_VERSION 505
57 .B /usr/local/src/httpdxxx/http.h
59 The definitive source of information on the HTTP protocol is the
60 .B "World Wide Web Consortium"
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.woodhull.com/http11.html#Status-Codes
68 The Minix httpd server was created by and is maintained by Michael Temari
71 Man page compiled by Al Woodhull <asw@woodhull.com>