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

2009-12-01 Thread Haroon Rafique
, I use xebia-france XForwardedFilter at: http://code.google.com/p/xebia-france/wiki/XForwardedFilter YMMV, RJ RJ Ryan RJ Cheers, -- Haroon Rafique haroon.rafi...@utoronto.ca - The official User-To-User support forum

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

2009-12-01 Thread Haroon Rafique
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 haroon.rafi...@utoronto.ca

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

2009-12-01 Thread Haroon Rafique
devs for some help. RJ Ryan RJ Later, -- Haroon Rafique haroon.rafi...@utoronto.ca - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info

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

2009-11-30 Thread Haroon Rafique
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 RJ [..snip..] RJ Later, -- Haroon Rafique

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

2009-11-27 Thread Haroon Rafique
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 haroon.rafi...@utoronto.ca - The official User-To-User support forum of the Apache HTTP

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

2009-11-26 Thread Haroon Rafique
./httpd -l Compiled in modules: core.c prefork.c http_core.c mod_so.c Regards, -- Haroon Rafique haroon.rafi...@utoronto.ca - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http

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 haroon.rafi...@utoronto.ca wrote: HR [..snip..] HR HR Location /rxp HR Order allow,deny HR Allow from all HR SSLVerifyClient optional HR SSLVerifyDepth 3 HR SSLOptions +StdEnvVars

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

2009-11-20 Thread Haroon Rafique
-Powered-By: Servlet/2.5 Content-Type: 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 haroon.rafi...@utoronto.ca

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 haroon.rafi...@utoronto.ca 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 LocationMatch ^/rxp.+\.(css|js)$ HR ErrorDocument 404

[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 haroon.rafi...@utoronto.ca - The official