On 1/31/11 1:36 PM, "Damon Courtney" <da...@tclhome.com> wrote: >Although, I'm curious. I don't know exactly what the code says about >this, but does it handle virtual hosts based on the actual name of the >requested host or based on some Apache internals? For example, if you >have: > ><VirtualHost *:80> > ServerName foo.com > ServerAlias www.foo.com bar.com www.bar.com ></VirtualHost> > >Does that all show up to Rivet as a single "virtual" host, or is Rivet >determining that each of those domain names is a separate virtual host? >I would think they should all show up as a single virtual host and get >served the same interp, but I don't know.
Pretty sure with separate virtual interpreters you get one interpreter per <VirtualHost> directive. --------------------------------------------------------------------- To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org For additional commands, e-mail: rivet-dev-h...@tcl.apache.org