Re: [users@httpd] rewritemap help?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 8/16/05, Chris Knipe <savage@xxxxxxxxxxxxx> wrote:
> > Try something like
> > RewriteCond ${MyMap:%{HTTP_HOST}|not-found} !=not-found
> > RewriteRule (.*) http://${MyMap:%{HTTP_HOST}}$1
> >
> > And be sure to use the RewriteLog to help you debug.
> 
> Joshua,
> 
> Just one more thing very quickly (I haven't tested, it's on a production
> server now),
> 
> Can I put wildcard records in the map file as well, or will that break
> things?
> 
> *.host.com *.internal.host.com ?
> 
> I would believe that this will affect other lines in the map file, hence,
> I'd rather ask first before just doing it....

Wildcards will not work here.  Simple string matching is used to find
the right element in the map.  You could modify your config to deal
explicitly with wildcards, but it would be complicated.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux