[open-ils-commits] [GIT] Evergreen ILS branch master updated. 1c5f6eade8ccad5d8943234254f00e8cf109d96d

Evergreen Git git at git.evergreen-ils.org
Sun Jul 21 15:54:14 EDT 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  1c5f6eade8ccad5d8943234254f00e8cf109d96d (commit)
      from  9a4cb65a0656f5c871d8ecf254c198ea6544f79a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1c5f6eade8ccad5d8943234254f00e8cf109d96d
Author: Jason Stephenson <jason at sigio.com>
Date:   Tue Jul 2 12:53:16 2019 -0400

    LP#1834208: Use X-Forwarded-For in example Apache configuration
    
    Change X-Real-IP to X-Fowarded-For in Open-ILS/examples/apache_24/
    eg_vhost.conf.in to match changes in the OpenSRF example proxy
    configurations for nginx and haproxy.
    
    Signed-off-by: Jason Stephenson <jason at sigio.com>
    Signed-off-by: Ben Shum <ben at evergreener.net>

diff --git a/Open-ILS/examples/apache_24/eg_vhost.conf.in b/Open-ILS/examples/apache_24/eg_vhost.conf.in
index 95d0702b6d..6301516f81 100644
--- a/Open-ILS/examples/apache_24/eg_vhost.conf.in
+++ b/Open-ILS/examples/apache_24/eg_vhost.conf.in
@@ -413,11 +413,11 @@ RewriteRule .? - [E=locale:%{HTTP:Accept-Language}]
 # OPTIONAL: Running the translator behind a proxy requires accessing
 # the client IP address via mod_remoteip (sudo a2enmod remoteip).
 # Below is a sample configuration for a proxy running on the same
-# server and passing the client IP address via the X-Real-IP header.
+# server and passing the client IP address via the X-Forwarded-For header.
 #
 #RemoteIPInternalProxy 127.0.0.1/24
 #RemoteIPInternalProxy ::1
-#RemoteIPHeader X-Real-IP
+#RemoteIPHeader X-Forwarded-For
 
 <Location /osrf-http-translator>
     SetHandler osrf_http_translator_module

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/examples/apache_24/eg_vhost.conf.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list