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
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
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