[Zope] Virtual hosting w/out Apache for Zope newbies?
Frederic Faure
ffaure@bigfoot.com
Tue, 29 Apr 2003 18:11:25 +0200
At 17:30 29/04/2003 +0200, you wrote:
>The mappings tab has been there since v2.4.0, which is something like one
>and a half years, so it's there, trust me. Look harder. :)
Thx everyone. It's up and running :-)
For those newbies out there :
1. The VHM object is part of the distribution now, so just create a new VHM
object in the root folder. Any ID will do
2. In the Mappings tab of the VHM, add eg. www.site-b.com/site-b
3. In the root folder, create a folder called /site-b to host the document
tree for that virtual site
4. In /site-b, add a DTML Method with ID = index_html
5. Aim your browser at http://www.site-b.com . You're in business :-)
Thx again
Fred.