[Zope] Serve PHP/Perl within Zope
    Chris Withers 
    chris at simplistix.co.uk
       
    Thu Feb  2 03:16:36 EST 2006
    
    
  
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 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 begin the php content after this and saved it as
> file.php3. However, when I view zope doesn't render it.
> 
> --Sharif
> _______________________________________________
> Zope maillist  -  Zope at zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )
> 
-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk
    
    
More information about the Zope
mailing list