diff options
Diffstat (limited to 'usr.sbin/httpd/conf/httpd.conf')
-rw-r--r-- | usr.sbin/httpd/conf/httpd.conf | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.sbin/httpd/conf/httpd.conf b/usr.sbin/httpd/conf/httpd.conf index 450f1c0f265..519f6012dd6 100644 --- a/usr.sbin/httpd/conf/httpd.conf +++ b/usr.sbin/httpd/conf/httpd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: httpd.conf,v 1.19 2006/02/22 15:07:12 henning Exp $ +# $OpenBSD: httpd.conf,v 1.20 2007/03/22 20:08:18 pyr Exp $ # # Based upon the NCSA server configuration files originally by Rob McCool. # @@ -49,6 +49,13 @@ ServerType standalone # +# ServerTokens is either Full, OS, Minimal, or ProductOnly. +# The values define what version information is returned in the +# Server header in HTTP responses. +# +# ServerTokens ProductOnly + +# # ServerRoot: The top of the directory tree under which the server's # configuration, error, and log files are kept. # @@ -573,7 +580,7 @@ CustomLog logs/access_log common # Set to "EMail" to also include a mailto: link to the ServerAdmin. # Set to one of: On | Off | EMail # -ServerSignature On +# ServerSignature Off # # Aliases: Add here as many aliases as you need (with no limit). The format is |