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
# /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?