The HTTP 200 OK success status response code indicates that the request has succeeded.
The meaning of a success depends on the HTTP request method:
GET: The resource has been fetched and is transmitted in the message body.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/200
So we stay between "B" and "C".
Anybody can explain why "C" is correct?
"C" is correct.
Apache log format: LogFormat "%h %l %u %t \"%r\" %>s %b"
Now let's break down what each section of that log means.
%h The IP address of the client.
%l The identity of the client determined by identd on the client's machine. Will return a hyphen (-) if this information is not available.
%u The userid of the client if the request was authenticated.
%t The time that the request was received.
\"%r\" The request line that includes the HTTP method used, the requested resource path, and the HTTP protocol that the client used.
%>s The status code that the server sends back to the client.
%b The size of the object requested.
Pay attention at \"%r\". The resource path is "-" that means "empty". So, the root of the site was requested.
upvoted 29 times
...
...
This section is not available anymore. Please use the main Exam Page.200-201 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Eng_ahmedyoussef
7 months, 3 weeks agoCiscoTerminator
1 year, 8 months agoHarryPotter69
1 year, 8 months agoanonymous1966
1 year, 8 months agoanonymous1966
1 year, 8 months ago