Apache-iNcom
view release on metacpan or search on metacpan
demo/conf/startup.pl view on Meta::CPAN
123456789101112131415161718192021# mod_perl startup file
#
# Add module to preload here
use
Apache;
use
Apache::Cookie;
use
Apache::Request;
use
Apache::DBI;
use
HTML::Embperl;
# Preload all the iNcom modules
use
iNcom;
use
iNcom::Session;
use
iNcom::PgStore;
# Other stuff
# Reinstall remote address if the request was proxied
sub
My::ProxyRemoteAddr ($) {
my
$r
=
shift
;
( run in 0.266 second using v1.01-cache-2.11-cpan-496ff517765 )