Linux server administration tips
Sunday, 7 October 2012
Hide the Apache Version via httpd.conf
Open your httpd.conf file using text editor such as vi:
vi httpd.conf
Append/modify config directive as follows:
ServerTokens ProductOnly
ServerSignature Off
Save and close the file. Restart Apache web server:
# /etc/init.d/httpd restart
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment