Beware, mail crossing ;)

I'm beginning to understand your logic, though i don't see why it should be faster since you do a lookup in vhost.map for each request.
In the case aliases are used only once in a while it could even be slower.

But, if i follow your idea, and since mapping are cached, the best performance might be achieved with 2 maps, one for the master domain and one for the aliases with something, no system access in this case, am i right?


Greg

Joshua Slive a écrit :

On 12/6/05, gregory duchesnes <[EMAIL PROTECTED]> wrote:

RewriteCond ${vhost:%1} ^(/.*)$

That %1 doesn't reference anything, which is why you have an empty
key.  I think you want to replace it with ${lowercase:%{SERVER_NAME}}

Be careful here, however. What happens if the name isn't in the map? You should at least supply a default.

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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to