From: Elan Ruusamäe Date: Mon, 24 Oct 2005 10:27:18 +0000 (+0000) Subject: - cp of apache1-mod_rpaf.conf X-Git-Tag: auto/ac/apache-mod_rpaf-0_5-1~8 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fapache-mod_rpaf.git;a=commitdiff_plain;h=6782497b943949c2171c94b75e4a47ab6f383875 - cp of apache1-mod_rpaf.conf Changed files: apache-mod_rpaf.conf -> 1.1 --- diff --git a/apache-mod_rpaf.conf b/apache-mod_rpaf.conf new file mode 100644 index 0000000..fbc8a40 --- /dev/null +++ b/apache-mod_rpaf.conf @@ -0,0 +1,19 @@ +# $Id$ +LoadModule rpaf_module modules/mod_rpaf.so + +# mod_rpaf - reverse proxy add forward + + +# 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 + + +# vim:ft=apache