Home » » Apache Http Status Code

Apache Http Status Code

Written By 1 on Monday, October 10, 2011 | 11:07 PM

Similar to any other web server, Apache writes or records it`s activities into a Log File, where it logs every request it processes and the error messages or abnormal conditions during the request processing.
A user can look at the Http status code for the information about the activity in the logs files. In this section, we are going to see the list of "Http Status Code" with the information on what these status code means.
Status CodeInformation
100To Continue
101Protocol Switching
200Things are "OK"
201Created
202Accepted
203Information without authorization
204No Content
205Content Reset
206Partial Content
300Multiple Choices
301Permanently Moved
302Found
303Look for Others
304Not Modified
305Use Proxy
307Temporary Redirection
400Bad Request
401You are not Authorized.
402Payment Required
403Forbidden
404Not Found
405Method Not Allowed
406Not acceptable
407Proxy authentication required
408Request Timeout
409Conflict between requests
410Gone
411Length is Required
412Pre-condition Failure
413Request is Large
414Request URI is Long
415Media type is Unsupported
416Range requested cannot be satisfied
417Failed Expectations
500Internal Server Error
501Not implemented
502Bad Gateway
503Service unavailable
504Gateway timeout
505HTTP version not supported

0 Comment:

Post a Comment