summaryrefslogtreecommitdiff
path: root/www/ap-dtcl
diff options
context:
space:
mode:
authorgrant <grant>2002-08-26 00:12:46 +0000
committergrant <grant>2002-08-26 00:12:46 +0000
commite510d6b5eb50e963e4dbc1634991742a3b58b955 (patch)
treebf770663ece6182ed0282b66a4d6ebbc8ec4e717 /www/ap-dtcl
parent4f2ac8f467e5f44d38491e36000a1afa58390655 (diff)
downloadpkgsrc-e510d6b5eb50e963e4dbc1634991742a3b58b955.tar.gz
format and word Apache module MESSAGEs consistently.
Diffstat (limited to 'www/ap-dtcl')
-rw-r--r--www/ap-dtcl/MESSAGE15
1 files changed, 7 insertions, 8 deletions
diff --git a/www/ap-dtcl/MESSAGE b/www/ap-dtcl/MESSAGE
index f57b7fb96cf..058fa418430 100644
--- a/www/ap-dtcl/MESSAGE
+++ b/www/ap-dtcl/MESSAGE
@@ -1,22 +1,21 @@
=============================================================================
-$NetBSD: MESSAGE,v 1.1 2001/11/01 02:15:42 zuntum Exp $
+$NetBSD: MESSAGE,v 1.2 2002/08/26 00:12:48 grant Exp $
-In order to enable mod_dtcl in your Apache installation, you need to add
-the following to your httpd.conf file:
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
- LoadModule dtcl_module ${PREFIX}/lib/httpd/mod_dtcl.so
- AddModule mod_dtcl.c
+ LoadModule dtcl_module lib/httpd/mod_dtcl.so
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
Optionally, you can also turn on support for raw in-process tcl execution
by adding
- AddType application/x-dtcl-tcl .tcl
+ AddType application/x-dtcl-tcl .tcl
-For more configuration options, see:
+For more information, see
${PREFIX}/share/doc/html/mod_dtcl/documentation.html