PHP: Modify the php.ini to reach the blocking program's exception information

Source: Internet
Author: User
PHP: Modify php.ini to reach the blocking program error message
provide a little information to you:

display_errors = on

PHP default is open error Information shown, we changed it to:


Display_errors = Off

when the error display is turned off, the PHP function execution error message will no longer be displayed to User , which prevents attackers from knowing the physical location of the script and some other useful information, at least to the attacker's black-box detection, to some extent. These error messages may be useful to us and can be written to the specified file, so modify the following:


Log_errors = Off

instead:

L og_errors = on

and specify the file, locate the following line:

; error_log = filename

Remove the previous; note to change the filename to a specified file, such as/usr/local/apache/logs/php_error.log

error_log =/usr/local/apache/logs/php_error.log

all errors will be written in the Php_error.log file.



  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.