From: Elan Ruusamäe Date: Wed, 5 Jan 2005 00:23:19 +0000 (+0000) Subject: - initial X-Git-Tag: auto/ac/apache1-mod_rpaf-0_5-1~16 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapache1-mod_rpaf.git;a=commitdiff_plain;h=7f3845193d7d308467952696669a19bc5700b195 - initial Changed files: apache1-mod_rpaf.conf -> 1.1 --- 7f3845193d7d308467952696669a19bc5700b195 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 + + +# 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