]> git.pld-linux.org Git - packages/apache-mod_rpaf.git/blame - apache-mod_rpaf.conf
caps fix
[packages/apache-mod_rpaf.git] / apache-mod_rpaf.conf
CommitLineData
6782497b
ER
1LoadModule rpaf_module modules/mod_rpaf.so
2
3# mod_rpaf - reverse proxy add forward
df25b1c4
ER
4#
5# See documentation for configuration directives:
6# https://github.com/gnif/mod_rpaf#configuration-directives
9180029c 7<IfModule mod_rpaf.c>
6782497b
ER
8
9# Enable reverse proxy add forward
503fccda 10#RPAF_Enable On
6782497b
ER
11
12# which ips are forwarding requests to us
df25b1c4 13#RPAF_ProxyIPs 127.0.0.1 10.0.0.1
6782497b
ER
14
15# let rpaf update vhost settings
16# allows to have the same hostnames as in the "real"
17# configuration for the forwarding Apache
df25b1c4 18#RPAF_SetHostName Off
6782497b
ER
19
20</IfModule>
This page took 0.058962 seconds and 4 git commands to generate.