How to hide php version information and header version information in the header

Source: Internet
Author: User

How to hide php version information and header version information in the header

Preface

The php-rendered webpage header information contains the php version number, for example, X-Powered-by: php/5.3.3, which is somewhat insecure, some hackers may scan low-version php servers in batches and use php vulnerabilities (such as hash conflicts) to attack servers.

Php. ini has an option to control whether to expose this information, that is:

Expose_php = On

The default value is On. After it is changed to Off, the php version information will not be displayed.

You can also set it in the pool configuration file of php-fpm:

Php_admin_flag [expose_php] = off

Summary

The above is how to hide all the content of the php version in the header information. I hope this article will help you in your need. If you have any questions, please leave a message to discuss it.

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.