Enrique Vega wrote:

> grp, host, member, person, sitegroups to get the SiteGroups to work for SG1.
> Then a made a whole new set of records within these same tables for SG0.
> What was interesting is that I had to have two separate host records for
> /admin. I ended up using www.mycomputer.com:8101 for SG1 and
> www.mycomputer:8099 for SG2. I'm assuming that each site group has to have a
> unique httpd.conf entry? Not possible to have multiple SiteGroups assigned
> to the same ip address, right?

Definately doable. For one, you can have multiple, unrelated domains on
one IP.
That's normal apache configuration. Then, it's fully possible to have
one
apache config entry (or non even, turn off usecanonocalname) and have
host entries
like

name = 'www.mycomputer.com', root=whatever, prefix='', sg=1
name = 'www.mycomputer.com', root=adminsiterootpage, prefix='/admin',
sg=0

Emile

--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to