[0001]
[0002]
[0003]
[0004]
[0005]
[0006]
[0007]
[0008]
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015]
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029]
[0030]
[0031]
[0032]
[0033]
[0034]
[0035]
[0036]
[0037]
[0038]
[0039]
[0040]
[0041]
[0042]
[0043]
[0044]
[0045]
[0046]
[0047]
[0048]
[0049]
[0050]
[0051]
[0052]
[0053]
[0054]
[0055]
[0056]
[0057]
[0058]
[0059]
[0060]
[0061]
[0062]
[0063]
[0064]
[0065]
[0066]
[0067]
[0068]
[0069]
[0070]
[0071]
[0072]
[0073]
[0074]
[0075]
[0076]
[0077]
[0078]
[0079]
[0080]
[0081]
[0082]
[0083]
[0084]
[0085]
[0086]
[0087]
[0088]
[0089]
<!DOCTYPE html>
<!--## WASD SSI error report document, example 3 -->
<!--##trace on -->
<!--##printenv -->
<!--#set var=SITE_ADMIN value="Mark.Daniel@dsto.defence.gov.au" -->
<!--#set var=SITE_ADMIN_HOST value="131.185.250.1" -->
<!--##

-->
<html>
<head>
<title>Error <!--#"{ERROR_STATUS_CODE}"--></title>
</head>
<body bgcolor="#ffffff">
<font color="#ff0000" size="+2">
<b><u>ERROR <!--#"{ERROR_STATUS_CODE}"--></u></b>
</font>
<!--##

********** 100s, 200s, 300s **********

-->
<!--#if var={ERROR_STATUS_CLASS} eqs=1 -->
<!--#orif var={ERROR_STATUS_CLASS} eqs=2 -->
<!--#orif var={ERROR_STATUS_CLASS} eqs=3 -->
<p><b>The server should not report a
<!--#"{ERROR_STATUS_CLASS}-->xx status code!</b>
<p>Please report this to the site administrator
<a href="mailto:<!--#"{site_admin}"-->"><!--#"{SITE_ADMIN}"--></a>
<br>Quote the above message along with &quot;module <!--#"{ERROR_MODULE}"-->
line <!--#"{ERROR_LINE}"-->&quot;. Thankyou.
</body>
</html>
<!--#stop -->
<!--##

********** 400s **********

-->
<!--#elif var={ERROR_STATUS_CODE} eqs=400 -->
<p><b>The server could not understand the request.</b>
<!--#elif var={ERROR_STATUS_CODE} eqs=401 -->
<p><b>This object requires authorization before access can be provided.</b>
<br>You are denied access, or you failed to supply correct credentials.
<!--#elif var={ERROR_STATUS_CODE} eqs=403 -->
<p><b>You are forbidden access to this object.</b>
<!--#elif var={ERROR_STATUS_CODE} eqs=404 -->
<p><b>The requested object could not be found.</b>
<!--##

********** 500s **********

-->
<!--#elif var={ERROR_STATUS_CODE} eqs=500 -->
<p><b>Your request could not be processed.
An internal server error was detected.</b>
<!--#elif var={ERROR_STATUS_CODE} eqs=501 -->
<p><b>The server cannot process this request.
It does not support the required functionality.</b>
<!--#elif var={ERROR_STATUS_CODE} eqs=502 -->
<p><b>Gateway (scripting) failure.</b>
<!--#elif var={ERROR_STATUS_CODE} eqs=503 -->
<p><b>The server cannot currently process your request.  Try again later.</b>
<!--##

********** unknown **********

-->
<!--#else -->
<b>Unknown status code ... <!--#"{ERROR_STATUS_CODE}"--></b>
<!--#endif -->
<!--##

********** further information **********

-->
<!--## the site administrator might want the detail of the error -->
<!--#if var={REMOTE_HOST} srch={SITE_ADMIN_HOST} -->
<!--#"<P>{ERROR_REPORT}{ERROR_REPORT2}"-->
<!--#endif -->
<p>Further information on error
<a href="/httpd/-/status<!--#"{error_status_class}"-->xx.html"><!--#"{ERROR_STATUS_CODE}"--></a>
<p>If you feel this requires attention please contact
<nobr>
the site administrator
<a href="mailto:<!--#"{site_admin}"-->"><!--#"{SITE_ADMIN}"--></a>
</nobr>
</body>
</html>