Jonathan wrote:
Does Zope support virtual hosts? If so, which way works best? I tried faking the root via the CGI call (via Zope.cgi/MYHOST/$1) which would work except Zope insists on putting a "base href" header in the output file (for what reason I cannot say) and this tends to hose it up.
I'm using virtual hosts with Apache 1.3.3 on our website. Each virtual hosts section points to a different installation of Zope, though. Is your goal to allow different virtual hosts to point into different folders inside *one* Zope installation? If so, I suggest making a feature request in the Collector: http://www.zope.org/Collector/ This is certainly a reasonable requirement. If you have some ideas on how the knobs should be presented to the administrator, let us know that as well. --Paul Paul Everitt Digital Creations paul@digicool.com 540.371.6909
Paul Everitt wrote:
Jonathan wrote:
Does Zope support virtual hosts? If so, which way works best? I tried faking the root via the CGI call (via Zope.cgi/MYHOST/$1) which would work except Zope insists on putting a "base href" header in the output file (for what reason I cannot say) and this tends to hose it up.
I'm using virtual hosts with Apache 1.3.3 on our website. Each virtual hosts section points to a different installation of Zope, though. Is your goal to allow different virtual hosts to point into different folders inside *one* Zope installation?
If so, I suggest making a feature request in the Collector:
I think that this may be covered by the existing request: http://www.zope.org/Collector/24/view Jim -- Jim Fulton mailto:jim@digicool.com Technical Director (888) 344-4332 Python Powered! Digital Creations http://www.digicool.com http://www.python.org Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial mail list with out my permission. Violation of my privacy with advertising or SPAM will result in a suit for a MINIMUM of $500 damages/incident, $1500 for repeats.
participants (2)
-
Jim Fulton -
Paul Everitt