"Ryan Yagatich" <ryagat...@gmail.com> writes: > What about mod_vhost_alias? ( > http://httpd.apache.org/docs/2.0/mod/mod_vhost_alias.html ) > > <quote> > Summary > > This module creates dynamically configured virtual hosts, by allowing the IP > address and/or the Host: header of the HTTP request to be used as part of > the pathname to determine what files to serve. This allows for easy use of a > huge number of virtual hosts with similar configurations. > </quote>
Thanks! That looks very close to what I want. I wonder if there is a way to do a database lookup and substitute that?... ----Scott.