At 13:30 07.11.2002, Luis Fagundes wrote:
I think you can only do this in Apache 2.0. In Apache 1.3 you can chain
perl modules with OutputChain, but you can't chain a perl module and
another apache module.
And that is why the Apache::SSI and similar modules exist, which duplicate
the mod_include functionality. This is described at the link below
Per Einar Ellefsen wrote:
Hello Simran,
At 00:50 07.11.2002, simran wrote:
I have the following scenario:
* A Perl Handler i have written does a bit of work and
outputs HTML
* The HTML it outputs contains HTML like:
<!--#include virtual="/includes/misc/topnav.html" -->
I need this to be further parsed by Apache's Server Parsing
Process.
Does anyone know what i have to do for the above to work.
You want Apache::OutputChain or Apache::Filter together with an SSI
module. See
http://perl.apache.org/docs/1.0/guide/modules.html#Apache__OutputChain____Chain_Stacked_Perl_Handlers
and the paragraph below that for Apache::Filter.
--
Per Einar Ellefsen
[EMAIL PROTECTED]