summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-05-27 05:03:21 +0000
committergrant <grant@pkgsrc.org>2003-05-27 05:03:21 +0000
commitccfc918cb404e8ec8f3077d3f0a6f966d95d4c3f (patch)
tree2a107d94dd98a8602a1e660a658b7bf091f9631d /www
parent0f349707b29e7e058064c39f4a570ef0d146bcdb (diff)
downloadpkgsrc-ccfc918cb404e8ec8f3077d3f0a6f966d95d4c3f.tar.gz
add LoadFile statements for ap-xslt
Diffstat (limited to 'www')
-rw-r--r--www/ap-xslt/MESSAGE5
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
===========================================================================