Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ServerSignature? #58

Closed
mathiasbynens opened this issue Feb 10, 2015 · 1 comment
Closed

Add ServerSignature? #58

mathiasbynens opened this issue Feb 10, 2015 · 1 comment
Labels
enhancement New feature or request

Comments

@mathiasbynens
Copy link
Member

This is what the default /etc/apache2/conf.d/security file says:

#
# Optionally add a line containing the server version and virtual host
# name to server-generated pages (internal error documents, FTP directory
# listings, mod_status and mod_info output etc., but not CGI generated
# documents or custom error documents).
# Set to "EMail" to also include a mailto: link to the ServerAdmin.
# Set to one of:  On | Off | EMail
#
#ServerSignature Off
ServerSignature On

https://httpd.apache.org/docs/current/mod/core.html#serversignature

It wouldn’t hurt to explicitly add ServerSignature Off to the config (although it is the default value).

@AD7six AD7six added the enhancement New feature or request label Feb 23, 2015
@AD7six
Copy link
Member

AD7six commented Feb 23, 2015

👍

@alrra alrra closed this as completed in 79eb6e0 Mar 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants