[Zope-CMF] Setting up a Virtual Host Monster
Chris Withers
chrisw@nipltd.com
Fri, 16 Aug 2002 10:09:08 +0100
mcolli@SyscomCipher.com.ar wrote:
> Could I just rearrange the URL, then, without changing the port? So that
> people can access the site this way: www.company.com instead of writing
> http://host:port/company...
>
> Is this possible? without using Apache, I mean...
Yeah, you'd have to:
1. run Zope on port 80
- change the start script
2. get VHM/Site Access rules to rewrite the URL's coming otu of Zope
- you'll have to Google for the recipe on that one
3. make sure the www.company.com domain name resolves to the machine on which
you're running Zope.
cheers,
Chris