Max Matschiner 9 rokov pred
commit
315478a97f

+ 32 - 0
bad_gateway.html

@@ -0,0 +1,32 @@
+<HTML>
+<HEAD>
+<TITLE>502 Bad Gateway</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+</HEAD>
+<BODY>
+<H1>Bad Gateway</H1>
+Web server received an invalid response while acting as a gateway or proxy server.<P>
+<HR>
+<ADDRESS>
+Web Server at linkom.at
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+- Unfortunately, Microsoft has added a clever new
+- "feature" to Internet Explorer. If the text of
+- an error's message is "too small", specifically
+- less than 512 bytes, Internet Explorer returns
+- its own error message. You can turn that off,
+- but it's pretty tricky to find switch called
+- "smart error messages". That means, of course,
+- that short error messages are censored by default.
+- IIS always returns error messages that are long
+- enough to make Internet Explorer happy. The
+- workaround is pretty simple: pad the error
+- message with a big comment like this to push it
+- over the five hundred and twelve bytes minimum.
+- Of course, that's exactly what you're reading
+- right now.
+-->

+ 35 - 0
bad_request.html

@@ -0,0 +1,35 @@
+<HTML>
+<HEAD>
+<TITLE>400 Bad Request</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+</HEAD>
+<BODY>
+<H1>Bad Request</H1>
+Your browser sent a request that this server could not understand.
+<P>
+Client sent malformed Host header
+<P>
+<HR>
+<ADDRESS>
+Web Server at linkom.at
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+   - Unfortunately, Microsoft has added a clever new
+   - "feature" to Internet Explorer. If the text of
+   - an error's message is "too small", specifically
+   - less than 512 bytes, Internet Explorer returns
+   - its own error message. You can turn that off,
+   - but it's pretty tricky to find switch called
+   - "smart error messages". That means, of course,
+   - that short error messages are censored by default.
+   - IIS always returns error messages that are long
+   - enough to make Internet Explorer happy. The
+   - workaround is pretty simple: pad the error
+   - message with a big comment like this to push it
+   - over the five hundred and twelve bytes minimum.
+   - Of course, that's exactly what you're reading
+   - right now.
+   -->

+ 33 - 0
forbidden.html

@@ -0,0 +1,33 @@
+<HTML>
+<HEAD>
+<TITLE>403 Forbidden</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+</HEAD>
+<BODY>
+<H1>Forbidden</H1>
+You do not have permission to access this document.
+<P>
+<HR>
+<ADDRESS>
+Web Server at linkom.at
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+   - Unfortunately, Microsoft has added a clever new
+   - "feature" to Internet Explorer. If the text of
+   - an error's message is "too small", specifically
+   - less than 512 bytes, Internet Explorer returns
+   - its own error message. You can turn that off,
+   - but it's pretty tricky to find switch called
+   - "smart error messages". That means, of course,
+   - that short error messages are censored by default.
+   - IIS always returns error messages that are long
+   - enough to make Internet Explorer happy. The
+   - workaround is pretty simple: pad the error
+   - message with a big comment like this to push it
+   - over the five hundred and twelve bytes minimum.
+   - Of course, that's exactly what you're reading
+   - right now.
+   -->

+ 38 - 0
internal_server_error.html

@@ -0,0 +1,38 @@
+<HTML>
+<HEAD>
+<TITLE>500 Internal Server Error</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+</HEAD><BODY>
+<H1>Internal Server Error</H1>
+The server encountered an internal error or
+misconfiguration and was unable to complete
+your request.<P>
+Please contact the server administrator to inform of the time the error occurred
+and of anything you might have done that may have
+caused the error.<P>
+More information about this error may be available
+in the server error log.<P>
+<HR>
+<ADDRESS>
+Web Server at linkom.at
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+   - Unfortunately, Microsoft has added a clever new
+   - "feature" to Internet Explorer. If the text of
+   - an error's message is "too small", specifically
+   - less than 512 bytes, Internet Explorer returns
+   - its own error message. You can turn that off,
+   - but it's pretty tricky to find switch called
+   - "smart error messages". That means, of course,
+   - that short error messages are censored by default.
+   - IIS always returns error messages that are long
+   - enough to make Internet Explorer happy. The
+   - workaround is pretty simple: pad the error
+   - message with a big comment like this to push it
+   - over the five hundred and twelve bytes minimum.
+   - Of course, that's exactly what you're reading
+   - right now.
+   -->

+ 32 - 0
maintenance.html

@@ -0,0 +1,32 @@
+<HTML>
+<HEAD>
+<TITLE>503 Service Temporarily Unavailable</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+</HEAD>
+<BODY>
+<H1>Service Temporarily Unavailable</H1>
+The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.<P>
+<HR>
+<ADDRESS>
+Web Server at linkom.at
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+- Unfortunately, Microsoft has added a clever new
+- "feature" to Internet Explorer. If the text of
+- an error's message is "too small", specifically
+- less than 512 bytes, Internet Explorer returns
+- its own error message. You can turn that off,
+- but it's pretty tricky to find switch called
+- "smart error messages". That means, of course,
+- that short error messages are censored by default.
+- IIS always returns error messages that are long
+- enough to make Internet Explorer happy. The
+- workaround is pretty simple: pad the error
+- message with a big comment like this to push it
+- over the five hundred and twelve bytes minimum.
+- Of course, that's exactly what you're reading
+- right now.
+-->

