You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Alex Menendez <am...@hotbacon.com> on 2000/06/08 03:19:40 UTC

regular cgis and mod_include and/or Apache::SSI

Hello, all

I have a very simple problem for which I am sure (hope) there is a very
simple solution.
I basically want to pipe cgi output to mod_include or rather the
equivalent mod_perl module, Apache::SSI.

I do not want to make the cgis mod_perl modules nor Apache::Registery
scripts. Just want to take their output and
run it through an include type module that will parse server side
includes if they exist.

I looked into chaining modules (tying file handles) where one module is
a fake module that just executes the cgi and the second would be the
virtual include mod that takes the first ones output as input and does
the actual work. However, this seems rather cumbersome to get such a
simple thing done.

Any ideas?

thanx in advance,
-amen