confuse people, and leave them unsure what they are actually supposed to
do, in the unlikely event that they want to turn this back on. Made it a
little clearer what they actually need to do. Tested.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95696
13f79535-47bb-0310-9956-
ffa450edef68
<!--#config timefmt="%c" -->
<small><!--#echo encoding="none" var="DATE_LOCAL" --></small>
<BR>
- <!--#if expr="0=1" -->
- <!-- Add this back in if you want to have the Server's version show in
- all error documents. -->
+
+ <!-- Set this value to 1 to display server version in all error
+ documents -->
+ <!--#set var="ShowVersion" value="0" -->
+
+ <!--#if expr="$ShowVersion = 1" -->
<small><!--#echo encoding="none" var="SERVER_SOFTWARE" --></small>
<!--#endif -->
</ADDRESS>