Pickyness question

2004-11-30 Thread Christopher H. Laco
Just because I'm like that. :-) I noticed in A-T/t/redirect.t we have: plan tests = 6, need_module('mod_alias.c') need_lwp; Of course, I noticed this after skimming over the A-T pod again , where it mentions: It's also important to mention to avoid using: plan

Re: Pickyness question

2004-11-30 Thread Christopher H. Laco
Christopher H. Laco wrote: Just because I'm like that. :-) I noticed in A-T/t/redirect.t we have: plan tests = 6, need_module('mod_alias.c') need_lwp; Of course, I noticed this after skimming over the A-T pod again , where it mentions: It's also important to mention to avoid using:

Re: Pickyness question

2004-11-30 Thread Stas Bekman
Christopher H. Laco wrote: Just because I'm like that. :-) I noticed in A-T/t/redirect.t we have: plan tests = 6, need_module('mod_alias.c') need_lwp; Of course, I noticed this after skimming over the A-T pod again , where it mentions: It's also important to mention to avoid using:

Re: flood config question

2004-07-12 Thread Jacek Prucia
On Fri, 09 Jul 2004 16:52:03 +0100 Pete Stokes [EMAIL PROTECTED] wrote: Hi. I am trying to use flood, and I am wondering is there a list of options available for elements, i.e. socketgeneric/socket what other options exist for socket? I'm after a source of info for as much as

Documentation question

2004-05-01 Thread William McKee
Hi Stas, I'm working with an intern to create a graphical depiction of the A::T process. As we were working on this image, I came across the following lines in your testing doc on perl.apache.org[1]: -- The corresponding request part of the test is named just like the response

Flood: New patch to flood_socket_keepalive.c fixes keepalive protocol bugs [Ref A7], Question on Chunking Protocol

2003-10-22 Thread Norman Tuttle
The new diff available for Flood fixes protocol errors for keepalive (file flood_socket_keepalive.c, function keepalive_recv_resp()) mainly by assimilating the functionality of the wantresponse and !wantresponse modes within the readback operations, and maintaining whatever worked correctly. Also

question

2003-09-09 Thread Jacek Prucia
Looking at httpd release procedure, it apears that when tagging httpd-2.0, both apr and apr-util are also tagged. I've checked some apr files and they don't have FLOOD_1_0 tag, so I assume this doesn't apply to flood, am I right? If so, we can't figure out what apr/apr-util libs are needed to

Re: question

2003-09-09 Thread Geoffrey Young
Jacek Prucia wrote: Looking at httpd release procedure, it apears that when tagging httpd-2.0, both apr and apr-util are also tagged. I've checked some apr files and they don't have FLOOD_1_0 tag, so I assume this doesn't apply to flood, am I right? If so, we can't figure out what apr/apr-util

RE: question

2003-09-09 Thread Sander Striker
From: Jacek Prucia [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 5:24 PM Looking at httpd release procedure, it apears that when tagging httpd-2.0, both apr and apr-util are also tagged. I've checked some apr files and they don't have FLOOD_1_0 tag, so I assume this doesn't

Re: question

2003-09-09 Thread Jacek Prucia
On Tue, 09 Sep 2003 11:49:07 -0400 Geoffrey Young [EMAIL PROTECTED] wrote: [...] the perl-framework just had this problem. I ended up changing the code to use the non-deprecated functions that exist in both branches of apr. the thought on the list was that everything should compile with

Re: newbie question on perl-framework...

2002-09-18 Thread Doug MacEachern
On Tue, 17 Sep 2002, David Hill wrote: Tried that (twice) and it did not help. Thanks for the pointer to the config blocks, missed that in my RTFM-ing. If I hand hack a conf file based on your pointer, things run much better, but what a pain t/TEST -clean t/TEST -trace=debug will

Re: newbie question on perl-framework...

2002-09-17 Thread David Hill
any of the c-modules/ *.so should be added to httpd.conf and config within, e.g. from mod_test_apr_uri.c: #if CONFIG_FOR_HTTPD_TEST Location /test_apr_uri SetHandler test-apr-uri /Location #endif tests should be skipped if the module is not compiled/loaded. you might just need to:

Re: httpd-test/flood-0.4 question

2002-09-04 Thread Jacek Prucia
On Wed, 4 Sep 2002 11:30:07 +0200 Ales Privetivy [EMAIL PROTECTED] wrote: Hello, I am sorry to bother you. No problemo. Flood needs testers, so feel free to post here any problem you have observed. I had downloaded and successfully compiled the flood-0.4 -- to this point it is ok:)

Question regarding the Flood Utility !!

2002-07-23 Thread Preety Puri
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. I need to use the utility for flooding a V6 http

Re: Silly question about flood and APR...

2002-03-06 Thread Aaron Bannert
On Tue, Mar 05, 2002 at 04:55:54PM -0500, Bill Perkins wrote: building on a Slackware 8.0 machine, downloaded all the stuff (flood, apr, apr-util), can't seem to get it to configure properly- errors out with: checking for APR... reconfig configure: error: flood requires a libtool-enabled

Re: Silly question about flood and APR...

2002-03-06 Thread Justin Erenkrantz
On Tue, Mar 05, 2002 at 04:55:54PM -0500, Bill Perkins wrote: building on a Slackware 8.0 machine, downloaded all the stuff (flood, apr, apr-util), can't seem to get it to configure properly- errors out with: checking for APR... reconfig configure: error: flood requires a libtool-enabled

Re: Quick flood question...

2002-01-02 Thread Aaron Bannert
question is how to free the cookie struct since it is using the apr_pcalloc to get the memory. I could just NULL out rp-cookie but will that cause memory growth in the long run? Any suggestions would be great. Yes, it'll cause memory growth when rp-cookie gets repopulated. I've been meaning

Quick flood question...

2002-01-02 Thread Chris Williams
I am hacking around in flood to change how it handles cookies. What I am trying to do is have the current cookie list freed once a farmer completes a round. I think I found where to do this in round_robin_loop_condition. My question is how to free the cookie struct since it is using

A question

2001-12-06 Thread Isabella Pighi
Does Flood reuse SSL session id's for ongoing connection requests to the same server? Or does Flood leave it empty for all new requests thus forcing regeneration and exchange of session keys and other related data? I am doing some test over here and we are desperately looking for a tool which

Re: A question

2001-12-06 Thread Aaron Bannert
you for your help. To answer your question: No, flood has no session cache and will renegotiate SSL sessions for each new connection. However, multiple HTTP requests can be pipelined over one connection (aka keepalive). Having a client-side session cache may be something we will want to optionally

Question about Flood

2001-11-15 Thread Chris Williams
I would like to add some functionality to Flood but I want to make sure you can't already do it. What I would like to do is have one urllist but have some portions of those URL's based on information from each farmer. An example would be to use the farmer name as part of a URL request. Is there

Re: Question about Flood

2001-11-15 Thread Aaron Bannert
On Thu, Nov 15, 2001 at 12:56:41PM -0500, Chris Williams wrote: I would like to add some functionality to Flood but I want to make sure you can't already do it. What I would like to do is have one urllist but have some portions of those URL's based on information from each farmer. An example

Re: intro and question

2001-10-04 Thread Aaron Bannert
On Wed, Oct 03, 2001 at 03:42:05PM -0700, clayton cottingham wrote: ok after i retried on my home machine i got as far as this: /bin/sh /home/drfrog/httpd-2.0//srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE

Re: intro and question

2001-10-04 Thread Aaron Bannert
[please keep these discussions on the public mailing list so others can help too :) ] On Wed, Oct 03, 2001 at 02:52:14PM -0700, clayton cottingham wrote: hey a prob: modules/dav/main -c flood_net.c touch flood_net.lo flood_net.c: In function `open_socket': flood_net.c:87: `EADDRNOTAVAIL'

Re: intro and question [flood]

2001-10-04 Thread clayton cottingham
Justin Erenkrantz wrote: On Thu, Oct 04, 2001 at 09:53:31AM -0700, clayton cottingham wrote: heya: Aaron yes i am using openssl 0.9.6b anyhoo ive tried this on three comps all on mandrake 7.2 See if you have /usr/local/ssl/lib/libssl.{a|so} On my Mandrake 7.2 box, I use

Re: intro and question [flood]

2001-10-04 Thread clayton cottingham
Aaron Bannert wrote: On Thu, Oct 04, 2001 at 10:44:53AM -0700, Justin Erenkrantz wrote: ../../httpd-2.0//srclib/apr-util/xml/expat/lib/libexpat.la -lm -lcrypt -lnsl -ldl configure is not detecting the presence of the OpenSSL libraries. -lssl is missing. -- justin Hmm...it's

Re: intro and question [flood]

2001-10-04 Thread Justin Erenkrantz
On Thu, Oct 04, 2001 at 12:22:31PM -0700, clayton cottingham wrote: Hmm...it's been too long since I worked on this stuff, do we have something like FLOOD_HAS_SSL for conditional compilation? I thought there was --disable-ssl option...I dunno... I remember noting that flood can't compile

Re: intro and question [flood]

2001-10-04 Thread Aaron Bannert
On Thu, Oct 04, 2001 at 12:39:45PM -0700, Justin Erenkrantz wrote: I remember noting that flood can't compile against the static openssl libs, and I may have put this in the STATUS or something... If not we should look into this at least. I thought it was the other way around. On

Re: intro and question

2001-10-03 Thread Aaron Bannert
On Wed, Oct 03, 2001 at 12:40:13PM -0700, clayton cottingham wrote: [...] unfortunately it doesnt compile! it looks for apr_uri.h and cant find it heck i cant find it either!! its no where to be found in the apr or httpd 2.0 tarballs include dir's am i missing something? Some

Re: intro and question

2001-10-03 Thread clayton cottingham
Aaron Bannert wrote: On Wed, Oct 03, 2001 at 12:40:13PM -0700, clayton cottingham wrote: [...] unfortunately it doesnt compile! it looks for apr_uri.h and cant find it heck i cant find it either!! its no where to be found in the apr or httpd 2.0 tarballs include dir's am i