Bug 1211078

Summary: typo in "Example 6.1. Setting up Reverse Proxy Mode": proxya -> proxyb
Product: Red Hat Satellite 5 Reporter: Jan Hutař <jhutar>
Component: Docs Proxy Installation GuideAssignee: Dan Macpherson <dmacpher>
Status: CLOSED CURRENTRELEASE QA Contact: Dan Macpherson <dmacpher>
Severity: low Docs Contact:
Priority: high    
Version: 570CC: jhutar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-10-21 02:02:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1018166    

Description Jan Hutař 2015-04-12 20:32:06 UTC
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
[...]

Comment 3 Dan Macpherson 2015-08-13 05:20:57 UTC
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?

Comment 4 Jan Hutař 2015-08-13 07:47:48 UTC
Looks good! Thank you.