25 Nov
2005
25 Nov
'05
09:05
Hi,
ProxyPassReverse ^/(.*)$ http://test2.kempten.lan$1 (here is a / missing, put this is probably only in the example?)
if the backend server uses named virtual hosts as in your case, you must use one of * ProxyPreserveHost Off on the reverse proxy * mod_header with RequestHeader set Host in a <Proxy> block on the reverse proxy * ServerAlias dummy.domain.de , etc. on the backend server Hope this helps. Cheers, Stefan