[Zope] how to include PHP from another server?

Jack Coates jack@monkeynoodle.org
Tue, 2 Apr 2002 21:49:47 -0800 (PST)


Hi all,

I have the following situation:

server1: Apache ProxyPass -> Zope

server2: Apache with PHP -> lots of static and PHP-ized goodies

And what I want to have happen is:

browser goes to http://server1/mail, which is something like:
<dtml-var standard_html_header>
<frameset>
<frame src="http://server2/twig/">
</frameset>
<dtml-var standard_html_footer>

This is clearly not the right way to do it, as it does not work (using
internal or external name of server2).

Is there a right way to do this? KeBasa seems like a possibility for the
static stuff, but it seems to my untutored eye like this ought to be
more simple than installing another Product.

Thanks,
-- 
Jack Coates
Monkeynoodle: A Scientific Venture...