Description of problem: There is a typo in "Example 6.1. Setting up Reverse Proxy Mode". It mentions "proxya" twice and partly ignores "proxyb" Version-Release number of selected component (if applicable): current How reproducible: always Steps to Reproduce: 1. Check: https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.7/html/Proxy_Installation_Guide/chap-Red_Hat_Satellite-Proxy_Installation_Guide-Load_Balancing_Satellite_Proxy_Servers.html Example 6.1. Setting up Reverse Proxy Mode Actual results: [...] cache_peer proxya.example.com parent 443 0 no-query originserver round-robin ssl name=proxya.example.com sslcafile=/etc/pki/tls/certs/squid-ca.crt cache_peer proxya.example.com parent 443 0 no-query originserver round-robin ssl name=proxyb.example.com sslcafile=/etc/pki/tls/certs/squid-ca.crt [...] Expected results: Note "proxya.example.com" to "proxyb.example.com" change on second line: [...] cache_peer proxya.example.com parent 443 0 no-query originserver round-robin ssl name=proxya.example.com sslcafile=/etc/pki/tls/certs/squid-ca.crt cache_peer proxyb.example.com parent 443 0 no-query originserver round-robin ssl name=proxyb.example.com sslcafile=/etc/pki/tls/certs/squid-ca.crt [...]
Full hostname included: https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.7/html/Proxy_Installation_Guide/chap-Load_Balancing_Satellite_Proxy_Servers.html#sect-Installing_a_Squid_Reverse_Proxy Jan, did I get the fixes correct? Are there any other modifications required?
Looks good! Thank you.