2002-09-24 14:29:55 +02:00
|
|
|
===========================================================================
|
|
|
|
$NetBSD: MESSAGE,v 1.3 2002/09/24 12:30:43 wiz Exp $
|
1999-11-12 16:52:54 +01:00
|
|
|
|
2002-08-26 02:12:46 +02:00
|
|
|
In order to use this module in your Apache installation, you need to
|
|
|
|
add the following to your httpd.conf file:
|
1999-11-12 16:52:54 +01:00
|
|
|
|
2002-08-26 02:12:46 +02:00
|
|
|
LoadModule dtcl_module lib/httpd/mod_dtcl.so
|
1999-11-12 16:52:54 +01:00
|
|
|
|
2001-05-24 05:04:05 +02:00
|
|
|
In order to turn on parsing of .ttml pages, you will also need to add
|
1999-11-12 16:52:54 +01:00
|
|
|
|
2002-08-26 02:12:46 +02:00
|
|
|
AddType application/x-httpd-tcl .ttml
|
1999-11-12 16:52:54 +01:00
|
|
|
|
2001-09-29 02:26:00 +02:00
|
|
|
Optionally, you can also turn on support for raw in-process tcl execution
|
|
|
|
by adding
|
|
|
|
|
2002-08-26 02:12:46 +02:00
|
|
|
AddType application/x-dtcl-tcl .tcl
|
2001-09-29 02:26:00 +02:00
|
|
|
|
2002-08-26 02:12:46 +02:00
|
|
|
For more information, see
|
2001-05-24 05:04:05 +02:00
|
|
|
|
|
|
|
${PREFIX}/share/doc/html/mod_dtcl/documentation.html
|
1999-11-12 16:52:54 +01:00
|
|
|
|
2002-09-24 14:29:55 +02:00
|
|
|
===========================================================================
|