Apache-CIPP
view release on metacpan or search on metacpan
$REVISION = q$Revision: 1.4 $;
use strict;
use FileHandle;
use Apache::Constants ':common';
use CIPP;
use Config;
use File::Path;
# this global hash holds the timestamps of the compiled perl
# subroutines for this instance
%Apache::CIPP::compiled = ();
sub handler {
my $r = shift;
# should we mangle remote_ip with proxy X-Forwarded-For?
# (thanks to Ask Bjoern Hansen for his mod_proxy_add_forward.c.
# this code snippet is stolen from his documentation ;)
( run in 0.934 second using v1.01-cache-2.11-cpan-1d5ca39e368 )