I know it should be possible. I've never actually done it but I know the theory and can try to point you in the right direction... You'd want to compile mod_php as a filter, not a handler, and have mod_perl run as a response handler. In addition, you'd want to SetOutputFilter PHP for the request and possible have mod_perl set the content-type to application/x-httpd-php Give that a try and see if it does what you want. Issac Blaine Everingham wrote: > Hi, > > I think I might of read something somewhere that indicated that Apache > 2 could run multiple application layers before displaying content. > However, I can not find this again, and any information would be helpful. > > Does anyone know if it's possible to have > > 1) Apache run mod perl (obviously it can) > 2) Then take the mod_perl resulting page and parse it using PHP > 3) Display the output > > Thanks, > Blaine > > > --------------------------------------------------------------------- > 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 --------------------------------------------------------------------- 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