Re: New Module: mod_auth_mysql_digest

2002-11-06 Thread gs-apache-dev
> torsdagen den 7 november 2002 01.19 skrev Greg Stein: > > On Mon, Nov 04, 2002 at 07:21:32AM -0500, Jeff Trawick wrote: > > > Justin Erenkrantz <[EMAIL PROTECTED]> writes: > > > > --On Friday, November 01, 2002 16:02:45 -0800 Rob Emanuele > > > > > > > > <[EMAIL PROTECTED]> wrote: > > > > > So I

[STATUS] (httpd-2.0) Wed Nov 6 23:45:14 EST 2002

2002-11-06 Thread Rodent of Unusual Size
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2002/10/31 05:57:33 $] Release: 2.0.44 : in development 2.0.43 : released October 3, 2002 as GA. 2.0.42 : released September 24, 2002 as GA. 2.0.41 : rolled September 16, 2002.

[STATUS] (apache-1.3) Wed Nov 6 23:45:08 EST 2002

2002-11-06 Thread Rodent of Unusual Size
APACHE 1.3 STATUS: -*-text-*- Last modified at [$Date: 2002/10/31 05:57:52 $] Release: 1.3.28-dev: In development 1.3.27: Tagged September 30, 2002. Announced Oct 3, 2002. 1.3.26: Tagged June 18, 2002. 1.3.25: Tagged June 17, 2002. Not re

Re: New Module: mod_auth_mysql_digest

2002-11-06 Thread Oden Eriksson
torsdagen den 7 november 2002 01.19 skrev Greg Stein: > On Mon, Nov 04, 2002 at 07:21:32AM -0500, Jeff Trawick wrote: > > Justin Erenkrantz <[EMAIL PROTECTED]> writes: > > > --On Friday, November 01, 2002 16:02:45 -0800 Rob Emanuele > > > > > > <[EMAIL PROTECTED]> wrote: > > > > So I took the mod_a

Re: New Module: mod_auth_mysql_digest

2002-11-06 Thread Greg Stein
On Mon, Nov 04, 2002 at 07:21:32AM -0500, Jeff Trawick wrote: > Justin Erenkrantz <[EMAIL PROTECTED]> writes: > > > --On Friday, November 01, 2002 16:02:45 -0800 Rob Emanuele > > <[EMAIL PROTECTED]> wrote: > > > > > So I took the mod_auth_digest code and munged it to use mysql for > > > authentic

[patch] add 'server_addr' to setenvif specials

2002-11-06 Thread Rodent of Unusual Size
another case that has come through (hopefully less controversial than the last one).. the apparent inability to set envariables according to the ipa on which the request was received. we log it with %A, but currently can't test it. the patch below adds 'SERVER_ADDR' to the list of specials mod_s

Patch for "Enabling RAND redirection on crypto accelerator using OpenSSL ENGINE"

2002-11-06 Thread Frederic DONNAT
Hi all, Jeff Trawick > can you verify it? > can you post a patch with the change? So, i verify that without this patch rand is not redirected on crypto accelerator. I made a patch for 2.0.43, but this should be available for older version (not tested). I test it on my mdk linux-8.0 kernel 2.4.3 an

Re: [PATCH] mod_cache flag directives

2002-11-06 Thread Paul J. Reder
Committed. I had actually found this a couple of days ago and just hadn't gotten to committing it, so it was already well tested. :) Thanks for the submission. André Malo wrote: Since the directives CacheIgnoreCacheControl and CacheIgnoreNoLastMod are AP_INIT_FLAG one should be able to set them

notes on IPv6/v4-mapped addresses

2002-11-06 Thread Jeff Trawick
http://www.apache.org/~trawick/v4mapped.html contains some notes on some Apache changes I plan to implement to work better with systems where v4-mapped addresses are disabled by default. -- Jeff Trawick | [EMAIL PROTECTED] Born in Roswell... married an alien...

Re: Proxy Pass Cookie bug

2002-11-06 Thread Graham Leggett
Maurizio Marini wrote: if ((datestr = ap_table_get(resp_hdrs, "Set-Cookie")) != NULL) ap_table_set(resp_hdrs, "Set-Cookie", proxy_cookie_reverse_map(r, datestr)); it cannot use a string var here; in fact cookies are zero delimited; if the backend send more than 1 cookie, datestr contains

Re: my module works?

2002-11-06 Thread Dirk-Willem van Gulik
On Wed, 6 Nov 2002, [iso-8859-1] fabio rohrich wrote: > I'm starting to write the mod_blank (it'll interact > with the response phase). > I'm writing the module structures and in want to know > if it works good. I mean, I 'll write a stupid > functiuon that wiil add at the bottom of a web page a

my module works?

2002-11-06 Thread fabio rohrich
hi! I'm starting to write the mod_blank (it'll interact with the response phase). I'm writing the module structures and in want to know if it works good. I mean, I 'll write a stupid functiuon that wiil add at the bottom of a web page a written, just to check if my module is linked good and so on.