- or download this
in httpd.conf
...
PerlSetVar clickDB "/adconfig/click"
PerlChildInitHandler Config
PerlTransHandler Serve
- or download this
in Config.pm
sub handler
...
-Flags => "DB_RDONLY"
or die "Cannot open file $config: $!$BerkleleyDB::Error\n";
}
- or download this
In Serve.pm
sub handler
...
}
# Code Always dies
}