HTTP Codes
200 OK
- If "force reindex" option is specified in Indexer Options, go to 4.
- Comparing new CRC32 with old one stored in database.
- If CRC32 are the same, next_index_time=Now()+Period, Done.
- Parsing the document, creating word list and adding newly found documents into the database.
- Updating word information in the database.
- Done
304 Not Modified
- next_index_time=now()+Period
- Done
301 - 303
301 Moved Permanently
302 Moved Temporarily
303 See Other
- Deleting word informatuion for the current URL from the database.
- If "DeleteBad yes" deleting this URL from the database.
- If "DeleteBad no" next_index_time=Now()+Period.
- Adding an URL given in "Location:" header into the database.
- Done
300 - 505
300 Multiple Choices
305 Use Proxy (proxy redirect)
400 Bad Request
401 Unauthorized
402 Payment Required
403 Forbidden
404 Not found
405 Method Not Allowed
406 Not Acceptable
407 Proxy Authentication Required
408 Request Timeout
409 Conflict
410 Gone
411 Length Required
412 Precondition Failed
413 Request Entity Too Large
414 Request-URI Too Long
415 Unsupported Media Type
500 Internal Server Error
501 Not Implemented
502 Bad Gateway
505 Protocol Version Not Supported
- Deleting word information for current URL from the database.
- If "DeleteBad yes" deleting this URL from the database.
- If "DeleteBad no" next_index_time=Now()+Period.
- Done.
503, 504
503 Service Unavailable
504 Gateway Timeout
- next_index_time=Now()+Period
- Done
|