2007/7/4, Emilio Casbas <[EMAIL PROTECTED]>:
But what about

- Different requests to different directorys on the same web server.
- Mapping different URLs to different directorys on the same web server.


This is based on original server's virtual hosts config,squid just
take the common setting for reverse proxy,like,

cache_peer 12.34.56.78       parent    80  0  no-query originserver name=CCTV
acl service_icctv dstdomain d1.cctv.com
cache_peer_access CCTV allow service_icctv

acl service_wcctv dstdomain d2.cctv.com
cache_peer_access CCTV allow service_wcctv

acl service_lcctv dstdomain d3.cctv.com
cache_peer_access CCTV allow service_lcctv

Reply via email to