]> git.pld-linux.org Git - packages/apache1-mod_rpaf.git/commitdiff
- initial
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 5 Jan 2005 00:23:19 +0000 (00:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_rpaf.conf -> 1.1

apache1-mod_rpaf.conf [new file with mode: 0644]

diff --git a/apache1-mod_rpaf.conf b/apache1-mod_rpaf.conf
new file mode 100644 (file)
index 0000000..611f6bb
--- /dev/null
@@ -0,0 +1,19 @@
+# $Id$
+#LoadModule rpaf_module lib/apache1/mod_rpaf.so
+
+# mod_rpaf - reverse proxy add forward
+<IfModule mod_rpaf.c>
+
+# Enable reverse proxy add forward
+#RPAFenable On
+
+# which ips are forwarding requests to us
+#RPAFproxy_ips 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
+
+</IfModule>
+# vim:ft=apache
This page took 0.040755 seconds and 4 git commands to generate.