diff options
author | grant <grant@pkgsrc.org> | 2003-05-27 05:03:21 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-05-27 05:03:21 +0000 |
commit | ccfc918cb404e8ec8f3077d3f0a6f966d95d4c3f (patch) | |
tree | 2a107d94dd98a8602a1e660a658b7bf091f9631d | |
parent | 0f349707b29e7e058064c39f4a570ef0d146bcdb (diff) | |
download | pkgsrc-ccfc918cb404e8ec8f3077d3f0a6f966d95d4c3f.tar.gz |
add LoadFile statements for ap-xslt
-rw-r--r-- | www/ap-xslt/MESSAGE | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/ap-xslt/MESSAGE b/www/ap-xslt/MESSAGE index 95c17213e0f..7a828fbd016 100644 --- a/www/ap-xslt/MESSAGE +++ b/www/ap-xslt/MESSAGE @@ -1,9 +1,12 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2003/02/17 21:21:37 grant Exp $ +$NetBSD: MESSAGE,v 1.2 2003/05/27 05:03:21 grant Exp $ In order to use this module in your Apache installation, you need to add the following to your httpd.conf file: + LoadFile lib/libsablot.so + LoadFile lib/libxmlparse.so + LoadFile lib/libxmltok.so LoadModule mod_xslt_module lib/httpd/mod_xslt.so =========================================================================== |