Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > f588277a86a147283ecd63652ad9a442 > files > 1

apache-mod_transform-0.6.0-11mdv2010.1.x86_64.rpm

<IfDefine HAVE_TRANSFORM>
    <IfModule !mod_transform.c>
	LoadModule transform_module	extramodules/mod_transform.so
    </IfModule>
</IfDefine>

<IfModule mod_transform.c>

    #AddOutputFilter XSLT xml

    # TransformSet - Stylesheet to use

    #<LocationMatch /*/index.xml>
    #	TransformSet  /project/myfile.xsl
    #</LocationMatch>

    # TransformCache - URL and Path for stylesheet to preload
    #TransformCache /project/myfile.xsl /usr/local/share/project/myfile.xsl

    # TransformOptions - one or more index options [+|-][]
    TransformOptions XIncludes

    #<Directory "/path/to/my/docroot">
    #	TransformOptions +ApacheFS +XIncludes
    #</Directory>

    # TransformAnnounce - Whether to announce this module in the server header. Default: On
    TransformAnnounce On

</IfModule>