diff options
author | Ryan Bloom <rbb@apache.org> | 2002-06-15 09:01:25 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2002-06-15 09:01:25 +0200 |
commit | 54eae88ad7d30dd91ed42f7403e3462cf8982f3d (patch) | |
tree | efea5a09f6610e1403b8bfa2e13c69edc1f7f6ca /docs/error/include | |
parent | Fixed a problem with 'make install' on one of the tarballs (which (diff) | |
download | apache2-54eae88ad7d30dd91ed42f7403e3462cf8982f3d.tar.xz apache2-54eae88ad7d30dd91ed42f7403e3462cf8982f3d.zip |
Comment out the SERVER_STRING variable from our default error documents.
Some people do not like having this information in their error pages, and
it makes sense to not do it by default. If users want this back, they
can uncomment it.
PR: 9319
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95692 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/error/include')
-rw-r--r-- | docs/error/include/bottom.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/error/include/bottom.html b/docs/error/include/bottom.html index 357c2ffce8..aa8c5b47aa 100644 --- a/docs/error/include/bottom.html +++ b/docs/error/include/bottom.html @@ -11,7 +11,10 @@ <!--#config timefmt="%c" --> <small><!--#echo encoding="none" var="DATE_LOCAL" --></small> <BR> + <!-- Add this back in if you want to have the Server's version show in + all error documents. <small><!--#echo encoding="none" var="SERVER_SOFTWARE" --></small> + --> </ADDRESS> </DL> </BODY> |