https://bz.apache.org/bugzilla/show_bug.cgi?id=65737

--- Comment #5 from Horst Platz <h...@localhorst.org> ---
ok thx for the infos and in my example case. the referre header must in the
proxy configuration.

~# vim /etc/apache2/sites-enabled/000-default.conf
[...]
<Location /balancer-manager>
  ProxyPass http://192.168.56.170:81/balancer-manager
  ProxyPassReverse http://192.168.56.170:81/balancer-manager
  RequestHeader set Referer http://192.168.56.170:81/balancer-manager
  SetOutputFilter INFLATE;SUBSTITUTE
  Substitute "s|http://192.168.56.170:81|http://192.168.56.70|i"
</Location>
[...]

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to