Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The "RewriteMap" page has been changed by FabienBourdaire.
http://wiki.apache.org/httpd/RewriteMap?action=diff&rev1=7&rev2=8

--------------------------------------------------

  == Recipe: ==
  {{{
  RewriteEngine on
- RewriteMap sub /physical/path/to/rwmap.pl
+ RewriteMap sub prg:/physical/path/to/rwmap.pl
  RewriteLock  /var/lock/map.sub.lock
  RewriteCond %{HTTP_HOST} ^(www\.)?([a-z.-]+)\.example\.com
- RewriteRule ^/(.*) /home/www/htdocs/hosts/${sub:%2}$1 [L]
+ RewriteRule ^/(.*) /home/www/htdocs/hosts/${sub:$2}$1 [L]
  }}}
  rwmap.pl:
  {{{

Reply via email to