Re: cvs commit: httpd-2.0/server mpm_common.c

2003-11-26 Thread Andr Malo
* [EMAIL PROTECTED] wrote: Add fatal exception hook for use by debug modules. The hook is only available if the --enable-exception-hook configure parm is used. Sample users at http://httpd.apache.org/~trawick/exception_hook.html +[ +AC_DEFINE(AP_ENABLE_EXCEPTION_HOOK, 1,

Re: [PACTH] sdbm.c, silent warning messages on gcc 2.95.3 with debug

2003-11-26 Thread Ben Laurie
Jeff Trawick wrote: ranier wrote: --- sdbm-old.c2003-07-08 19:55:04.0 -0300 +++ sdbm.c2003-07-08 19:57:52.0 -0300 @@ -495,7 +495,7 @@ while (dbit db-maxbno getdbit(db, dbit)) dbit = 2 * dbit + ((hash (1 hbit++)) ? 2 : 1); -debug((dbit: %d...,

Re: cvs commit: httpd-2.0/server mpm_common.c

2003-11-26 Thread Jeff Trawick
André Malo [EMAIL PROTECTED] writes: * [EMAIL PROTECTED] wrote: Add fatal exception hook for use by debug modules. The hook is only available if the --enable-exception-hook configure parm is used. Sample users at http://httpd.apache.org/~trawick/exception_hook.html +[

distcache support in mod_ssl for 2.1

2003-11-26 Thread Joe Orton
Hiya, I'd like to integrate distcache support into mod_ssl on HEAD: are the copyright holders willing to contribute copyright ownership to the ASF for ssl_scache_dc.c and the other changes? I've rediffed the published patch for 2.0.48 against HEAD, attached for review. Changes relative to the

mod_status returns bad hit counter

2003-11-26 Thread Bernhard Erdmann
Hi, mod_status of Apache 2.0.47 running on Linux (RHL 8.0) returns bad hit counters. I wrote a script to log each minute the value for TotalAccesses on http://localhost/server-status?auto (ExtendedStatus On). The server gets 1,500-3,000 hits per minute. The total hit counter should be ever

Re: distcache support in mod_ssl for 2.1

2003-11-26 Thread Geoff Thorpe
On November 26, 2003 07:05 am, Joe Orton wrote: Hiya, I'd like to integrate distcache support into mod_ssl on HEAD: are the copyright holders willing to contribute copyright ownership to the ASF for ssl_scache_dc.c and the other changes? This is good news. IIRC, I already put notes into the

Re: distcache support in mod_ssl for 2.1

2003-11-26 Thread Joe Orton
On Wed, Nov 26, 2003 at 10:52:51AM -0500, Geoff Thorpe wrote: On November 26, 2003 07:05 am, Joe Orton wrote: Hiya, I'd like to integrate distcache support into mod_ssl on HEAD: are the copyright holders willing to contribute copyright ownership to the ASF for ssl_scache_dc.c and the other

Re: distcache support in mod_ssl for 2.1

2003-11-26 Thread Geoff Thorpe
On November 26, 2003 11:34 am, Joe Orton wrote: Can you fill in the CLA http://www.apache.org/licenses/cla.pdf and fax/post it to the included number, to make that official? done [by fax]. Now to clarify, this covers anything you find in the support-apache2 and support-apache1.3-modssl

weak etags alternate filesystem providers

2003-11-26 Thread Eric R Johnson
Hi, Since this question pertains to the implementation of ETags in the httpd source code (core.c?), I think this question is appropriate for the developer list. I hope you agree. :) I'm using apache and subversion (mod_dav_svn) as the filesystem provider. Apache won't generate weak ETags (Size

Re: piped log files

2003-11-26 Thread Bastiaan van der Put
Been using the patch for a while now. But it seems not only some notice/error in the error logs piped log program '/usr/local/apache2/bin/logresolve /home/accounts/x/xx/logs/access_log' failed unexpectedly But also the program keeps running after stopping/starting apache. So got a load of

Re: [Fwd: Re: Unresolved symbols on Solaris]

2003-11-26 Thread Lars Hecking
Jeff Trawick writes: see attached file let us know how it turns out... also, maybe some of the west coast folks will have a clue once they wake up I have not found a real solution yet, and it seems that my posting to comp.unix.solaris didn't make it. However, I have a preliminary

Problem with mod_ssl.la

2003-11-26 Thread Christopher Jastram
Just checked out the latest Apache CVS because I need the dav_lock module... make[4]: *** No rule to make target `ssl_scache_shmht.slo', needed by `mod_ssl.la'. Stop. What's up with this? Thanks, Chris

Where is mod_access??

2003-11-26 Thread Christopher Jastram
Okay, I'm really feeling stupid here. Where in the world is mod_access? httpd can't run because it chokes on the Order directive, which comes from mod_access. So where is it? I'm working on a clean (I hope) checkout of httpd-2.1 (cvs co httpd-2.1 httpd-2.0). I can't find mod_access.c

Re: Where is mod_access??

2003-11-26 Thread Cliff Woolley
On Wed, 26 Nov 2003, Christopher Jastram wrote: Where in the world is mod_access? httpd can't run because it chokes on the Order directive, which comes from mod_access. So where is it? No such thing anymore. :-) The auth stuff has been completely refactored in 2.1: [EMAIL

Re: Where is mod_access??

2003-11-26 Thread William A. Rowe, Jr.
At 01:53 PM 11/26/2003, Christopher Jastram wrote: Okay, I'm really feeling stupid here. Where in the world is mod_access? httpd can't run because it chokes on the Order directive, which comes from mod_access. So where is it? I'm working on a clean (I hope) checkout of httpd-2.1 (cvs co

Re: Where is mod_access??

2003-11-26 Thread Christopher Jastram
Ouch! :) I'm just getting into this project -- I hadn't quite gotten that far (or rather, I didn't think of it...) Thanks! Chris Cliff Woolley wrote: On Wed, 26 Nov 2003, Christopher Jastram wrote: Where in the world is mod_access? httpd can't run because it chokes on the Order

Re: Where is mod_access??

2003-11-26 Thread Christopher Jastram
William A. Rowe, Jr. wrote: At 01:53 PM 11/26/2003, Christopher Jastram wrote: Okay, I'm really feeling stupid here. Where in the world is mod_access? httpd can't run because it chokes on the Order directive, which comes from mod_access. So where is it? I'm working on a clean (I hope)

Re: Problem with mod_ssl.la

2003-11-26 Thread Joe Orton
On Wed, Nov 26, 2003 at 02:27:48PM -0500, Christopher Jastram wrote: Just checked out the latest Apache CVS because I need the dav_lock module... make[4]: *** No rule to make target `ssl_scache_shmht.slo', needed by `mod_ssl.la'. Stop. What's up with this? You need to re-run buildconf

Re: Where is mod_access??

2003-11-26 Thread Aaron Bannert
On Wed, Nov 26, 2003 at 03:51:23PM -0500, Christopher Jastram wrote: My boss found subversion+webdav, and wants it implemented for use with Adobe FrameMaker. So, I need dav_lock (without it, framemaker can load from dav, but cannot checkin or checkout). Cool! I checked nagoya, there

mod_dav_lock and Adobe Framemaker was Re: Where is mod_access??

2003-11-26 Thread Justin Erenkrantz
--On Wednesday, November 26, 2003 15:51:23 -0500 Christopher Jastram [EMAIL PROTECTED] wrote: My boss found subversion+webdav, and wants it implemented for use with Adobe FrameMaker. So, I need dav_lock (without it, framemaker can load from dav, but cannot checkin or checkout). FWIW, that

Re: Where is mod_access??

2003-11-26 Thread William A. Rowe, Jr.
At 02:51 PM 11/26/2003, Christopher Jastram wrote: I checked nagoya, there doesn't seem to be any way to submit bug reports (and patches) for httpd2.1. Do I submit it under 2.0 or post to the list? I've reclassed HEAD as 2.0-HEAD (since we can't know) and added a new category 2.1-HEAD. Hope

Re: mod_dav_lock and Adobe Framemaker was Re: Where is mod_access??

2003-11-26 Thread Christopher Jastram
Justin Erenkrantz wrote: --On Wednesday, November 26, 2003 15:51:23 -0500 Christopher Jastram [EMAIL PROTECTED] wrote: My boss found subversion+webdav, and wants it implemented for use with Adobe FrameMaker. So, I need dav_lock (without it, framemaker can load from dav, but cannot checkin or

[STATUS] (apache-1.3) Wed Nov 26 23:45:06 EST 2003

2003-11-26 Thread Rodent of Unusual Size
APACHE 1.3 STATUS: -*-text-*- Last modified at [$Date: 2003/11/07 04:12:55 $] Release: 1.3.30-dev: In development 1.3.29: Tagged October 24, 2003. Announced Oct 29, 2003. 1.3.28: Tagged July 16, 2003. Announced ?? 1.3.27: Tagged

[STATUS] (httpd-2.0) Wed Nov 26 23:45:11 EST 2003

2003-11-26 Thread Rodent of Unusual Size
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2003/11/25 22:10:38 $] Release: 2.0.49 : in development 2.0.48 : released October 29, 2003 as GA. 2.0.47 : released July 09, 2003 as GA. 2.0.46 : released May 28, 2003 as GA.

[STATUS] (httpd-2.1) Wed Nov 26 23:45:16 EST 2003

2003-11-26 Thread Rodent of Unusual Size
APACHE 2.1 STATUS: -*-text-*- Last modified at [$Date: 2003/11/20 16:12:28 $] Release [NOTE that only Alpha/Beta releases occur in 2.1 development]: 2.1.0 : in development Please consult the following STATUS files for information on related