Skip to content

Commit c284a33

Browse files
author
Cliff Woolley
committed
We not only want to avoid displaying it, we want to avoid sending it
to the client entirely. We need a mod_include conditional for that. Submitted by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95694 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1cbda7f commit c284a33

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/error/include/bottom.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ <H2>Error <!--#echo encoding="none" var="REDIRECT_STATUS" --></H2>
1111
<!--#config timefmt="%c" -->
1212
<small><!--#echo encoding="none" var="DATE_LOCAL" --></small>
1313
<BR>
14+
<!--#if expr="0=1" -->
1415
<!-- Add this back in if you want to have the Server's version show in
15-
all error documents.
16+
all error documents. -->
1617
<small><!--#echo encoding="none" var="SERVER_SOFTWARE" --></small>
17-
-->
18+
<!--#endif -->
1819
</ADDRESS>
1920
</DL>
2021
</BODY>

0 commit comments

Comments
 (0)