Re: ChildInitHandler

2001-06-14 Thread Doug MacEachern
On 30 Mar 2001, Nikolaus Rath wrote: Hello! The following code doesn't work. I think that child_init_handler is never called. But there are no errors in the error log. sub child_init_handler($$) { my($this,$r) = @_; $r-log_error(Session Manager initialized); return OK; }

ChildInitHandler

2001-03-30 Thread Nikolaus Rath
Hello! The following code doesn't work. I think that child_init_handler is never called. But there are no errors in the error log. What goes wrong here? -[/home/nikratio/cvs/tsession-perl/Apache/foo.pm] #!/usr/bin/perl -w package Apache::foo; use Apache::Cookie (); use