[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hosting oses.org
> Something I forgot to mention: please fetch Zope 2.0 (the latest prerelease).
> It is stable for everything we want to do at the moment, and folks over at the
> Zope mailing lists recommended I'd start with this version because of a number
> of features that makes things we want to do way easier. The current site has
> been developed under 2.0 and runs like a charm (if you want to copy of the
> database for testing, just gimme a shout).
(I've fwd'ed this on the linuxkb list, since they're going to be the
sucke^H^H^H^H^Hpeople doing the zope install.)
> > Thus somebodyerother will redirect people going to www.oses.org to
> > the appropriate port of the zope server on yukon.
>
> I wasn't too clearminded when replying last Friday (probably having something
> to do with the fact that I was in bed with fever the following three days),
> but how will this be done? Kernel-level port forwarding?
I doubt it. I can do this just fine from userland. I was thinking apache
virthosting and a redirect command like this:
<VirtualHost www.oses.org>
ServerAdmin oses@seul.org
ServerName www.oses.org
Redirect / http://www.oses.org:8080/
</VirtualHost>
(where zope httpserver (or whatever 2.0 calls it) is living on 8080.)
--Roger