>>>>> "JC" == Joshua Chamas <[EMAIL PROTECTED]> writes:

JC> Kenneth Lee wrote:
>> 
>> i want to have my PerlHandler generate a SSI skeleton and then
>> pass it the mod_include's parser to insert some existing static
>> HTMLs. push_handler() and set_handler() doesn't work for me.

JC> To my knowledge, there are no layered Apache handlers, so you
JC> can't stack mod_perl before mod_include.  You can however

If all that is desired is to insert static html pages, then try using
Apache::Include from your mod_perl handler.  Check out
Apache::Sandwich to see how it is used there if you need more
examples.

Reply via email to