RE: [suse-security] problem with apache reverse proxy
well done, thanks :) right, missing / was only in the example :) problem was ProxyPreserveHost On .... ive set RequestHeader unset Accept-Encoding now, think i dont need more ?! greetings andy --free your mind, use open source http://www.mono-project.com ASCII ribbon campaign ( ) - against HTML email X & vCards / \
-----Original Message----- From: sf@sfritsch.de [mailto:sf@sfritsch.de] Sent: Friday, November 25, 2005 10:06 AM To: suse-security@suse.com Subject: 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@suse.com Security-related bug reports go to security@suse.de, not here
participants (1)
-
Dörfler Andreas