RE: [Zope] serving one site off of zope and one off of apache
Then you need to use mod_proxy+mod_rewrite in Apache virtual host configs, or alternately, Squid as a reverse-proxy server in front of Zope. Requests to domain2.com would be rewritten to support VirtualHostMonster's path-based Virtual hosting back-end URLs, which I would suggest using. There should be several howtos on Zope.org in this regard using mod_proxy/mod_rewrite in Apache. Sean -----Original Message----- From: Jacob Singh [mailto:jacob@prisonbooks.org] Sent: Monday, December 10, 2001 2:50 PM To: zope@zope.org Subject: [Zope] serving one site off of zope and one off of apache I have 2 domains, currently they are set up via Apache virtual hosts. Any requests to domain:8080 go to zope. I want to set it up so that domain1.com goes to apache and domain2.com goes to domain2.com:8080. Any ideas?!? Thank you Jacob _______________________________________________ Zope maillist - Zope@zope.org 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 )
participants (1)
-
sean.upton@uniontrib.com