Apache-iNcom

 view release on metacpan or  search on metacpan

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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# mod_perl startup file
#
# Add module to preload here
use Apache;
 
 
use lib "/home/francis/copiscan/lib";
 
# Preload all the iNcom modules
use iNcom;
 
# 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 )