Re: Memory Leaks

2002-05-19 Thread Doran L. Barton
in Apache::Registry scripts. I wasn't initializing those list variables and before you knew it, lists were getting populated with values in duplicate, triplicate, and so on. Nothing has helped me become a better Perl programming than mod_perl. :) -=Fozz -- Doran L. Barton [EMAIL PROTECTED

Re: CGI::param,arg,content

2002-05-01 Thread Doran L. Barton
) { push @{$params{$name}}, $value; } The result is a hash (%params) of lists which contains all the name-value pair data. -=Fozz -- Doran L. Barton [EMAIL PROTECTED] - Chief Super Hero - Iodynamics LLC http://www.iodynamics.com/ - Linux solutions and dynamic websites Have

AuthCookieDBI not getting secret keys in BEGIN block

2002-04-25 Thread Doran L. Barton
of Apache-server-dir_config(). Nothing. Not a darn thing is being returned this function... which is puzzling. Any thoughts? I'm running Perl 5.6.1, Apache 1.3.22-2 (RH7.2), and mod_perl 1.26. -=Fozz -- Doran L. Barton [EMAIL PROTECTED] - Chief Super Hero - Iodynamics LLC http

Re: AuthCookieDBI not getting secret keys in BEGIN block

2002-04-25 Thread Doran L. Barton
for the RealmDBI_SecretKeyFile variable comes before your PerlModule Apache::AuthCookieDBI directive in your configuration file. Otherwise, there will be no appropriate keys returned by dir_config(). -=Fozz -- Doran L. Barton [EMAIL PROTECTED] - Chief Super Hero - Iodynamics LLC http://www.iodynamics.com

Re: Ip Address On Outbound

2002-01-10 Thread Doran L. Barton
/IP protocols and not HTTP, I can't see how Apache (or mod_perl) can do anything about that. You can't spoof IPs at the application layer if you're doing network transactions. -=Fozz -- - Doran L. Barton [EMAIL PROTECTED

Persistent objects between init and content handlers

2000-12-08 Thread Doran L. Barton
oped local to the child? Weird, huh? Thanks in advance for your attention to this issue. -- Doran L. Barton [EMAIL PROTECTED] - Chief Super Hero - Iodynamics LLC http://www.iodynamics.com/ - Linux solutions and dynamic websites "A good messenger expects to get shot.&

Re: mod_perl 1.24 for Apache 1.3.14 patch

2000-11-30 Thread Doran L. Barton
still running 1.3.12 for now) -- Doran L. Barton [EMAIL PROTECTED] - Chief Super Hero - Iodynamics LLC http://www.iodynamics.com/ - Linux solutions and dynamic websites "A good messenger expects to get shot." --- Larry Wall -