Hello All, I want to configure squid like following setup and please share your views to achieve it.
Setup: Squid is configured as a reverse proxy with two Apache servers as parent. In both apache servers video content will be added continuously. Requirement: If the requested object is not found in the first parent(Apache1.com), squid must check for requested object in the second parent(Apache2.com). Squid.conf: cache_peer parent Apache1.com parent 80 o originserver cache_peer parent Apache2.com parent 80 o originserver Thanks, -Viswa