Python equivalent of php's virtual() -
do know if there python equivalent of php's virtual()
?
my configuration python, djanogo, mod_wsgi, apache
trying include script has examples php using above include , needs included in website's pages.
thanks
le: i'm including .cgi script
the reference see is
http://www.modpython.org/pipermail/mod_python/2004-january/014834.html
which states in theroy can use apache 2.x chain handlers feature, more 1 content handler can process request. in theroy because i've read it, never tried =)
from php manual, virtual() apache-specific function similar <!--#include virtual...--> in mod_include. performs apache sub-request . . . function supported when php installed apache module.
here link info apache filters, meant "chain handling":
http://httpd.apache.org/docs/2.2/filter.html
the document should able processed mod_include
after it's output mod_wsgi
(or before, if that's want).
Comments
Post a Comment