From test-dev-return-1110-apmail-httpd-test-dev-archive=httpd.apache.org@httpd.apache.org Sun Jul 28 03:17:46 2002 Return-Path: Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 31481 invoked by uid 500); 28 Jul 2002 03:17:45 -0000 Mailing-List: contact test-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-dev@httpd.apache.org Received: (qmail 31470 invoked from network); 28 Jul 2002 03:17:45 -0000 X-Authentication-Warning: cancer.clove.org: jerenk set sender to jerenkrantz@apache.org using -f Date: Sat, 27 Jul 2002 20:17:54 -0700 From: Justin Erenkrantz To: test-dev@httpd.apache.org Subject: Re: Question regarding the Flood Utility !! Message-ID: <20020728031754.GK24211@apache.org> Mail-Followup-To: Justin Erenkrantz , test-dev@httpd.apache.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Tue, Jul 23, 2002 at 12:03:46PM -0700, Preety Puri wrote: > Hi , > > I was wondering if the flood utilty needs to modified > to run for IPv6. I am aware of a flag that is used to > enable it in the apr directory (APR_HAVE_IPV6). Is there > any other flag that needs to be enabled for the > flood utility as such. The key is to pass the IPv6 address in the URL tag, like so: http://1080:0:0:0:8:800:200C:417A/your-path Even if this doesn't work, perhaps changing the APR_INET flag to APR_UNSPEC in flood_net.c and getaddrinfo should figure it out. I don't have a IPv6-network, so I can't test it out. If you do figure out how to get it working, please send us patches. -- justin