Login 
 
 Pref   Your subscriptions   Home   Help 
users@ml.mod-xslt2.com
mod-xslt2 - Users Mailing List
   
 
List info
 
 
 
Subscribe
 
 
Unsubscribe
 
 
Archive
 
 
Post
 



Advanced search
2004 01 02 03 04 05 06 07 08 09 10 11 12
2005 01 02 03 04 05 06 07 08 09 10 11 12
2006 01 02 03 04 05 06 07 08 09 10 11 12
2007 01 02 03 04 05 06 07 08 09 10 11 12
2008 01 02 03 04 05 06 07 08 09 10 11 12
2010 01 02 03 04 05 06 07 08 09 10 11 12
2011 01 02 03 04 05 06 07 08 09 10 11 12

       Chronological   next            Thread   next  

Apache2 / mod-xslt module / Debian sarge / installation trouble Jakob Fix
  • From: "Jakob Fix" <jakob.fix@xxxxxxxxx>
  • To: users@xxxxxxxxxxxxxxxx
  • Subject: Apache2 / mod-xslt module / Debian sarge / installation trouble
  • Date: Wed, 15 Mar 2006 00:03:51 +0100
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZVTBTFoLHI1LIOkjolJmcZpRMC5yJQSoToD1K/v3bgSqDy3qeFYSnNxRaF+BwBJ3JQ6HIdJnhprDSFGGn9Z8ASioj181MDfQwCOklbx6rGATQaHxD5P/icrVo70v4gtv3yjto9lEfln45W7+yy0GCOpIqDPB0rHTZ3IpiDya1oc=


  • Hello,

    I was running modxslt2 just fine on Apache 1.3.33, but had to upgrade
    to 2.0.55, for unrelated reasons. I managed to upgrade just fine,
    except for the modxslt2 module. :-(

    After successful apache2 installation, I installed the debian modxslt2
    package like this:
    # apt-get install libapache2-modxslt

    Just to make sure ...
    # apt-get remove libapache-modxslt

    I enabled the module like this:
    # a2enmod modxslt

    Everything looks OK:
    $ ls -l /etc/apache2/mods-enabled/modxslt.load
    lrwxrwxrwx 1 root root 40 2006-03-14 23:32
    /etc/apache2/mods-enabled/modxslt.load -> \
    /etc/apache2/mods-available/modxslt.load

    $ ls -l usr/lib/apache2/modules/mod_xslt.so
    -rw-r--r-- 1 root root 14328 2005-09-23 23:44 mod_xslt.so

    $ cat /etc/apache2/conf.d/modxslt.conf
    <IfModule modxslt.c>
    XSLTTmpDir /tmp
    <Directory /media/photos>
    AddHandler mod-xslt .xml
    XSLTEngine on
    </Directory>
    </IfModule>

    # /etc/init.d/apache2 force-reload
    Forcing reload of apache 2.0 web server...Syntax error on line 2 of
    /etc/apache2/conf.d/modxslt.conf:
    Invalid command 'XSLTTmpDir', perhaps mis-spelled or defined by a
    module not included in the server configuration
    failed!


    This shows that the module has been loaded (otherwise wouldn't read
    stuff inside IfModule), but why on earth doesn't it parse the
    configuration contents?

    Thanks for your help in advance.

    --
    cheers,
    Jakob.

      Powered by Sympa