[PATCH] piped_log_spawn leaks an fd

2005-05-17 Thread Joe Orton
It's the month of the piped loggers... there's another issue in this code (just had the report this morning, by coincidence), that each time a piped logger is spawned (or respawned), an fd is leaked. Without the fix to APR I committed earlier, this can cause the parent to segfault if enough piped

Re: Apache 1.3 and NetWare.... build problems...

2005-05-17 Thread NormW
Brad Nicholes wrote: *Truncated!* *This message exceeded the Maximum Message Size set in Account Settings, so we have only downloaded the first few lines from the mail server.* *Click here mailbox://[EMAIL

Re: Apache 1.3 and NetWare.... build problems...

2005-05-17 Thread NormW
Good morning... (a little rain at last). Thanks for the feedback... will update the process and try again. Regards, Norm Brad Nicholes wrote: The documentation has just been updated. Apache 1.3 for NetWare is a CLib application rather than LibC. It was incorrectly referencing the wrong SDK. You

Re: [PATCH] worker.c: make pconf the parent for ptrans

2005-05-17 Thread Joe Schaefer
Jeff Trawick [EMAIL PROTECTED] writes: On 5/12/05, Joe Schaefer [EMAIL PROTECTED] wrote: Without this patch, the new apr_pool_join stuff in apr's trunk segfaults all over the place. Why? Is worker MPM doing something wrong (creating standalone pool in that manner), or does APR need some

[jira] Commented: (MODPYTHON-38) Passing req.form into psp.PSP().

2005-05-17 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-38?page=comments#action_65564 ] Graham Dumpleton commented on MODPYTHON-38: --- Have something else to question in the run() code above. That is, I think that doing:    if session is not

which hook can i used?

2005-05-17 Thread james
Greetings All, I want to do one time's work in each apache prefork processor, such as do some init jobs in it, but i can not find a hook whick can be call when apache prefork a processor. The post_config hook only be call in apache daemon processor,butit is no use for me . Can anyone tell me

Re: Apache 1.3 and NetWare.... build problems...

2005-05-17 Thread Brad Nicholes
The winsock2 headers need to be in the same path as the other NWSDK headers. In other words, they should be found within the path: Set NWSDKDIR=c:\novell\ndk\nwsdk For SED, I am doing the same thing that you are which is using the cygwin tools Set GNUTOOLS=c:\prg\tools\cygwin which works

Re: Apache 1.3 and NetWare.... build problems...

2005-05-17 Thread NormW
Good evening,... ..and apologies if this is wearing thin, but after updating the local trunk copy of Apache 1.3, I still see the following error: C:\Projects\svn\apache-1.3make -f NWGNUmakefile Building C:/Projects/svn/apache-1.3/src Generating Release\cc.opt Creating dependancy list for

mod_authn_alias attempt (was Re: Multiple AAA Providers)

2005-05-17 Thread Brad Nicholes
Here is an attempt at providing this functionality through a separate module called mod_authn_alias. It follows the syntax outlined in the previous message thread http://marc.theaimsgroup.com/?l=apache-httpd-devm=110995646219340w=2 . However, I have run into a road block. In order to

Re: which hook can i used?

2005-05-17 Thread Brian Akins
james wrote: Can anyone tell me which hook i can use ? child_init -- Brian Akins Lead Systems Engineer CNN Internet Technologies

Re: [PATCH] piped_log_spawn leaks an fd

2005-05-17 Thread Jeff Trawick
On 5/16/05, Joe Orton [EMAIL PROTECTED] wrote: It's the month of the piped loggers... there's another issue in this code (just had the report this morning, by coincidence), that each time a piped logger is spawned (or respawned), an fd is leaked. +1 (reviewed, tested) These recent fixes need

Re: Apache DBD: completing the toolkit

2005-05-17 Thread Paul Querna
Nick Kew wrote: Some months ago I contributed apr_dbd, giving us the framework for SQL support within APR. The purpose of that was to generalise SQL support within HTTPD, but I've neglected to add the httpd component! Would people be interested to have mod_dbd relicensed and within Apache

Re: Apache 1.3 and NetWare.... build problems...

2005-05-17 Thread NormW
Good morning and thanks for the time taken. The Cygwin sed is one I was sent recently; I had been using the GnuWin32 versions with no success. When the winsock2 header is relocated as you suggest then it should all glue together. Thanks for the time and clarifications, Regards, Norm Brad

Re: [PATCH] SSL patch for ab (ApacheBench)

2005-05-17 Thread Joe Orton
On Wed, May 11, 2005 at 10:37:17PM +0900, Masaoki Kobayashi wrote: This is a patch for the version of ab on the trunk. In this version of ab, HAVE_OPENSSL controls if I have OpenSSL. I conformed to the way although I did not checked the case of HAVE_SSLC. Thanks a lot, and sorry for the slow