+ 32 - 0
method_not_allowed.html

@@ -0,0 +1,32 @@
+<HTML>
+<HEAD>
+<TITLE>405 Method Not Allowed</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+</HEAD>
+<BODY>
+<H1>Method Not Allowed</H1>
+The HTTP verb used to access this page is not allowed.<P>
+<HR>
+<ADDRESS>
+Web Server at linkom.at
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+- Unfortunately, Microsoft has added a clever new
+- "feature" to Internet Explorer. If the text of
+- an error's message is "too small", specifically
+- less than 512 bytes, Internet Explorer returns
+- its own error message. You can turn that off,
+- but it's pretty tricky to find switch called
+- "smart error messages". That means, of course,
+- that short error messages are censored by default.
+- IIS always returns error messages that are long
+- enough to make Internet Explorer happy. The
+- workaround is pretty simple: pad the error
+- message with a big comment like this to push it
+- over the five hundred and twelve bytes minimum.
+- Of course, that's exactly what you're reading
+- right now.
+-->

+ 32 - 0
not_acceptable.html

@@ -0,0 +1,32 @@
+<HTML>
+<HEAD>
+<TITLE>406 Not Acceptable</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+</HEAD>
+<BODY>
+<H1>Not Acceptable</H1>
+Client browser does not accept the MIME type of the requested page.<P>
+<HR>
+<ADDRESS>
+Web Server at linkom.at
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+- Unfortunately, Microsoft has added a clever new
+- "feature" to Internet Explorer. If the text of
+- an error's message is "too small", specifically
+- less than 512 bytes, Internet Explorer returns
+- its own error message. You can turn that off,
+- but it's pretty tricky to find switch called
+- "smart error messages". That means, of course,
+- that short error messages are censored by default.
+- IIS always returns error messages that are long
+- enough to make Internet Explorer happy. The
+- workaround is pretty simple: pad the error
+- message with a big comment like this to push it
+- over the five hundred and twelve bytes minimum.
+- Of course, that's exactly what you're reading
+- right now.
+-->

+ 33 - 0
not_found.html

@@ -0,0 +1,33 @@
+<HTML>
+<HEAD>
+<TITLE>404 Not Found</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+</HEAD>
+<BODY>
+<H1>Not Found</H1>
+The requested document was not found on this server.
+<P>
+<HR>
+<ADDRESS>
+Web Server at linkom.at
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+   - Unfortunately, Microsoft has added a clever new
+   - "feature" to Internet Explorer. If the text of
+   - an error's message is "too small", specifically
+   - less than 512 bytes, Internet Explorer returns
+   - its own error message. You can turn that off,
+   - but it's pretty tricky to find switch called
+   - "smart error messages". That means, of course,
+   - that short error messages are censored by default.
+   - IIS always returns error messages that are long
+   - enough to make Internet Explorer happy. The
+   - workaround is pretty simple: pad the error
+   - message with a big comment like this to push it
+   - over the five hundred and twelve bytes minimum.
+   - Of course, that's exactly what you're reading
+   - right now.
+   -->

+ 32 - 0
not_implemented.html

@@ -0,0 +1,32 @@
+<HTML>
+<HEAD>
+<TITLE>501 Not Implemented</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+</HEAD>
+<BODY>
+<H1>Not Implemented</H1>
+The page you are looking for cannot be displayed because a header value in the request does not match certain configuration settings on the Web server.<P>
+<HR>
+<ADDRESS>
+Web Server at linkom.at
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+- Unfortunately, Microsoft has added a clever new
+- "feature" to Internet Explorer. If the text of
+- an error's message is "too small", specifically
+- less than 512 bytes, Internet Explorer returns
+- its own error message. You can turn that off,
+- but it's pretty tricky to find switch called
+- "smart error messages". That means, of course,
+- that short error messages are censored by default.
+- IIS always returns error messages that are long
+- enough to make Internet Explorer happy. The
+- workaround is pretty simple: pad the error
+- message with a big comment like this to push it
+- over the five hundred and twelve bytes minimum.
+- Of course, that's exactly what you're reading
+- right now.
+-->

+ 33 - 0
precondition_failed.html

