diff options
author | zuntum <zuntum> | 2001-11-01 02:15:23 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-11-01 02:15:23 +0000 |
commit | f1eee5e70126aa500a3b48191478579f64c7c254 (patch) | |
tree | f392f0f557931c9cf9a1ff512b5a4b44150c2ec3 /www/ap-dtcl/MESSAGE | |
parent | 1a7910c33465b476d3c41c913d1231e547163689 (diff) | |
download | pkgsrc-f1eee5e70126aa500a3b48191478579f64c7c254.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'www/ap-dtcl/MESSAGE')
-rw-r--r-- | www/ap-dtcl/MESSAGE | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/ap-dtcl/MESSAGE b/www/ap-dtcl/MESSAGE new file mode 100644 index 00000000000..f57b7fb96cf --- /dev/null +++ b/www/ap-dtcl/MESSAGE @@ -0,0 +1,23 @@ +============================================================================= +$NetBSD: MESSAGE,v 1.1 2001/11/01 02:15:42 zuntum Exp $ + +In order to enable mod_dtcl 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 + +In order to turn on parsing of .ttml pages, you will also need to add + + 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 + +For more configuration options, see: + + ${PREFIX}/share/doc/html/mod_dtcl/documentation.html + +============================================================================= |