[STATUS] (httpd-2.1) Wed Jun 18 23:45:15 EDT 2003

2003-06-18 Thread Rodent of Unusual Size
APACHE 2.1 STATUS: -*-text-*- Last modified at [$Date: 2003/05/29 15:07:11 $] 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 proj

[STATUS] (httpd-2.0) Wed Jun 18 23:45:12 EDT 2003

2003-06-18 Thread Rodent of Unusual Size
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2003/06/17 15:20:02 $] Release: 2.0.47 : in development 2.0.46 : released May 28, 2003 as GA. 2.0.45 : released April 1, 2003 as GA. 2.0.44 : released January 20, 2003 as GA.

[STATUS] (apache-1.3) Wed Jun 18 23:45:07 EDT 2003

2003-06-18 Thread Rodent of Unusual Size
APACHE 1.3 STATUS: -*-text-*- Last modified at [$Date: 2003/06/02 13:13:45 $] Release: 1.3.28-dev: In development. Jim proposes a release mid-June and offers to be RM. 1.3.27: Tagged September 30, 2002. Announced Oct 3, 2002.

Little question on apache internals

2003-06-18 Thread Sebastian Abt
Hi all, I'm currently writing an Apache module (Apache 1.3.27) for virtual masshosting based on a SQL backend (currently MySQL later on PostgreSQL). Therefore I'm searching for information about the differences between requests (request_rec) and servers (server_rec). Can anybody tell me the life

RE: [PATCH] EventLog display name patch

2003-06-18 Thread William A. Rowe, Jr.
At 03:04 PM 6/18/2003, Juan Rivera wrote: >Is there any other way to get the display name? I look for other ways but couldn't >figure out another approach. From the registry. It just looks like we look up the display name a little too late for some classes of errors. Working on this. Bill

RE: [PATCH] EventLog display name patch

2003-06-18 Thread Juan Rivera
Title: RE: [PATCH] EventLog display name patch Is there any other way to get the display name? I look for other ways but couldn't figure out another approach. Juan -Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 18, 2003 3:43 PM To: [

Re: [PATCH] mod_dav streamy error handling

2003-06-18 Thread Ben Collins-Sussman
[Reposting patch, with gstein's added check for r->sent_bodyct.] Have mod_dav deal with errors that happen during a streamy provider response. * mod_dav.c (dav_method_propfind, dav_method_report): if the dav provider throws an error in the middle of streaming a response, have mod_dav log an

Re: [PATCH] EventLog display name patch

2003-06-18 Thread William A. Rowe, Jr.
At 09:59 AM 6/18/2003, Juan Rivera wrote: >The current nt_eventlog implementation has the hardcoded "Apache Service" as the >event log application name. This can be problematic if you have multiple instances of >Apache running on the same box. > >To fix this, I made midifications on two files:

Re: OpenSSL locking was Re: mod_ssl broken as DSO in HEAD

2003-06-18 Thread Geoff Thorpe
Hi, On June 18, 2003 02:28 am, Justin Erenkrantz wrote: > Finally got a chance to dig some more and found that if I add: > > CRYPTO_set_id_callback(openssl_id); > > to ssl_hook_pre_config before the ENGINE_load_builtin_engines and where > openssl_id is defined as: > > static unsigned long openssl_

RE: OpenSSL locking was Re: mod_ssl broken as DSO in HEAD

2003-06-18 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
-Original Message- >From: Justin Erenkrantz [mailto:[EMAIL PROTECTED] >[SNIP] > >On this same tangent, do we need to be doing all of the CRYPTO_ stuff? >I don't believe we are doing that. And, I know in flood, we had lots of >problems until we called them. So, I think mod_ssl should be

RE: [PATCH] EventLog display name patch

2003-06-18 Thread Juan Rivera
Title: [PATCH] EventLog display name patch BTW, the service.c patch should also take care of the following bug. If your configuration file has a syntax error, you will get something like this in your event log:   The Apache service named  reported the following error: >>> Syntax error o

[PATCH] EventLog display name patch

2003-06-18 Thread Juan Rivera
Title: [PATCH] EventLog display name patch The current nt_eventlog implementation has the hardcoded "Apache Service" as the event log application name. This can be problematic if you have multiple instances of Apache running on the same box. If, for instance, you register multiple apache ser

Re: ap_get_module_config

2003-06-18 Thread Jeff Trawick
Rahul Kohli wrote: Does the Apache 1.x method "ap_get_module_config" exist for Apache 2 also. grep for it in Apache's include directory... (you'll find it) Where can I find the info. on various Apache 1.x routines counterpart for Apache 2.x. fairly simple renames of 1.3 functions show up in ap_co

Re: [RELEASE CANDIDATE] Apache::Test 1.03-dev

2003-06-18 Thread Sergey V. Stashinskas
Hi, 5.0-RELEASE FreeBSD, apache 1.3.27, mod_perl 1.27, perl 5.8.0 All tests successful. -Original Message- From: Stas Bekman <[EMAIL PROTECTED]> To: [EMAIL PROTECTED],httpd-test-dev list <[EMAIL PROTECTED]> Date: Wed, 18 Jun 2003 19:13:46 +1000 Subject: [RELEASE CANDIDATE] Apache::Test

Re: mod_ssl broken as DSO in HEAD

2003-06-18 Thread Geoff Thorpe
Hi there, On June 16, 2003 10:14 pm, William A. Rowe, Jr. wrote: > At 08:13 PM 6/16/2003, Justin Erenkrantz wrote: > >The change to move OpenSSL's initialization to ssl_hook_pre_config is > > busted when mod_ssl is a DSO. It will try to call all of the OpenSSL > > init sequences twice which I don

ap_get_module_config

2003-06-18 Thread Rahul Kohli
Does the Apache 1.x method "ap_get_module_config" exist for Apache 2 also. If no what is the counterpart for this on Apache 2.x Where can I find the info. on various Apache 1.x routines counterpart for Apache 2.x. Thanks, > Rahul Kohli

Re: [PATCH] mod_dav streamy error handling

2003-06-18 Thread Justin Erenkrantz
--On Wednesday, June 18, 2003 12:47 AM -0700 Greg Stein <[EMAIL PROTECTED]> wrote: I think dropping the connection on the client rather than sending a bogus body is probably "better". Neither solution is great, but I'll take a drop and a truncated response over a bad body. Sure, I can live with t

Re: [PATCH] mod_dav streamy error handling

2003-06-18 Thread Greg Stein
On Wed, Jun 18, 2003 at 12:03:50AM -0700, Justin Erenkrantz wrote: > --On Tuesday, June 17, 2003 11:49 PM -0700 Greg Stein <[EMAIL PROTECTED]> > wrote: > > >Definitely possible. But we have no better measure to detect that some > >output has been generated. Once *some* output has been started (an

Re: [PATCH] mod_dav streamy error handling

2003-06-18 Thread Justin Erenkrantz
--On Tuesday, June 17, 2003 11:49 PM -0700 Greg Stein <[EMAIL PROTECTED]> wrote: Definitely possible. But we have no better measure to detect that some output has been generated. Once *some* output has been started (and, say, it has been buffered by some filter), then the only likely error that wo