]> git.pld-linux.org Git - packages/apache1-mod_rpaf.git/blob - apache1-mod_rpaf.conf
611f6bb68a2d0e5ca8b35599b4db33e111760735
[packages/apache1-mod_rpaf.git] / apache1-mod_rpaf.conf
1 # $Id$
2 #LoadModule rpaf_module lib/apache1/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>
19 # vim:ft=apache
This page took 0.09262 seconds and 2 git commands to generate.