Unfortunarely this did not work either... I have read the Virtual Host Monster chapter in the ZopeBook. I do wonder what the relation is between the line syntax of VirtualHostBase and VirtualHostRoot and the syntax in the lines written under the mappings tab. As long as zope by default serves on port 8080, I would think that the lines written under the mappings tab must tell zope to serve the desired content on the 80 port. If not, no url that does not specify the 8080 port, could access zope. Or am I totally mistaken? Thanks! Børge -----Opprinnelig melding----- Fra: Gilberto Pereira [mailto:gil@biodata.pt] Sendt: 18. desember 2003 13:50 Til: Børge Kjeldstad Kopi: zope@zope.org Emne: Re: [Zope] How to map with Virtual Host Monster Try this instead in the mappings tab: www.example.com:80/vhm_test It should work, since port 80 is the http default port number. Also try reading this chapter: http://zope.org/Documentation/Books/ZopeBook/2_6Edition/VirtualHosting.s tx This will explain the differences between using 8080 and 80. Gil Børge Kjeldstad wrote:
Hei,
I have installed a Virtual Host Monster and followed the example in the
Zope Book. That is; in the mappings tab of VHM I write: www.example.com:8080/vhm_test
Then i visit the url: http://www.example.com:8080 and get the desired vhm_test folder displayed.
However, I would like to use an url without the :8080 part in it. That is; I would like to visit the url http://www.example.com and get the desired vhm_test folder displayed.
My question is: How do I do this?
I hav tried to read the information under the "About" tab in my VHM, and I have also read a lot on the mailing list about this. From these sources it looks as it is as simple as to write www.example.com/vhm_test in the mappings tab window, and then just visit the url http://www.example.com. But this just does not work for me. However, when i visit http://www.example.com:8080 I get the vhm_test folder displayed...
Thank you : )
Børge
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )