Re: Redhat httpsd with mod_perl

1999-10-23 Thread Adi
Stas Bekman wrote: Is it a single script/handler you are testing with? *all* children at once? You mean you do a single request and it happens? The only reason I can think of is parent dirtying its memory pages, however I cannot think about a possible way to do this... Yes, I reload

Re: Apache::Filter - get_handlers

1999-10-23 Thread Ken Williams
You need to rebuild your mod_perl with stacked handlers, i.e. PERL_STACKED_HANDLERS=1 or more simply EVERYTHING=1. The relevant code is in Apache.xs. [EMAIL PROTECTED] (Miguel A.L. Paraz) wrote: Hi all, Where is get_handlers lurking? I couldn't find it in any of the Apache:: modules. The

Problems with Embperl Session Tracking

1999-10-23 Thread Owen Stenseth
Hello, I am having a problem getting Embperl session tracking working properly. When I start apache I get the SES message stating that session tracking is enabled but I get no Cookies being set when I make modifications to %udat. In fact the only way I can get cookies to be set is to put them

Re: Request: Need a script that dumps core or requires debug

1999-10-23 Thread Stas Bekman
Another similar request is scripts that dump core. I want to show gdb in action, again with something useful in hand. Here's one: $ perl -e dump Abort(coredump) Thanks of course, Tim! But it doesn't really help to present a problematic code and to show how a with help of

Re: Request: Need a script that dumps core or requires debug

1999-10-23 Thread Tim Bunce
On Sat, Oct 23, 1999 at 11:26:43PM +0200, Stas Bekman wrote: Another similar request is scripts that dump core. I want to show gdb in action, again with something useful in hand. Here's one: $ perl -e dump Abort(coredump) Thanks of course, Tim! [I forgot to add a