win8.1+apache2.4+php5.6.11
Set in Php,ini
error_reporting = E_all
Display_errors = On
However, the Web browser always does not display an error message when it is actually running. The Error.log file in Apache has a record of error messages:
There is no mistake developers, PHP error Reporting can help you to identify and locate these errors, can provide a detailed description of these errors, but if the malicious attackers see, this is not good. It is important not to let the public see
The error reporting function of PHP will help you identify and locate errors. These detailed descriptions provided by PHP may also be seen by malicious attackers. Make the public unable to see the error message...
Error Report
No developer will
Apache configuration file httpd.conf Chinese detailed## The configuration file based on the NCSA server is written by Rob McCool, Longzi translation## Apache Server master configuration file. Includes directory settings for server directives.# More
One, CGI mode installation security
Second, the Apache module to install security
When PHP is installed as an Apache module, it inherits the privileges of the Apache user (usually "nobody"). This has some impact on security and authentication. For
The combination of Chinese and English is really good. I have previously reposted my summary of PHP security programming. Some people say it's an old growth talk. This time, let's look at the works of foreign friends. According to the latest survey,
Tip 1: Use the appropriate error reporting
Generally in the process of website development, many web programmers always forget to make bug reports, which is a huge mistake, because proper error reporting is not only the best debugging tool, but also
As you all know, PHP is already the most popular Web application programming language in the present. But also, like other scripting languages, PHP has several very dangerous security vulnerabilities. So in this tutorial, we'll look at a couple of
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.