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