Thread: Problem with apache and mod_proxy
hello.
i've issue mod_proxy in apache 2.3.16. looking work correctly. use server proxypass data 3 additional servers.
, in example if pass data server1 - ok. when pass data server2 connect server1. on debug apache log i've found someting like: connecting server1 , connected server2 . looks apache cache last connection , connect last used server. know how repair this? part of config:
<virtualhost myhost:8080>
rewriteengine on
rewriterule /proxy/(.*) http://$1 [p]
proxyrequests off
proxysourceaddress xxx.xxx.xxx.xxx
</virtualhost>
, in example: if put in browser:
http://myhost/proxy/somehost.com - i'm connecting somehost.com
when put browser:
http://myhost/proxy/otherhost.com - connect me otherhost.com , somehost.com (used prevoriusly)
please help.
regard's
greg
Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] Problem with apache and mod_proxy
Ubuntu
Comments
Post a Comment