[geocode-glib] server script: Set a server side proxy variable



commit 0ad5610706f0892991ade230be0206a5cf4ddfb0
Author: Satabdi Das <satabdidas gmail com>
Date:   Wed Jan 30 16:22:35 2013 +0530

    server script: Set a server side proxy variable
    
    To test the scenario when the IP address is not provided by the client

 .../geocode-ip-server/tests/launch-web-server.sh   |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/geocode-glib/geocode-ip-server/tests/launch-web-server.sh b/geocode-glib/geocode-ip-server/tests/launch-web-server.sh
index 7982e50..c675d80 100755
--- a/geocode-glib/geocode-ip-server/tests/launch-web-server.sh
+++ b/geocode-glib/geocode-ip-server/tests/launch-web-server.sh
@@ -106,6 +106,7 @@ LoadModule reqtimeout_module /usr/lib/apache2/modules/mod_reqtimeout.so
 LoadModule setenvif_module /usr/lib/apache2/modules/mod_setenvif.so
 LoadModule status_module /usr/lib/apache2/modules/mod_status.so
 
+SetEnv HTTP_CLIENT_IP 24.24.24.24
 
 ServerName localhost
 ServerRoot "$ROOTDIR"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]