[packages/apache-mod_rpaf] support all 0.6 directives (RPAFheader as well)
glen
glen at pld-linux.org
Fri Sep 11 15:25:05 CEST 2015
commit fda5dc7dab51847c6b23dd0620649dba3300e6dc
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Fri Sep 11 16:24:44 2015 +0300
support all 0.6 directives (RPAFheader as well)
0.6-compat.patch | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/0.6-compat.patch b/0.6-compat.patch
index 83fe571..bf72afd 100644
--- a/0.6-compat.patch
+++ b/0.6-compat.patch
@@ -1,6 +1,6 @@
---- mod_rpaf-0.8.4/mod_rpaf.c~ 2015-09-11 16:21:34.000000000 +0300
-+++ mod_rpaf-0.8.4/mod_rpaf.c 2015-09-11 16:21:40.142295508 +0300
-@@ -420,6 +420,32 @@
+--- mod_rpaf-0.8.4/mod_rpaf.c 2015-09-11 16:21:40.142295508 +0300
++++ mod_rpaf-0.8.4/mod_rpaf.c 2015-09-11 16:23:59.176130314 +0300
+@@ -420,6 +420,39 @@
RSRC_CONF,
"Which header to look for when trying to find the real ip of the client in a proxy setup"
),
@@ -30,6 +30,13 @@
+ RSRC_CONF,
+ "Let mod_rpaf set the hostname from the X-Host header and update vhosts"
+ ),
++ AP_INIT_TAKE1(
++ "RPAFheader",
++ rpaf_set_headername,
++ NULL,
++ RSRC_CONF,
++ "Which header to look for when trying to find the real ip of the client in a proxy setup"
++ ),
{ NULL }
};
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/apache-mod_rpaf.git/commitdiff/fda5dc7dab51847c6b23dd0620649dba3300e6dc
More information about the pld-cvs-commit
mailing list