summaryrefslogtreecommitdiff
path: root/www/ap-dtcl/MESSAGE
blob: 058fa4184304692cb4fe96b21b40919f7a252f70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
=============================================================================
$NetBSD: MESSAGE,v 1.2 2002/08/26 00:12:48 grant Exp $

In order to use this module in your Apache installation, you need to
add the following to your httpd.conf file:

  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

Optionally, you can also turn on support for raw in-process tcl execution
by adding

  AddType application/x-dtcl-tcl .tcl

For more information, see

	${PREFIX}/share/doc/html/mod_dtcl/documentation.html

=============================================================================