summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2005-01-05 00:23:19 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit7f3845193d7d308467952696669a19bc5700b195 (patch)
treeb77a488e889fed6ab1577c5605edd22abe7a27f5
downloadapache1-mod_rpaf-7f3845193d7d308467952696669a19bc5700b195.zip
apache1-mod_rpaf-7f3845193d7d308467952696669a19bc5700b195.tar.gz
- initial
Changed files: apache1-mod_rpaf.conf -> 1.1
-rw-r--r--apache1-mod_rpaf.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/apache1-mod_rpaf.conf b/apache1-mod_rpaf.conf
new file mode 100644
index 0000000..611f6bb
--- /dev/null
+++ b/apache1-mod_rpaf.conf
@@ -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