In the Apache for the site mysiteA.com is registered
ProxyPass / http://mysiteB.com.
Thus, the site page loads the page with mysiteB.com. All links lead to mysiteB.com / ... You need to do so that after the proxypass the host address is saved and all the links lead to mysiteA.com / ... I add the rule to the Apache:
ProxyPass / http://mysiteB.com ProxyPreserveHost on
This rule does not work. How to configure ProxyPreserveHost?