Hello,
simply adding $[
to /etc/apache2/apache2.conf (or PerlPostConfigRequire a file
containing $[) causes apache to segfault (trace below).
Strangely this happens _only_ if mod_php is also loaded!
No sane person cares about $[, but it's not uncommon to
PerlPostConfigRequire some old module
Hello,
I believe there is an issue with Apache::DBI under mod_perl 2.
Apache::DBI is supposed not to cache connections created in the parent
apache process, since using such a connection from multiple children
simultaneously causes problems. Under MP1 the condition to avoid caching
is
$Apache::S
Thanks for the quick and prompt reply guys.
> $s->push_handlers as well as $s->add_config modify the server
> configuration object while $r->... modify the runtime request
> configuration. The server methods are intended to be used only at
> startup time (up to PerlPostConfig, perhaps PerlChild
Hello,
I'd like to ask what is the intended behaviour of
Apache2::ServerUtil->server->push_handlers(PerlCleanupHandler => ...)
compared to
Apache2::RequestUtil->request->push_handlers(PerlCleanupHandler => ...)
On my Ubuntu 8.10 (mod_perl 2.0.4, apache 2.2.9) cleanup handlers
installed on $s se