Mailinglist Archive: opensuse-security (184 mails)
| < Previous | Next > |
Re: [suse-security] problem with apache reverse proxy
- From: sf@xxxxxxxxxxx
- Date: Fri, 25 Nov 2005 10:05:36 +0100 (CET)
- Message-id: <35594.217.111.53.98.1132909536.squirrel@xxxxxxxxxxxxxxxx>
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
> 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
| < Previous | Next > |