mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
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
26 lines
614 B
HTML
26 lines
614 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>
|
|
|
|
<!-- 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>
|
|
</DL>
|
|
</BODY>
|
|
</HTML>
|