diff options
author | grant <grant@pkgsrc.org> | 2002-08-26 00:12:46 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-08-26 00:12:46 +0000 |
commit | b9e3298441a507d28ade6ae4dd0c741f5a26f26f (patch) | |
tree | bf770663ece6182ed0282b66a4d6ebbc8ec4e717 /www/ap-dtcl | |
parent | e35a416abb1467c32e307e969bf2d5565a76eb0b (diff) | |
download | pkgsrc-b9e3298441a507d28ade6ae4dd0c741f5a26f26f.tar.gz |
format and word Apache module MESSAGEs consistently.
Diffstat (limited to 'www/ap-dtcl')
-rw-r--r-- | www/ap-dtcl/MESSAGE | 15 |
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 |