How to modify the header information returned by Apache
Source: Internet
Author: User
Article Title: how to modify the header information returned by Apache. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Problem Analysis: When the client is connected to the Apache server, Apache generally returns the server version, non-default module, and other information, such:
Server: Apache/1.3.26 (Unix) mod_perl/1.26.
Solution:
You can make the following settings in the Apache configuration file to minimize the server information it returns:
ServerTokens Prod
Note:
After this configuration, Apache will return certain server information, such:
Server: Apache
However, this does not affect server security too much, because many scanning software does not check the header information returned by your server when scanning. If you want to change the information returned by the server:
Server: It iS a nOnE-aPaCHe Server
Then you have to modify the source code.
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.