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-
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
> 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
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo