You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/07/24 22:18:17 UTC

DO NOT REPLY [Bug 40105] New: - AB (ApacheBenchmark) scrables High Port Numbers

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=40105>.
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=40105

           Summary: AB (ApacheBenchmark) scrables High Port Numbers
           Product: Apache httpd-1.3
           Version: HEAD
          Platform: Other
        OS/Version: FreeBSD
            Status: NEW
          Severity: trivial
          Priority: P3
         Component: Other
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: whurst@whurst.net


i use the latest freesbd cvs ports apache13 (with ipv6) on my cvs brand new freebsd.

i test a transparent proxy on port 10001, but the AB send the wrong URL to the
server. the socket is ok. IP and Port are OK. but the requested URL (Host
Header) is very very wrong.

i make a :
ab -c 16 -n 20  http://62.XXX.XX.XXX:10001/de/index.html

and i got a 
Non-2xx responses:      20


in the squid log files i saw

194.162.XXX.XX TCP_DENIED NONE [24/Jul/2006:20:09:39 +0000] "GET
http://62.XXX.XX.XXX:134586416/de/index.html HTTP/0.0" 400 1538

he scrambles the port. i think it's ONLY a datatype conflict.

with a other server (he is very old ... 2-3 month without update) it's function.
i copy the AB to my host, and here it's function ....

i can give you the destination ip for testing if you want contact me via 
[ wolfgang dot hurst at de dot tiscali dot com ] too ... 

thx

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 40105] - AB (ApacheBenchmark) scrables High Port Numbers

Posted by bu...@apache.org.
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=40105>.
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=40105


whurst@whurst.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2




------- Additional Comments From whurst@whurst.net  2006-07-25 00:24 -------
i found the -v switch .... he prints the wrong header :

GET /de/index.html HTTP/1.0
User-Agent: ApacheBench/1.3d
Host: 62.XYZ.ZZT.XYZ:134586416
Accept: */*

allways ! except port 80

something is wrong in line 1419
 [ ap_snprintf(colonport,sizeof(colonport),":%d",port); ]
or in line 1215 (build the request line) ....

but i see no errors. should be a stack over-write in another fragment of code ....




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 40105] - AB (ApacheBenchmark) scrables High Port Numbers

Posted by bu...@apache.org.
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=40105>.
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=40105


jim@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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