I have some problems to get Squid (squid-rproxy branch) running
with the following setup:
- 5 Zope instances run on machines test1...test5 port 8881
- each instance is configured to handle HTTP requests for virtual
hosts customer1.xx.yy, customer2.xx.yy, ...
- one squid sits in front of all instance on a dedicated machine
and should act as reverse proxy for the test1...test5.
The squid machine has DNS aliases to all customerX.xx.yy sites.
- I added for all test servers the following
http_port 3128 vhost
cache_peer testX parent 8881 8883 originserver
Problem 1: what do I have to specify as ICP port for an
originserver ? ICP makes no sense for an origin server
- When I access the URL http://customer1.xx.yy:3128/ then I can
see HTTP requests are send out to the test servers but with the
wrong port number in the host header:
HOST: customer1.xx.yy:3128
^^^^^
instead of 8881
Is there anything I am missing ?
Regards,
Andreas Jung
---------------------------------------------------------------------
- Andreas Jung Zope Corporation -
- EMail: andreas@zope.com http://www.zope.com -
- "Python Powered" http://www.python.org -
- "Makers of Zope" http://www.zope.org -
- "Life is a fulltime occupation" -
---------------------------------------------------------------------
Received on Tue Dec 11 2001 - 10:31:31 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:05:18 MST