]> git.pld-linux.org Git - packages/apache1-mod_rpaf.git/blame - apache1-mod_rpaf.conf
- same as mod_rpaf_detine.patch, but with ipv6 enabled in apache1
[packages/apache1-mod_rpaf.git] / apache1-mod_rpaf.conf
CommitLineData
7f384519 1# $Id$
d0c3fde5 2LoadModule rpaf_module modules/mod_rpaf.so
7f384519
ER
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.055919 seconds and 4 git commands to generate.