1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00
Files
apache/docs/error/include/bottom.html
Ryan Bloom 54eae88ad7 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
2002-06-15 07:01:25 +00:00

22 lines
539 B
HTML

</DL><DL><DD>
<!--#include virtual="../contact.html.var" -->
</DL>
<H2>Error <!--#echo encoding="none" var="REDIRECT_STATUS" --></H2>
<DL>
<DD>
<ADDRESS>
<A HREF="/"><!--#echo encoding="none" var="SERVER_NAME" --></A>
<BR>
<!--#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>
</HTML>