The Apache server saves diagnostic information and error messages that it encounters while processing requests. The default path of this file is usr/local/apache/ logs/error.log in Linux. Identify the Apache error log from the following logs.
A.
http://victim.com/scripts/..%c0%af../..%c0%af../..%c0%af../..%c0%af../..%c0%af../..%c0%af../..% c0%af../..%c0%af../winnt/system32/cmd.exe?/c+dir+C:\Winnt \system32\Logfiles\W3SVC1
B.
[Wed Oct 11 14:32:52 2000] [error] [client 127.0.0.1] client denied by server configuration: /export/home/live/ap/htdocs/test
C.
127.0.0.1 - frank [10/Oct/2000:13:55:36 -0700]"GET /apache_pb.gif HTTP/1.0" 200 2326
Among the provided options, the Apache error log is:
B. [Wed Oct 11 14:32:52 2000] [error] [client 127.0.0.1] client denied by server configuration: /export/home/live/ap/htdocs/test
This entry indicates an error message generated by the Apache server, showing the date and time, the error type, and a description of the error.
Here’s a brief overview of the options:
A. This entry appears to be a log showing an attempted directory traversal attack, which is not an error log but rather a potential security issue.
C. This entry shows an access log format, indicating a successful request and response details, not an error.
D. This entry also appears to be an access log format, not an error log, as it does not contain an error message but rather a successful request.
I had trouble with this question. I think the questions focusses on you differentiating between the error and access log of Apache. B is indeed the error log.
upvoted 1 times
...
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.
aqeel1506
4 months agozybr
1 year, 4 months ago