summaryrefslogtreecommitdiff
path: root/www/ap-dtcl/pkg/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'www/ap-dtcl/pkg/MESSAGE')
-rw-r--r--www/ap-dtcl/pkg/MESSAGE18
1 files changed, 10 insertions, 8 deletions
diff --git a/www/ap-dtcl/pkg/MESSAGE b/www/ap-dtcl/pkg/MESSAGE
index 55f307c2048..1ac6e84f33a 100644
--- a/www/ap-dtcl/pkg/MESSAGE
+++ b/www/ap-dtcl/pkg/MESSAGE
@@ -1,16 +1,18 @@
=============================================================================
-$NetBSD: MESSAGE,v 1.2 2001/04/09 12:02:12 wiz Exp $
+$NetBSD: MESSAGE,v 1.3 2001/05/24 03:04:06 jlam Exp $
-You will need to edit ${PREFIX}/etc/httpd/httpd.conf and add the following
-lines to the Dynamic Shared Object section in order to use this module:
+In order to enable mod_dtcl in your Apache installation, you need to add
+the following to your httpd.conf file:
-LoadModule ${PREFIX}/lib/httpd/mod_dtcl.so
+ LoadModule dtcl_module ${PREFIX}/lib/httpd/mod_dtcl.so
+ AddModule mod_dtcl.c
-In order to turn on parsing of .ttml pages, you will need to add
+In order to turn on parsing of .ttml pages, you will also need to add
-AddType application/x-httpd-tcl .ttml
+ AddType application/x-httpd-tcl .ttml
-to httpd.conf. For more configuration options, see
-${PREFIX}/share/doc/mod_dtcl/INSTALL.html.
+For more configuration options, see:
+
+ ${PREFIX}/share/doc/html/mod_dtcl/documentation.html
=============================================================================