summaryrefslogtreecommitdiffstats
path: root/pki/base/tps/apache/conf/httpd.conf
diff options
context:
space:
mode:
authormharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-06-17 00:47:57 +0000
committermharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-06-17 00:47:57 +0000
commit01a5b1deb99d3d17dcc4f4c9c8299e1bb822afde (patch)
treefa555756a2d2c573a08061a8e8cf90dea2353578 /pki/base/tps/apache/conf/httpd.conf
parent69784296f92aef800646449809e0ee50eb82d00f (diff)
downloadpki-01a5b1deb99d3d17dcc4f4c9c8299e1bb822afde.tar.gz
pki-01a5b1deb99d3d17dcc4f4c9c8299e1bb822afde.tar.xz
pki-01a5b1deb99d3d17dcc4f4c9c8299e1bb822afde.zip
Bugzilla Bug #502908 - Current page not found handling is a Cat 2 finding with
the Tomcat STIG. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@617 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/base/tps/apache/conf/httpd.conf')
-rw-r--r--pki/base/tps/apache/conf/httpd.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/pki/base/tps/apache/conf/httpd.conf b/pki/base/tps/apache/conf/httpd.conf
index d3ec8e050..f80ad43b8 100644
--- a/pki/base/tps/apache/conf/httpd.conf
+++ b/pki/base/tps/apache/conf/httpd.conf
@@ -566,7 +566,7 @@ CustomLog logs/access_log common
# Set to one of: Full | OS | Minor | Minimal | Major | Prod
# where Full conveys the most information, and Prod the least.
#
-ServerTokens Full
+ServerTokens Prod
#
# Optionally add a line containing the server version and virtual host
@@ -576,7 +576,7 @@ ServerTokens Full
# 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
@@ -985,6 +985,7 @@ AddHandler type-map var
# ErrorDocument 502 /error/HTTP_BAD_GATEWAY.html.var
# ErrorDocument 503 /error/HTTP_SERVICE_UNAVAILABLE.html.var
# ErrorDocument 506 /error/HTTP_VARIANT_ALSO_VARIES.html.var
+#[ErrorDocument_404]
#