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