hello:

i want to accept request en two or more ports in reverse mode. 80, 8080 and 8081

is that configuration correct? :

...
http_port 80 vhost
http_port 8080 vhost
http_port 8081 vhost
....
acl Safe_ports 80
acl Safe_ports 8080
acl Safe_ports 8081
....
cache_peer 1.1.1.1 parent 80 0 originserver name=first
cache_peer_domain first first.domain.com

cache_peer 1.1.1.2 parent 8080 0 originserver name=second
cache_peer_domain second second.domain.com

cache_peer 1.1.1.3 parent 8081 0 originserver name=last
cache_peer_domain last last.domain.com
...

thanks, Javier

Reply via email to