Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by slive: http://wiki.apache.org/httpd/Recipes/Different_UserIDs_Using_Reverse_Proxy The comment on the change is: Make sure ProxyPassReverse has a chance to work. ------------------------------------------------------------------------------ === Host 1 === {{{ Listen 81 - ServerName host1.example.com:81 + ServerName localhost:81 User host1user Group host1group DocumentRoot /usr/local/apache2/htdocs1 @@ -46, +46 @@ === Host 2 === {{{ Listen 82 - ServerName host2.example.com:82 + ServerName localhost:82 User host2user Group host2group DocumentRoot /usr/local/apache2/htdocs2