@@ -0,0 +1,33 @@
+<HTML>
+<HEAD>
+<TITLE>412 Precondition Failed</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+</HEAD>
+<BODY>
+<H1>Precondition Failed</H1>
+The request was not completed due to preconditions that are set in the request header.<P>
+Preconditions prevent the requested method from being applied to a resource other than the one intended.<P>
+<HR>
+<ADDRESS>
+Web Server at linkom.at
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+- Unfortunately, Microsoft has added a clever new
+- "feature" to Internet Explorer. If the text of
+- an error's message is "too small", specifically
+- less than 512 bytes, Internet Explorer returns
+- its own error message. You can turn that off,
+- but it's pretty tricky to find switch called
+- "smart error messages". That means, of course,
+- that short error messages are censored by default.
+- IIS always returns error messages that are long
+- enough to make Internet Explorer happy. The
+- workaround is pretty simple: pad the error
+- message with a big comment like this to push it
+- over the five hundred and twelve bytes minimum.
+- Of course, that's exactly what you're reading
+- right now.
+-->

+ 32 - 0
proxy_authentication_required.html

@@ -0,0 +1,32 @@
+<HTML>
+<HEAD>
+<TITLE>407 Proxy Authentication Required</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+</HEAD>
+<BODY>
+<H1>Proxy Authentication Required</H1>
+You must be authenticated by a proxy server before the Web server can execute your request.<P>
+<HR>
+<ADDRESS>
+Web Server at linkom.at
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+- Unfortunately, Microsoft has added a clever new
+- "feature" to Internet Explorer. If the text of
+- an error's message is "too small", specifically
+- less than 512 bytes, Internet Explorer returns
+- its own error message. You can turn that off,
+- but it's pretty tricky to find switch called
+- "smart error messages". That means, of course,
+- that short error messages are censored by default.
+- IIS always returns error messages that are long
+- enough to make Internet Explorer happy. The
+- workaround is pretty simple: pad the error
+- message with a big comment like this to push it
+- over the five hundred and twelve bytes minimum.
+- Of course, that's exactly what you're reading
+- right now.
+-->

+ 32 - 0
request-uri_too_long.html

@@ -0,0 +1,32 @@
+<HTML>
+<HEAD>
+<TITLE>414 Request-URI Too Long</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+</HEAD>
+<BODY>
+<H1>Request-URI Too Long</H1>
+The Web server is refusing to service the request because the requested URL address is too long.<P>
+<HR>
+<ADDRESS>
+Web Server at linkom.at
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+- Unfortunately, Microsoft has added a clever new
+- "feature" to Internet Explorer. If the text of
+- an error's message is "too small", specifically
+- less than 512 bytes, Internet Explorer returns
+- its own error message. You can turn that off,
+- but it's pretty tricky to find switch called
+- "smart error messages". That means, of course,
+- that short error messages are censored by default.
+- IIS always returns error messages that are long
+- enough to make Internet Explorer happy. The
+- workaround is pretty simple: pad the error
+- message with a big comment like this to push it
+- over the five hundred and twelve bytes minimum.
+- Of course, that's exactly what you're reading
+- right now.
+-->

+ 38 - 0
unauthorized.html

@@ -0,0 +1,38 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<HTML>
+<HEAD>
+<TITLE>401 Authorization Required</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+</HEAD>
+<BODY>
+<H1>Authorization Required</H1>
+<P>This server could not verify that you
+are authorized to access the document
+requested.  Either you supplied the wrong
+credentials (e.g., bad password), or your
+browser doesn't understand how to supply
+the credentials required.</p>
+<HR />
+<ADDRESS>
+Web Server at linkom.at
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+   - Unfortunately, Microsoft has added a clever new
+   - "feature" to Internet Explorer. If the text of
+   - an error's message is "too small", specifically
+   - less than 512 bytes, Internet Explorer returns
+   - its own error message. You can turn that off,
+   - but it's pretty tricky to find switch called
+   - "smart error messages". That means, of course,
+   - that short error messages are censored by default.
+   - IIS always returns error messages that are long
+   - enough to make Internet Explorer happy. The
+   - workaround is pretty simple: pad the error
+   - message with a big comment like this to push it
+   - over the five hundred and twelve bytes minimum.
+   - Of course, that's exactly what you're reading
+   - right now.
+   -->

+ 32 - 0
unsupported_media_type.html

@@ -0,0 +1,32 @@
+<HTML>
+<HEAD>
+<TITLE>415 Unsupported Media Type</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+</HEAD>
+<BODY>
+<H1>Unsupported Media Type</H1>
+The Web server cannot service the request because the requested file is in a format that the server is configured not to download.<P>
+<HR>
+<ADDRESS>
+Web Server at linkom.at
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+- Unfortunately, Microsoft has added a clever new
+- "feature" to Internet Explorer. If the text of
+- an error's message is "too small", specifically
+- less than 512 bytes, Internet Explorer returns
+- its own error message. You can turn that off,
+- but it's pretty tricky to find switch called
+- "smart error messages". That means, of course,
+- that short error messages are censored by default.
+- IIS always returns error messages that are long
+- enough to make Internet Explorer happy. The
+- workaround is pretty simple: pad the error
+- message with a big comment like this to push it
+- over the five hundred and twelve bytes minimum.
+- Of course, that's exactly what you're reading
+- right now.
+-->