You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wiki-changes@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2007/07/02 05:29:09 UTC

[Httpd Wiki] Update of "Recipes/Different UserIDs Using Reverse Proxy" by RiciLake

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