312-50V11 · Question #898
what are common files on a web server that can be misconfigured and provide useful Information for a hacker such as verbose error messages?
The correct answer is D. php.ini. The php.ini file may be a special file for PHP. it's where you declare changes to your PHP settings. The server is already configured with standard settings for PHP, which your site will use by default. Unless you would like to vary one or more settings, there's no got to…
Question
what are common files on a web server that can be misconfigured and provide useful Information for a hacker such as verbose error messages?
Options
- Ahttpd.conf
- Badministration.config
- Cidq.dll
- Dphp.ini
How the community answered
(31 responses)- B3% (1)
- C6% (2)
- D90% (28)
Explanation
The php.ini file may be a special file for PHP. it's where you declare changes to your PHP settings. The server is already configured with standard settings for PHP, which your site will use by default. Unless you would like to vary one or more settings, there's no got to create or modify a php.ini file. If you'd wish to make any changes to settings, please do so through the MultiPHP INI
Topics
Community Discussion
No community discussion yet for this question.