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

The comment on the change is:
Removed incorrect / from rewriterule

------------------------------------------------------------------------------
  # Don't put the space between the }} }. I had to put it in
  # because of Wiki formatting rules.
  RewriteCond ${host:${tolower:%{HTTP_HOST}} } (.+)
- RewriteRule (.*) http://%1/$1 [P]
+ RewriteRule (.*) http://%1$1 [P]
  
  <Directory />
    Deny from all

Reply via email to