On Sat, Mar 7, 2009 at 5:49 PM, [email protected] <[email protected]> wrote: > > well the patch is out there a long time ... distros package it with apache > so, while it may not be currently a part of apache's official release yet, > i don't think its a wise thing to wait for the official sni apache and then > wait even more for a sni patch to mod_vhost_alias. > refference: http://people.apache.org/~fuankg/diffs/httpd-2.2.x-sni.diff
The way mod_vhost_alias hooks into Apache doesn't seem too promising for interoperating with SNI -- it operates pretty late in the game (like Alias or RewriteRule). Maybe mod_macro + the SNI patch comes close to what you're looking for? -- Eric Covener [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]
