summaryrefslogtreecommitdiff
path: root/www/p5-Apache-SSI/DESCR
blob: 0e7d283212da69d6aa1d7f7b663c1e9460d7e9c8 (plain)
1
2
3
4
5
6
Apache::SSI implements the functionality of mod_include for handling
server-parsed html documents.  It runs under Apache's mod_perl.  In my mind,
there are two main reasons you might want to use this module: you can
sub-class it to implement your own custom SSI directives, and/or you can
parse the output of other mod_perl handlers, or send the SSI output through
another handler (use Apache::Filter to do this).