On 7/13/07, Jeff Murch <jmurch@xxxxxxx> wrote:
Here is a URL from a successful fetch of dynamic content. This is not from the reverse proxy: 1.2.3.4 - - [13/Jul/2007:13:28:05 -0400] "GET /cgi-bin/cgi_underwriting_ajax?F etchSpec=apps_in_progress_details&pid=2007070208222728 HTTP/1.1" 200 2684 Here is the reverse proxy that appears to have been OK but will not display a page of results: 192.168.2.2 - - [13/Jul/2007:15:16:01 -0400] "GET /cgi-bin/cgi_underwriting_ajax ?FetchSpec=new_app_details&pid=2007071315155097 HTTP/1.1" 200 308 Can anyone tell me what the second http status code means? (2684 and 308)
It's not a status code, it is the size of the response. See: http://httpd.apache.org/docs/2.2/logs.html#accesslog Neither log entry shows any particular problem. You should manually perform the request to see what is in that 308 bytes of content. Perhaps a redirect to an inaccessible server? Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx