summaryrefslogtreecommitdiff
path: root/www/ap-dtcl/pkg/MESSAGE
blob: 1ac6e84f33a11ed3f77ffb88c569c28ae6c6da78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
=============================================================================
$NetBSD: MESSAGE,v 1.3 2001/05/24 03:04:06 jlam 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

For more configuration options, see:

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

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