David Mously: Error Code-Texte

Hallo,

ich bin gerade dabei, für meine Homepage individuelle Fehlerseiten (401,402,404 etc...) zu erstellen. Ich würde dabei gern auf die Texte der Original Apache-Fehlermeldungen zurückgreifen. Anstatt nun jeden Fehler mühsam selbst zu erzeugen (404 geht ja grad noch ;-)), um es herauszufinden, frage ich lieber mal hier:
Weiss jemand von Euch, wo alle Fehlercodes, inkl. der Texte, zu finden sind? http://www.apache.org hilft auch nicht weiter.

MfG
David

<img src="http://www.mously.com/banner/170_24.gif" alt="">

  1. Hi David,

    vor ein paar Tagen gabs hier die Frage nach der Bedeutung der Error-Codes (http://www.teamone.de/selfaktuell/forum/messages/84252.html).

    Als Antwort hatte Hendryk den derzeit wohl aktuellen (bzw. in der Praxis vertretenen http://rfc.fh-koeln.de/rfc/html/rfc2068.html#53) und Calocybe den neuesten RFC ([http://rfc.fh-koeln.de/rfc/html/rfc2616.html#57]) genannt.

    Das sind zwar nicht die original Apache-Fehlermeldungen, muesste aber trotzdem etwas weiterhelfen.

    Viele Gruesse,
    Heiko

    1. Hallo Heiko,

      vielen Dank. http://rfc.fh-koeln.de/rfc/html/rfc2068.html#53 kommt dem, was ich suche schon sehr nahe, doch es geht mir um die Erklärungstexte der Fehler (Beispiel 404: "The requested URL was not found on this server.").

      MfG
      David

      <img src="http://www.mously.com/banner/170_24.gif" alt="">

  2. Hallo David,
    das sollte helfen:
    http://www.cic-berlin.de/service/i-hilfe.html
    Gruss
    Christian

    1. Hallo Christian!

      das sollte helfen:
      http://www.cic-berlin.de/service/i-hilfe.html

      Mmh... gibt's das auch in lesbar?

      So long

      1. Hi !

        das sollte helfen:
        http://www.cic-berlin.de/service/i-hilfe.html

        Mmh... gibt's das auch in lesbar?

        Mit welchem Browser/OS bist Du denn wieder unterwegs ? ;)

        Nun ja, obgleich Carsten Dir schon die passende Antwort geliefert hat, hier noch zwei, hoffentlich lesbare Links zum Thema Apache- bzw. HTTP-Statuscodes in doitsch ..für's Archiv:

        http://www.faq.de/errorcodes.htm
        http://www.datasource.de/programmierung/tab24_http11statuscodes.htm

        mfg pepe

  3. Hallo,

    Weiss jemand von Euch, wo alle Fehlercodes, inkl. der Texte, zu finden sind?

    Ähm ... eigentlich in jeder Apache-installation im errordocs Verzeichnis - irgendwo muss er
    sie ja hernehmen.

    Falls dein Apache grade auf der Pirsch ist:

    400 Bad Request
    The request had bad syntax or was inherently impossible to satisfy. You are discouraged from repeating the request without modification.

    401 Unauthorized
    Your request requires authentication. (i.e. Group Name, User Name, or Password) You may repeat the request with a suitable Authorization header field. Your
    browser will likely do this for you.

    402 Unauthorized
    You must pay to access this resource

    403 Forbidden
    The request is forbidden because of some unknown reason. You shouldn't access this resource again.

    404 Not Found
    I have not found any resources matching the Request-URI. This condition may be temporary. You may try again later. The address you entered or link you followed
    may have been mistyped. You may try retyping the address.

    405 Method not allowed
    The method you attempted to use is not allowed for the resource identified by the Request-URI. That method is either disallowed or not supported on this resource.
    Common methods are 'HEAD', 'GET', 'POST', and 'PUT'. POST and PUT are frequently disabled, per resource, on this server. Perhaps you may request this
    resource using another method. 'GET' is available for most resources.

    406 Not acceptable
    Some description is missing here...

    407 Proxy Authentication Required
    Some description is missing here...

    408 Timed Out
    The request took longer than allowed to complete. Try to request this resource again. If this error appears again then please wait a few hours before repeating the
    request.

    409 Resource Conflict
    Hmm, multiple resources matched your request and they are conflicting with each other. I have no clue why this would happen.

    410 Permanently removed
    The requested resource is no longer available and no resource has replaced it.

    412 Precondition failed
    Some description missing here...

    414 Request URI too long
    Some description missing here...

    500 Internal Server Error
    The server encountered an unexpected condition which prevented it from fulfilling the request.

    501 Not Implemented
    The server does not support the functionality required to fulfill the request. This is the appropriate response when the server does not recognize the request method
    and is not capable of supporting it for any resource.

    502 Bad Gateway
    The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.

    503 Gateway timed out
    The gateway to this resource has timed out.

    Irgendwie kann da schon der Eindruck enstehen, das nicht bei allen ernsthaft mit Auftreten gerechnet wird.

    Gruss,

    Carsten

    1. Hallo Carsten,

      danke! Genau, was ich gesucht habe!

      409 Resource Conflict
      Hmm, multiple resources matched your request and they are conflicting with each other. I have no clue why this would happen.

      Irgendwie kann da schon der Eindruck enstehen, das nicht bei allen ernsthaft mit Auftreten gerechnet wird.

      *LOL*

      MfG
      David

      <img src="http://www.mously.com/banner/170_24.gif" alt="">