Re: [Zope] Serve PHP/Perl within Zope

2006-02-02 Thread Chris Withers
Anything along these lines is silly. Serve your other stuff from Apache, use rewrite rules to get the right stuff served... ...but hey, you could always use Squid and ESI if you want multiple languages to generate a single page ;-) cheers, Chris sharif islam wrote: Has anyone tried

Re: [Zope] Serve PHP/Perl within Zope

2006-02-02 Thread Martijn Pieters
On 2/2/06, Chris Withers [EMAIL PROTECTED] wrote: ...but hey, you could always use Squid and ESI if you want multiple languages to generate a single page ;-) Which makes damned good sense if the component parts assembled by ESI were cached individually. So the whole homepage cached for 24

[Zope] Serve PHP/Perl within Zope

2006-02-01 Thread sharif islam
Has anyone tried using this method: http://www.zope.org/Members/Mamey/PHP I am little confused about how to serve the actual php content within the files. I added file with this: dtml-if REQUEST.has_key('phpScript') dtml-var ServePHPContent(REQUEST['phpScript']) /dtml-if Then I tried to