Two ways I have done this: using a rewrite filter: http://rmadilo.com/files/nsrewrite/
or something along the lines of ACS with abstract filename handling: VAT (Virtual hosting, Abstract file handling, Templating): http://rmadilo.com/files/vat/ This is ancient code, but I still use VAT in a similar situation as you, VAT was, at the time, a little more advanced than the ACS request processor. Note that you can also run a regular proxy server on your forward IP and configure several AOLserver instances on internal ports, but VAT is helpful when there is a lot of shared code that evolves along an identical path. tom jackson On Mon, 2008-07-07 at 10:15 -0400, David Siktberg wrote: > Since 2000, I have been running a site for our small business on > AOLserver/3.3.1+ad13 (yup I know it's ancient) with a core of the ACS 3.1 > infrastructure scripts from 2000 (ditto) and using a Rackspace host. It > works smoothly, reliably and effectively. > > For those of you who remember that technology, is it possible to configure > it to serve multiple domains (say www.foo.com and www.bar.com) so that users > of each domain think they are on a site dedicated to that respective domain? > Best would be to have each domain resolve to the same IP address. I'm > comfortable making changes to the core tcl code handling security and the > connections. > > Does anyone know whether this is possible, and broadly how to do it? Thanks > very much! > > Dave Siktberg > > > -- > AOLserver - http://www.aolserver.com/ > > To Remove yourself from this list, simply send an email to <[EMAIL > PROTECTED]> with the > body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: > field of your email blank. > -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
