diff options
author | Christian Parpart <trapni@gentoo.org> | 2005-01-10 23:08:18 +0000 |
---|---|---|
committer | Christian Parpart <trapni@gentoo.org> | 2005-01-10 23:08:18 +0000 |
commit | 360c9932410a76df6b1b37b5d8e74f96af4dfe57 (patch) | |
tree | d18b4afda2d44991c24ecc906d1fbe5f0afead2f /net-www/mod_xslt/files | |
parent | be more verbose in changelog entry (Manifest recommit) (diff) | |
download | gentoo-2-360c9932410a76df6b1b37b5d8e74f96af4dfe57.tar.gz gentoo-2-360c9932410a76df6b1b37b5d8e74f96af4dfe57.tar.bz2 gentoo-2-360c9932410a76df6b1b37b5d8e74f96af4dfe57.zip |
merged from apache-herd svn tree
Diffstat (limited to 'net-www/mod_xslt/files')
-rw-r--r-- | net-www/mod_xslt/files/1.0.5a-r1/25_mod_xslt.conf | 35 | ||||
-rw-r--r-- | net-www/mod_xslt/files/digest-mod_xslt-1.0.5a-r1 | 1 |
2 files changed, 36 insertions, 0 deletions
diff --git a/net-www/mod_xslt/files/1.0.5a-r1/25_mod_xslt.conf b/net-www/mod_xslt/files/1.0.5a-r1/25_mod_xslt.conf new file mode 100644 index 000000000000..45219f627341 --- /dev/null +++ b/net-www/mod_xslt/files/1.0.5a-r1/25_mod_xslt.conf @@ -0,0 +1,35 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_xslt/files/1.0.5a-r1/25_mod_xslt.conf,v 1.1 2005/01/10 23:08:18 trapni Exp $ + +<IfDefine XSLT> + <IfModule !mod_xslt.c> + LoadModule mod_xslt modules/mod_xslt.so + </IfModule> +</IfDefine> + +### EXAMPLE 1: transform all .xml files +### +# <IfModule mod_xslt.c> +# AddOutputFilter mod-xslt .xml +# </IfModule> + +### EXAMPLE 2: transform all files within a special location (_REPLACE_ME_) +### +# <IfModule mod_xslt.c> +# <Location _REPLACE_ME_> +# SetOutputFilter mod-xslt +# </Location> +# </IfModule> + +### EXAMPLE 3: transform all files whose content type is either +### text/xml or application/xml within a given directory +### +# <IfModule mod_xslt.c> +# <Directory "/var/www/localhost/htdocs"> +# AddOutputFilterByType mod-xslt text/xml +# AddOutputFilterByType mod-xslt application/xml +# </Directory> +# </IfModule> + +# vim:syntax=apache diff --git a/net-www/mod_xslt/files/digest-mod_xslt-1.0.5a-r1 b/net-www/mod_xslt/files/digest-mod_xslt-1.0.5a-r1 new file mode 100644 index 000000000000..13880fd177ec --- /dev/null +++ b/net-www/mod_xslt/files/digest-mod_xslt-1.0.5a-r1 @@ -0,0 +1 @@ +MD5 0e355acd2ebf3cc17100c63afc5d4500 mod-xslt-1.0.5a.tar.gz 79870 |