]> git.pld-linux.org Git - packages/apache-mod_rpaf.git/blame - apache-mod_rpaf.conf
- rename module to mod_rpaf.c
[packages/apache-mod_rpaf.git] / apache-mod_rpaf.conf
CommitLineData
6782497b
ER
1# $Id$
2LoadModule rpaf_module modules/mod_rpaf.so
3
4# mod_rpaf - reverse proxy add forward
9180029c 5<IfModule mod_rpaf.c>
6782497b
ER
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.072173 seconds and 4 git commands to generate.