]> git.pld-linux.org Git - packages/apache1-mod_rpaf.git/blame_incremental - apache1-mod_rpaf.conf
- initial
[packages/apache1-mod_rpaf.git] / apache1-mod_rpaf.conf
... / ...
CommitLineData
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.103648 seconds and 4 git commands to generate.