[Zope] Problem with Apache+Zope [correction]

Dylan Reinhardt zope@dylanreinhardt.com
Wed, 26 Feb 2003 10:50:55 -0800


At 10:41 AM 2/26/2003, Dylan Reinhardt wrote:
><VirtualHost www.spam.com:80>

Small correction: that syntax will only work on more recent Apache builds.

The more general form is:

<VirtualHost 1.2.3.4:80>

Which leaves ServerAlias to work out which vhost Apache is supposed to use.

Dylan