| Paul Sala 2004-01-19, 3:02 pm |
| I am using CP 5.0.0.4 on aix 4.3.3
This is what I need to do is:
if clients request cat.com:443 they are sent to dog.com:440
if clients request cat.com:80 they are sent to dog.com:80
Will this work with CP 5.0? If yes How?
So far, I have set up a multi-virtual host config as such:
#ssl
Proxy /* https://dog.com/* cat.com:443
#non-ssl
#note truck.com is 9.1.2.3 and does not equal any of the other
#hostnames in this example, I could not get this one to work
#using the host name for the last parm of the rule
Proxy /* http://car.com/* 9.1.2.3:80
So, when a client goes to cat.com:443 they are sent to dog.com:443. And when
a client goes to truck.com:80 they are sent to car.com:80
With the above config, everything works just fine.
Problem: I need to add a Proxy rule so that clients can also go to
cat.com:80 and be directed to dog.com:80.
When I added this rule: >> Proxy /* http://dog.com/* cat.com:80 <<
to the config above, I get this error in the proxy log file: > +0500 Rule
'Proxy /*' conflicts with Rule 'Proxy /*' <
How can I do this?
Thanks............Paul
|