On Sun, Jun 25, 2000 at 12:16:18AM -0700, Hung Jung Lu wrote:
> For Zope/SiteAccess to work with virtual hosting, something needs to be done 
> at the Linux BIND level. But I would like to know what exactly. Is it as 
> simple as adding a whole bunch of cname lines into the database file?

Yes.

> Also, is it possible to use wildcards in the database file for BIND? I mean, 
> if you have many virtual sites, would it be possible (and wise?) to make it 
> so all requests like *.mysite.com point to the Zope server? 

Yes, something like
*       IN      CNAME (or A, if you wish)       your IP

-Petru

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to