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 RiciLake: http://wiki.apache.org/httpd/Recipes/Different_UserIDs_Using_Reverse_Proxy ------------------------------------------------------------------------------ == Alternative Proxy Configuration == As an alternative to the above, a single proxy server can be set up using - a very simple httpd.conf file: + a very simple httpd.conf file, which does not need to be changed to add or delete user servers: {{{ + ProxyRequests Off ProxyPreserveHost On RewriteEngine On @@ -87, +88 @@ </Directory> }}} - The host_to_ip file might look like this: + To add or delete a user server, it's only necessary to edit the host_to_ip file, which might look like this: {{{ foo.com 127.0.0.1:8000 www.foo.com 127.0.0.1:8000
