summaryrefslogtreecommitdiff
path: root/www/p5-Apache-SSI/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Apache-SSI/DESCR')
-rw-r--r--www/p5-Apache-SSI/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/p5-Apache-SSI/DESCR b/www/p5-Apache-SSI/DESCR
new file mode 100644
index 00000000000..0e7d283212d
--- /dev/null
+++ b/www/p5-Apache-SSI/DESCR
@@ -0,0 +1,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).