Hi,
I am writing an Input Connection Filter for Apache 2.0.48 using mod_perl
1.99_12 to allow mod_dav to work behind a reverse proxy.
My filter works well except for the fact that it seems to miss a few
requests right after Apache startup. Has anybody else ever experienced
this behavior, and i
I solved my problem by adding a
PerlModule ..
directive in my Apache conf, but I saw nowhere in the documentation
about modules that this directive was needed, maybe this is something to
add to avoid repeating my problem.
Mathias Herberts wrote:
Hi,
I am writing an Input Connection
Hi,
still in the process of building an Input Connection Filter I noticed
something wrong with all Connection Filter examples I could find
(including HTTPHeadersFixup), in case the connection is instructed to be
kept open with 'Connection: Keep-Alive', several requests will be run
through the