Единственная ссылка на это, я вижу, это
http://www.modpython.org/pipermail/mod_python/2004-January/014834.html
Какие состояния In theroy you can use the Apache 2.x chain handlers feature, where more
than one content handler can process the request. I say in theroy
because I've read about it, but never tried it =)
Из руководства по PHP, virtual() is an Apache-specific function which is similar to <!--#include virtual...--> in mod_include. It performs an Apache sub-request . . . This function is only supported when PHP is installed as an Apache module.
Вот ссылка на информацию о Apache Filters, что подразумевается под «обработкой цепочки»:
http://httpd.apache.org/docs/2.2/filter.html
Документ должен быть в состоянии обработаться mod_include
после того, как он выведен из mod_wsgi
(или раньше, если вы этого хотите).