summaryrefslogtreecommitdiff
path: root/www/ap-dtcl/pkg/MESSAGE
blob: 3ecd5e9a075ed308d58f8b6e6395f150f1f4fe40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
=============================================================================
$NetBSD: MESSAGE,v 1.4 2001/09/29 00:26:00 jwise 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

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