summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Fritsch <sf@debian.org>2008-09-04 16:36:36 +0000
committerStefan Fritsch <sf@sfritsch.de>2012-01-02 10:36:57 +0100
commit94990b063ef5e4d095770099716f3486ba9bfa65 (patch)
tree0df46d30592e5f9c6ff8ba30798799455eb790b9
parent902bfcd22bef337817abe16af7cac6c62f58952a (diff)
downloadapache2-94990b063ef5e4d095770099716f3486ba9bfa65.tar.gz
Correct description of ServerTokens in /etc/apache2/conf.d/security
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@805 01b336ce-410b-0410-9a02-a0e7f243c266
-rw-r--r--debian/changelog7
-rw-r--r--debian/config-dir/conf.d/security2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f5a73e75..3934481a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+apache2 (2.2.9-8) UNRELEASED; urgency=low
+
+ * Correct description of ServerTokens in /etc/apache2/conf.d/security.
+ (Closes: #497362)
+
+ -- Stefan Fritsch <sf@debian.org> Thu, 04 Sep 2008 18:34:48 +0200
+
apache2 (2.2.9-7) unstable; urgency=low
* Fix XSS in mod_proxy_ftp (CVE-2008-2939).
diff --git a/debian/config-dir/conf.d/security b/debian/config-dir/conf.d/security
index 959d273c..55b3e519 100644
--- a/debian/config-dir/conf.d/security
+++ b/debian/config-dir/conf.d/security
@@ -20,7 +20,7 @@
# This directive configures what you return as the Server HTTP response
# Header. The default is 'Full' which sends information about the OS-Type
# and compiled in modules.
-# Set to one of: Full | OS | Minor | Minimal | Major | Prod
+# Set to one of: Full | OS | Minimal | Minor | Major | Prod
# where Full conveys the most information, and Prod the least.
#
#ServerTokens Minimal