[mp2.0] missing $ENV{REMOTE_USER} when using Apache::Reload

2003-02-12 Thread xroot
1. Problem Description: i am missing some environment variables when i enable Apache::Reload with the following commands in httpd.conf: PerlModule Apache::Reload PerlInitHandler Apache::Reload here are the differences from print %ENV: Apache::Reload enabled: HTTP_CACHE_CONTROL: no-cache A

Re: Problem with mod_perl-1.99_08 and perl-5.8.0 under OSX

2003-02-12 Thread Stas Bekman
A.Bergman wrote: On onsdag, feb 12, 2003, at 00:57 Europe/Stockholm, Stas Bekman wrote: A.Bergman wrote: On fredag, feb 7, 2003, at 01:13 Europe/Stockholm, A. Bergman wrote: Getting some weird coredumps, recompile with debugging, and breakpoint on Perl_croak gave me this. [...] That st

Re: [patch] Proposed changes to RegistryCooker for subclassing

2003-02-12 Thread Nathan Byrd
On Wed, 2003-02-12 at 00:23, Stas Bekman wrote: > Nathan Byrd wrote: > [...] > > fields Pragma > > - > > Advantages: > > * More straightforward approach > > * Less code to add to module > > > > Disadvantages: > > * Based on pseudo-hashes - may have problems with reloading, etc > > * Un