[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [suse-security] problem with apache reverse proxy
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
--
Check the headers for your unsubscription address
For additional commands, e-mail: suse-security-help@xxxxxxxx
Security-related bug reports go to security@xxxxxxx, not here