SOURCES: apache-mod_rpaf.conf (NEW) - cp of apache1-mod_rpaf.conf
glen
glen at pld-linux.org
Mon Oct 24 12:27:23 CEST 2005
Author: glen Date: Mon Oct 24 10:27:23 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- cp of apache1-mod_rpaf.conf
---- Files affected:
SOURCES:
apache-mod_rpaf.conf (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/apache-mod_rpaf.conf
diff -u /dev/null SOURCES/apache-mod_rpaf.conf:1.1
--- /dev/null Mon Oct 24 12:27:23 2005
+++ SOURCES/apache-mod_rpaf.conf Mon Oct 24 12:27:18 2005
@@ -0,0 +1,19 @@
+# $Id$
+LoadModule rpaf_module modules/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
================================================================
More information about the pld-cvs-commit
mailing list