From: Dannes W. <da...@ex...> - 2010-06-15 06:14:09
|
Hi, On Tue, Jun 15, 2010 at 12:14 AM, Adam Retter <ad...@ex...> wrote: > There may be other aspects of the URL that we may want to make > configurable if you are running behind a reverse proxy? This has been on my list quite some time... good to see that others have the same issue as well. I guess the issue is much broader, in the 'request' function-namespace there are a few functions affected by the same subject... and the webstart functionality as well. Probably it should be an database wide configuration item. Please read the 'specs' carefully... there are a few implementations that do approximately the same. E.g. http://en.wikipedia.org/wiki/X-Forwarded-For You cannot use the header right away, it must be parsed first (take first item of list? or last?) read more on http://httpd.apache.org/docs/2.2/mod/mod_proxy.html (revere proxy headers), there are a few more headers you could check...... be aware of that! cheers Dannes -- eXist-db Native XML Database - http://exist-db.org Join us on linked-in: http://www.linkedin.com/groups?gid=35624 |