Re: [PATCH] event driven read

2003-09-12 Thread Brian Pane
On Tue, 2002-10-15 at 10:31, Bill Stoddard wrote: > Something I've been hacking on (in the pejorative sense of the word 'hack'. > Look at the patch and you will see what I mean :-). This should apply and > serve pages on Linux, though the event_loop is clearly broken as it does not > timeout keep-

Re: Request body validation before content handler phase

2003-09-12 Thread Nick Kew
On Fri, 12 Sep 2003, Kris Verbeeck wrote: > I'm writing an Apache 2.0 module that has to perform some > request body validation before actually deciding which > content handler to use for response generation. Are these your own content handlers? If so, could your module do its dispatching intern

RE: Hooking child termination

2003-09-12 Thread Mladen Turk
> From: William A. Rowe, Jr. > > > >Is there a possibility to add some sort of a hook to a > parent that will > >execute when the child process dies? I would like to have a config > >option that will (something like Windows service manager has for the > >services itself) behave differently on

[PATCH] A modular mod_log_config for Apache 2

2003-09-12 Thread Sönke Tesch
Hi, I wasn't too happy with the current mod_log_config design, which turned out to be a bit unflexible in the writer section, so I modified it in order to be able to happily log into a database. The disadvantages of the existing set_writer way of doing things are: a) The log writer doesn't get a

Re: Hooking child termination

2003-09-12 Thread William A. Rowe, Jr.
At 01:38 AM 9/11/2003, Mladen Turk wrote: >Hi all, > >Is there a possibility to add some sort of a hook to a parent that will >execute when the child process dies? I would like to have a config >option that will (something like Windows service manager has for the >services itself) behave different

Re: new in Apache::Test: t/SMOKE -bug_mode

2003-09-12 Thread Stas Bekman
Rafael Garcia-Suarez wrote: Stas Bekman wrote: It all started when I have noticed a few core files after running t/SMOKE on modperl-2.0's top-level test suite. I couldn't figure out which test caused them. So I have decided to rewrite the smoker to provide me that information. In the future we

Re: mod_ssl and slow first connection

2003-09-12 Thread William A. Rowe, Jr.
At 02:46 AM 9/12/2003, Apache-Mailing wrote: >Hi, > >i did test with openssl 0.9.6 and openssl 0.9.7 and it's the same >behaviour, but i found what was wrong. > >If IE or Netscape are accepting both sslv2 and sslv3, and the mod_ssl is >setup with SSLProtocol ALL, it take long time before the popup

Re: new in Apache::Test: t/SMOKE -bug_mode

2003-09-12 Thread Rafael Garcia-Suarez
Stas Bekman wrote: > It all started when I have noticed a few core files after running t/SMOKE on > modperl-2.0's top-level test suite. I couldn't figure out which test caused > them. So I have decided to rewrite the smoker to provide me that information. > In the future we might autoextract the

[PATCH] A modular mod_log_config for Apache 2

2003-09-12 Thread Sönke Tesch
Hi, I wasn't too happy with the current mod_log_config design, which turned out to be a bit unflexible in the writer section, so I modified it in order to be able to happily log into a database. The disadvantages of the existing set_writer way of doing things are: a) The log writer doesn't get a

Re: [PATCH] Bug #18756: fix many problems about ldap cache using shared memory

2003-09-12 Thread Graham Leggett
Matthieu Estrade wrote: 1) i moved all this global declaration inside the module config, then i made all rmm_alloc and rmm_free use these module config data. 2) i moved the shm init in post_config hook, then did some code to merge all these rmm and shm addr in all vhost module config 3) i create

[PATCH] Bug #18756: fix many problems about ldap cache using shared memory

2003-09-12 Thread Matthieu Estrade
Hi, This is my second and new patch for ldap cache using shared memory. I am using ldap cache with linux redhat and worker mpm. The problems i found: 1) All shm cache information (shm addr, rmm addr, lock) are declared as global. --> in worker mpm, many strange problems happen. 2) shm initialis

Request body validation before content handler phase

2003-09-12 Thread Kris Verbeeck
Hello, I'm writing an Apache 2.0 module that has to perform some request body validation before actually deciding which content handler to use for response generation. I'm wondering what the best way is to implement this. 1) input filter is a no go, because at the moment the body data passes thro

Re: mod_ssl and slow first connection

2003-09-12 Thread Apache-Mailing
Hi, i did test with openssl 0.9.6 and openssl 0.9.7 and it's the same behaviour, but i found what was wrong. If IE or Netscape are accepting both sslv2 and sslv3, and the mod_ssl is setup with SSLProtocol ALL, it take long time before the popup show up. If you force to SSLv3 or SSLv2 with mod_ss