]> git.pld-linux.org Git - packages/apache1-mod_xslt.git/blob - apache1-mod_xslt.conf
- removed all Group fields translations (oure rpm now can handle translating
[packages/apache1-mod_xslt.git] / apache1-mod_xslt.conf
1 LoadFile                        lib/libsablot.so
2 LoadFile                        lib/libxmlparse.so
3 LoadFile                        lib/libxmltok.so
4 LoadModule mod_xslt_module      lib/apache/mod_xslt.so
5
6 <Location /xslt>
7         AddHandler mod_xslt .html
8         AddHandler mod_xslt .txt
9 </Location>
10
This page took 0.420213 seconds and 3 git commands to generate.