RE: [us...@httpd] Passing remote client IP address to backend server and session stickness

2009-12-01 Thread Haroon Rafique
not a java developer, then ask your java devs for some help. RJ> Ryan RJ> Later, -- Haroon Rafique - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.ht

RE: [us...@httpd] Passing remote client IP address to backend server and session stickness

2009-12-01 Thread Haroon Rafique
land. Again, I can only tell you about my experiences. I use apache 2.2.x with mod_proxy in a reverse-proxy configruation. For my java app, I use xebia-france XForwardedFilter (which is a java port of mod_remoteip). RJ> RJ> Ryan RJ> Cheers, -- Haroon Rafique ---

RE: [us...@httpd] Passing remote client IP address to backend server and session stickness

2009-12-01 Thread Haroon Rafique
TP request will contain the X-Forwarded-For header. On my java projects, I use xebia-france XForwardedFilter at: http://code.google.com/p/xebia-france/wiki/XForwardedFilter YMMV, RJ> RJ> Ryan RJ> Cheers, -- Haroon Rafique

Re: [us...@httpd] Passing remote client IP address to backend server and session stickness

2009-11-30 Thread Haroon Rafique
ur backend server, then you will need to figure out how to get the information from that header into your logs (or whereever else). You may need to take extra care as multiple proxies can be in the path, so only trust this information if coming straight from your own reverse proxy. RJ&

RE: [us...@httpd] mod_proxy issue - intermittent 502 response

2009-11-27 Thread Haroon Rafique
s never reaching the app server but as CP> there's only one hop between them I'm struggling to understand what is CP> happening to the request from the proxy. CP> CP> Rgds, CP> CP> Cris CP> -- Haroon Rafique --

Re: [us...@httpd] pass on X509 certificate to reverse-proxy backend

2009-11-26 Thread Haroon Rafique
On Today at 4:12pm, HR=>Haroon Rafique wrote: HR> [..snip..] HR> HR> HR> Order allow,deny HR> Allow from all HR> SSLVerifyClient optional HR> SSLVerifyDepth 3 HR> SSLOptions +StdEnvVars +ExportCert

[us...@httpd] pass on X509 certificate to reverse-proxy backend

2009-11-26 Thread Haroon Rafique
.13 (Unix) Server built: Sep 21 2009 14:18:04 ./httpd -l Compiled in modules: core.c prefork.c http_core.c mod_so.c Regards, -- Haroon Rafique - The official User-To-User support forum of the Apache HTTP Server Project. Se

Re: [us...@httpd] sending pre-compressed content through reverse proxy using mod_rewrite

2009-11-20 Thread Haroon Rafique
On Today at 10:12am, HR=>Haroon Rafique wrote: HR> Hi Igor, HR> HR> Thanks for your response. I tried adding the following (is that what you HR> had in mind?): HR> HR> # set custom 404 in case .gz is not available HR> HR> ErrorDocument 404 "The requested

Re: [us...@httpd] sending pre-compressed content through reverse proxy using mod_rewrite

2009-11-20 Thread Haroon Rafique
pe: text/javascript Content-Language: Content-Length: 1018 Content-Encoding: gzip Keep-Alive: timeout=5, max=100 Connection: Keep-Alive 2009-11-20 10:04:17 ERROR 404: Not Found. Ideas? Cheers, -- Haroon Rafique - The of

[us...@httpd] sending pre-compressed content through reverse proxy using mod_rewrite

2009-11-19 Thread Haroon Rafique
This is on RHEL Server 5.3. Server version: Apache/2.2.14 (Unix) Server built: Nov 17 2009 16:38:48 Compiled in modules: core.c worker.c http_core.c mod_so.c Thanks, -- Haroon Rafique - The official User-To-User sup