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:
Demonstrate how to start the back-end hosts.

------------------------------------------------------------------------------
  
  == Back-end hosts ==
  
- These hosts do the real work.
+ These hosts do the real work.  They must each be started independently.  If 
they share the same httpd binary (and hence the same mpm), you can start them 
as follows:
+ {{{
+ ./apachectl -f /usr/local/apache2/conf/host1.conf -k start
+ ./apachectl -f /usr/local/apache2/conf/host2.conf -k start
+ }}}
  
  === Host 1 ===
  {{{

Reply via email to