]> git.pld-linux.org Git - packages/apache1-mod_rpaf.git/blob - apache1-mod_rpaf.conf
- ipv6 patch, based on mod_perl-v6.patch
[packages/apache1-mod_rpaf.git] / apache1-mod_rpaf.conf
1 # $Id$
2 LoadModule rpaf_module modules/mod_rpaf.so
3
4 # mod_rpaf - reverse proxy add forward
5 <IfModule mod_rpaf.c>
6
7 # Enable reverse proxy add forward
8 #RPAFenable On
9
10 # which ips are forwarding requests to us
11 #RPAFproxy_ips 127.0.0.1 10.0.0.1
12
13 # let rpaf update vhost settings 
14 # allows to have the same hostnames as in the "real"
15 # configuration for the forwarding Apache
16 #RPAFsethostname Off
17
18 </IfModule>
This page took 0.05086 seconds and 3 git commands to generate.