mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
7 lines
414 B
Plaintext
7 lines
414 B
Plaintext
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).
|