Apache-iNcom

 view release on metacpan or  search on metacpan

demo/conf/startup.pl  view on Meta::CPAN

# mod_perl startup file
#
# Add module to preload here
use Apache;
use Apache::Cookie;
use Apache::Request;

use Apache::DBI;
use HTML::Embperl;

use lib "/home/francis/copiscan/lib";

# 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.324 second using v1.01-cache-2.11-cpan-8d75d55dd25 )