| 1234567891011121314151617181920212223242526272829303132333435363738 |
- <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.
- -->
|