DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41
896>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41896
a>
Summary: HTTP/1.0 request returns as HTTP/1.1
Product: Apache httpd-2
Version: 2.2.4
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core
AssignedTo: bugs httpd.apache.org
ReportedBy: jason.spam gstreetmedia.com
http/1.0 requests against apache 2.2.4 return as http/1.1
responses (and use
KeepAlive for the connection). The access log file is
written properly with a
1.0 request
even adding SetEnv force-response-1.0 True in my httpd.conf
will not force
apache to return a 1.0 response without keepalive
when running ab against my server as:
ab -c 1 -n 1 -v 100 http://some.site.here/
gets:
Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/
Benchmarking some.site.here (be patient)...INFO: POST header
==
---
GET / HTTP/1.0
User-Agent: ApacheBench/2.0.41-dev
Host: some.site.here
Accept: */*
---
LOG: header received:
HTTP/1.1 200 OK
Date: Tue, 20 Mar 2007 01:25:42 GMT
Server: Apache
Status: 200 OK
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
(html content follows)
--
this causes all the requests to time out until the minimum
keepalive time has
expired.
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=ema
il
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the
assignee.
------------------------------------------------------------
---------
To unsubscribe, e-mail: bugs-unsubscribe httpd.apache.org
For additional commands, e-mail: bugs-help httpd.apache.org
|