Apache ServerName, handlerURL, and Reverse Proxy
Christopher Bongaarts
cab at umn.edu
Wed Jan 9 11:28:38 EST 2013
On 1/9/2013 10:19 AM, Martin Haase wrote:
> Am 09.01.2013 17:09, schrieb Christopher Bongaarts:
>> Or just fix your reverse proxy so it sends the proper (virtualized)
>> Host: headers, so you can set ServerName properly (to the virtualized
>> form).
> That's not an option: It is set that we have proxy.extern/aaa proxying
> to aaa.target.intern, proxy.extern/bbb to bbb.target.intern etc., with
> many such target vhosts.
Ah, they're all named-based vhosts on the same apache instance.
Another alternative: since the targets are not supposed to be accessed
from the outside, give them separate private IP addresses and use
IP-based vhosts instead.
It seems like it might be reasonable to file a bug with the Apache folks
asking for a way to configure Host: routing for name-based vhosts
separately from redirect generation.
(Of course, if there is an easy way for Shib to work around it in the
meantime, that might be reasonable too...)
--
%% Christopher A. Bongaarts %% cab at umn.edu %%
%% OIT - Identity Management %% http://umn.edu/~cab %%
%% University of Minnesota %% +1 (612) 625-1809 %%
More information about the users
mailing list