]> git.pld-linux.org Git - packages/apache-mod_rpaf.git/blobdiff - apache-mod_rpaf.conf
up to 0.8.4
[packages/apache-mod_rpaf.git] / apache-mod_rpaf.conf
index 62743450313bdc8bf5f81927c5952643b6783c49..e302c3b6a63bfec2db3e1e61a376d540d5d567c0 100644 (file)
@@ -1,18 +1,20 @@
-# $Id$
 LoadModule rpaf_module modules/mod_rpaf.so
 
 # mod_rpaf - reverse proxy add forward
+#
+# See documentation for configuration directives:
+# https://github.com/gnif/mod_rpaf#configuration-directives
 <IfModule mod_rpaf.c>
 
 # Enable reverse proxy add forward
-#RPAFenable On
+#RPAF_enable On
 
 # which ips are forwarding requests to us
-#RPAFproxy_ips 127.0.0.1 10.0.0.1
+#RPAF_ProxyIPs 127.0.0.1 10.0.0.1
 
 # let rpaf update vhost settings 
 # allows to have the same hostnames as in the "real"
 # configuration for the forwarding Apache
-#RPAFsethostname Off
+#RPAF_SetHostName Off
 
 </IfModule>
This page took 0.113518 seconds and 4 git commands to generate.