14 lines
487 B
Text
14 lines
487 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.2 2003/08/05 02:42:43 xtraeme Exp $
|
|
|
|
In order to use this module in your Apache installation, you need to
|
|
add the following to your httpd.conf file:
|
|
|
|
LoadModule mod_xslt lib/httpd/mod-xslt.so
|
|
|
|
AddType text/xsl .xsl
|
|
AddOutputFilterByType mod-xslt text/xml
|
|
|
|
DirectoryIndex index.xml
|
|
|
|
===========================================================================
|