Hi all, The situation is as follows: I have zope installed in my server (which has a dynamic IP address) under which I wish to host 2 websites (foo and bar for examples) and I wish to register (www.bar.net and www.foo.net respectively) that will redirect to each of the site they refer to. bar.net can be fully served by zope since it uses nothing but zope, however, foo needs apache because I want it to serve a phpbb forum (because neoboard is not as nice as phpbb unfortunately). Is this possible? What should I read in order to configure this system? Any ideas or experience with similar configurations? Best regards, -- Paulo J. Matos : pocm@mega.ist.utl.pt Instituto Superior Tecnico - Lisbon Computer and Software Eng. - A.I. - > http://mega.ist.utl.pt/~pocm --- -> God had a deadline... So, he wrote it all in Lisp!
Paulo Jorge de Oliveira Cantante de Matos wrote:
Is this possible? What should I read in order to configure this system? Any ideas or experience with similar configurations?
Yes. The apache documenation and the Zope book chapter on virtual hosting. Hosting different sites from a single zodb opens the possibility of one site acquiring content from the other, be careful in your design. -- Jamie Heilman http://audible.transient.net/~jamie/
participants (2)
-
Jamie Heilman -
Paulo Jorge de Oliveira Cantante de Matos