|
|
|
[
Permlink
| « Hide
]
Stefan Winterstein - 2005-05-02 15:05
This problem boiled down to a wrongly set server time, so the cookies were invalid.
That was the problem we had... namely that some authentication was wrong.
mod_proxy support isn't complete yet, though ! Among others:
paul Here is a situation where, clearly, we cannot devise our hostname whatsoever except from a configuration:
In the browser-delegation scenario, the guide-server should call the activity-server (Siette for now) and give it the URL of the ActiveMath (namely, the URL-to-return-the-result-to). In the current escaping we have done, there seems to be a way to use proxy-added HTTP headers to detect which host called us. I think we have no way to escape a fixed configuration that gives the URL. paul Have just inserted a method Manager.getAdvertizedLocalhostName
with a property advertizedLocalhost which, if set, is used. If the property is not set (or is empty or whitespace), the localhost provided by InetAddress is used (it is known to fail in several offline linux laptops). paul Can we close this? If not, what's still missing?
We still have not solved the problem that only virtual-hosts can be proxied.
I do think it is wishable, though not urgent, that we either use:
Maybe defining appRoot to be the advertized URL if it is explicitly defined is a very wise way. Is the topic of the remote-host-name-to-be-not-the-proxy solved ? paul The current behavior is:
$appRoot - /ActiveMath2 In the Velocity files, only $appRoot is used. > Maybe defining appRoot to be the advertized URL if it is explicitly defined is a very wise way. I can do that, sounds okay. >Is the topic of the remote-host-name-to-be-not-the-proxy solved ? Please explain. |
||||||||||||||||||||||||||||||||||||||||||||||||