Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 54848 invoked by uid 500); 9 Oct 2002 03:41:53 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 54837 invoked from network); 9 Oct 2002 03:41:53 -0000 Received: from owa.fccj.cc.fl.us (HELO fccj-owa-02.fccj.org) (207.203.47.95) by daedalus.apache.org with SMTP; 9 Oct 2002 03:41:53 -0000 Received: from localhost ([66.157.233.69] RDNS failed) by fccj-owa-02.fccj.org with Microsoft SMTPSVC(5.0.2195.5329); Tue, 8 Oct 2002 23:32:44 -0400 Date: Tue, 8 Oct 2002 23:32:43 -0400 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) From: William C. (Bill) Jones To: users@httpd.apache.org Content-Transfer-Encoding: 7bit In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.482) X-OriginalArrivalTime: 09 Oct 2002 03:32:44.0332 (UTC) FILETIME=[879ABEC0:01C26F44] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] Cannot see Large web pages? > Question: > Internal Server Error means: "This code indicates that a part of > the server > (for example, a CGI program) has crashed or encountered a configuration > error" or your server doesn't like something about that page. > Sometimes an error can be so bad (or maybe you have the logging threshhold so low) that there wasn't any error generated. Maybe something would show up if you set LogLevel debug ??? Also, here are more, helpful?, HTTP Response Code definitions - 100 Continue 101 Switching Protocols 200 OK 201 Created 202 Accepted 203 Non-Authoritative Information 204 No Content 205 Reset Content 206 Partial Content 300 Multiple Choices 301 Moved Permanently 302 Moved Temporarily 303 See Other 304 Not Modified 305 Use Proxy 400 Bad Request 401 Unauthorized 402 Payment Required 403 Forbidden 404 Not Found 405 Method Not Allowed 406 Not Acceptable 407 Proxy Authentication Required 408 Request Time-Out 409 Conflict 410 Gone 411 Length Required 412 Precondition Failed 413 Request Entity Too Large 414 Request-URL Too Large 415 Unsupported Media Type 500 Server Error 501 Not Implemented 502 Bad Gateway 503 Out of Resources 504 Gateway Time-Out 505 HTTP Version not supported HTTP Reply Codes and Messages Reply Code Reason Phrase Definition ----------------------------------------------------------------------- 200 OK The request was successful. 201 Created The request was successful and a new resource was created. 202 Accepted The request was accepted for processing, but the processing is not yet complete. 204 No Content The server has processed the request but there is no new information to be returned. 300 Multiple The requested resource is available at one or more locations. 301 Moved Permanently The requested resource has been assigned a new URL and any further references should use this new URL. 302 Moved Temporarily The requested resource resides at a different location, but will return to this location in the future. 304 Not Modified The requested resource has not been modified since the date specified in the If-Modified_Since header. 400 Bad Request The server could not properly interpret the request. 401 Unauthorized The request requires user authorization. 403 Forbidden The server has understood the request and has refused to satisfy it. 404 Not Found The server cannot find the information specified in the request. 500 Internal Server The server could not satisfy the request Error due to an internal error condition. 501 Not Implemented The server does not support the requested feature. 502 Bad Gateway The server received an invalid response from the server from which it was trying to retrieve information. 503 Service The server cannot process this request Unavailable at the current time. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org