C:php.ini
CEH Book v12 Module 13 Page 1163
"As shown in the below figure, the configuration may give verbose error messages. "
"Figure 13.12: Screenshot displaying the php.ini file"
display_errors = on
The display_errors directive must be set to “on” in the PHP ini file. This will display all the errors including syntax or parse errors that cannot be displayed by just calling the ini_set function in the PHP code.
So, while httpd.conf and php.ini are valid answers, in the context of verbose error messages, php.ini would be a more direct source of such information because it controls the output of errors in PHP, which is a common language for web applications. Verbose error messages can reveal paths, database details, and other sensitive information that can be exploited by a hacker.
Correct Answer is C
httpd.conf refers to the configuration may allow anyone to view the server status page, which contains detailed information about the current use of the web server, including information about the current hosts and requests being processed.
php.ini refers to the configuration may give verbose error messaget
A. httpd.conf
While files such as php.ini (which can also contain sensitive configuration information for PHP-based web applications) can also be misconfigured and provide useful information to attackers, httpd.conf is generally considered to be the most commonly targeted file for this purpose, due to the widespread use of the Apache web server.
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.
sausageman
Highly Voted 1 year, 6 months agoMann098
Most Recent 3 months, 3 weeks agobrrbrr
8 months agoinsaniunt
11 months agoHarrysphills
11 months, 3 weeks agoHarrysphills
11 months, 3 weeks agoTakue
1 year, 1 month agokapen
1 year, 3 months agonaija4life
1 year, 3 months agoaukaaya
1 year, 6 months agojeremy13
1 year, 6 months agoeli117
1 year, 6 months ago