internal_server_error.html 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <HTML>
  2. <HEAD>
  3. <TITLE>500 Internal Server Error</TITLE>
  4. <BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
  5. </HEAD><BODY>
  6. <H1>Internal Server Error</H1>
  7. The server encountered an internal error or
  8. misconfiguration and was unable to complete
  9. your request.<P>
  10. Please contact the server administrator to inform of the time the error occurred
  11. and of anything you might have done that may have
  12. caused the error.<P>
  13. More information about this error may be available
  14. in the server error log.<P>
  15. <HR>
  16. <ADDRESS>
  17. Web Server at linkom.at
  18. </ADDRESS>
  19. </BODY>
  20. </HTML>
  21. <!--
  22. - Unfortunately, Microsoft has added a clever new
  23. - "feature" to Internet Explorer. If the text of
  24. - an error's message is "too small", specifically
  25. - less than 512 bytes, Internet Explorer returns
  26. - its own error message. You can turn that off,
  27. - but it's pretty tricky to find switch called
  28. - "smart error messages". That means, of course,
  29. - that short error messages are censored by default.
  30. - IIS always returns error messages that are long
  31. - enough to make Internet Explorer happy. The
  32. - workaround is pretty simple: pad the error
  33. - message with a big comment like this to push it
  34. - over the five hundred and twelve bytes minimum.
  35. - Of course, that's exactly what you're reading
  36. - right now.
  37. -->