Re: [Resin-interest] Host Matching and Regular Expressions

2008-07-30 Thread Scott Ferguson
Hi Shane, I've added a bug track as http://bugs.caucho.com/view.php?id=2813 and I'll need to look into it more. The priority code is a bit tricky, so it's possible that the aliases aren't getting the right priority. -- Scott On Jul 29, 2008, at 12:05 PM, Shane Cruz wrote: Specific host i

Re: [Resin-interest] Host Matching and Regular Expressions

2008-07-29 Thread Shane Cruz
Specific host ids have priority over regexps. So myhost.com should match independent of the order of those two tags. For two regexps, the first one should match. -- Scott Would a host-alias for a specific host ID match before the regexp host? For example, assume this configuration:

Re: [Resin-interest] Host Matching and Regular Expressions

2008-07-21 Thread Scott Ferguson
On Jul 21, 2008, at 1:03 PM, Shane Cruz wrote: In Resin Pro 3.0 (specifically 3.0.23), what happens if you have two host blocks that both match the virtual host being requested? For example, what would happen if we have a configuration such as this and someone requests myhost.com?

[Resin-interest] Host Matching and Regular Expressions

2008-07-21 Thread Shane Cruz
In Resin Pro 3.0 (specifically 3.0.23), what happens if you have two host blocks that both match the virtual host being requested? For example, what would happen if we have a configuration such as this and someone requests myhost.com? myhost.com ... ${host.regexp[2]} ...