On Mon, 2009-01-19 at 00:57 -0500, Philip M. Gollucci wrote:
> email message attachment ([us...@httpd] Problems Compiling mod_perl
> and apache.eml)
> > Forwarded Message
> > From: Ashley M. Kirchner
> > Reply-To: us...@httpd.apache.org
> > To: us...@httpd.apache.org
> > Subject
--
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354
Consultant - P6M7G8 Inc.http://p6m7g8.net
Senior Sys Admin- RideChar
macke...@animalhead.com schrieb:
What I did to get worker and event working under FreeBSD 6.3,
was to eliminate the child_init handler, and at the start of
the response handler do something like
my $env;
sub handler { # this is the response handler
my ($r) = @_;
if (!$env) {
$e