On 10/5/05, Crosby Sidney <csidney79@xxxxxxxxx> 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 development) is that, by default, php for apache2 is a handler, not a filter. This means it must originate the content and cannot be inserted in a chain as you suggest above. There is also a filter version of the php module for apache2, but I suspect it is much less stable than the handler version. You should probably inquire about this on a php list. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx