]> git.pld-linux.org Git - packages/apache1-mod_xslt.git/commitdiff
- for confdir enabled apache1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Feb 2005 18:08:15 +0000 (18:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_xslt.conf -> 1.4

apache1-mod_xslt.conf

index b5cd49298cc79ce3f3c4c29e045bc07efb71839e..539a9dcd4c377cf8e1009bac5999375ab8d8d79e 100644 (file)
@@ -1,5 +1,7 @@
-# Sample configuration for apache-mod_xslt
+# $Id$
+LoadModule xslt_module      modules/mod_xslt.so
 
+<IfModule mod_xslt.c>
 ########
 ########  XSLTDebug
 ########
@@ -90,3 +92,6 @@
 #      AddHandler mod_xslt .txt
 #</Location>
 
+</IfModule>
+
+# vim: filetype=apache ts=4 sw=4 et
This page took 0.519316 seconds and 4 git commands to generate.