From 54eae88ad7d30dd91ed42f7403e3462cf8982f3d Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Sat, 15 Jun 2002 07:01:25 +0000 Subject: [PATCH] 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 --- docs/error/include/bottom.html | 3 +++ 1 file changed, 3 insertions(+) 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 @@
+ + --> -- 2.50.1