Re: [EMAIL PROTECTED] Chaining Outputs from mod_python to php

2005-10-05 Thread Joshua Slive
On 10/5/05, Crosby Sidney <[EMAIL PROTECTED]> wrote: > Hi, > > I have Apache built with both mod_python and php. I want to setup the > following output chain: [input request] -> mod_python -> php -> [output > html]. Is this possible? My understanding (based on limited knowledge of recent php dev

[EMAIL PROTECTED] Chaining Outputs from mod_python to php

2005-10-04 Thread Crosby Sidney
Hi, I have Apache built with both mod_python and php. I want to setup the following output chain: [input request] -> mod_python -> php -> [output html]. Is this possible? If so, 1. What are the HTTPD.conf directives for this? 2. How would the PHP script access the output result of the mod_pyt