You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jimmy DeWitt <jd...@us.ibm.com> on 2009/03/12 22:55:57 UTC

[users@httpd] IPV6 - Global works, but I'm having trouble with Local

Hi,

      I want to use ApacheBench "ab" with IPV6 addresses. When I use a
"Global"  address everything works fine.
When I use a "Local" address I get the following error.  When using "curl"
you have to pass in a "%n"  with the adapter number.
Is there something like that for ab?


ab -c 50 -n 100000 -p ./med.xml http://[fe80::21a:64ff:fe36:1111]:5501/
This is ApacheBench, Version 2.0.40-dev <$Revision: 1.146 $> apache-2.0
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Copyright 2006 The Apache Software Foundation, http://www.apache.org/

Benchmarking fe80::21a:64ff:fe36:1111 (be patient)

Test aborted after 10 failures

apr_socket_connect(): Invalid argument (22)


Jimmy