Repost: usage of die inside a mod_perl Apache handler shows not the expected behavior

2001-11-26 Thread Silvio Wanka
Hi, I repost this, because I got no respond: I use the following configuration: PerlHandlerApache::MyPkg SetHandler perl-script and the handler is defined in this way: package Apache::MyPkg require 5.005; require Apache::Request; use constant TmpDir => '/var

usage of die() inside a mod_perl Apache handler shows not the expected behavior

2001-11-22 Thread Silvio Wanka
Hi, I use the following configuration: PerlHandlerApache::MyPkg SetHandler perl-script and the handler is defined in this way: package Apache::MyPkg require 5.005; require Apache::Request; use constant TmpDir => '/var/tmp'; use strict; sub handler (