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

  previous   Chronological            previous   Thread       

Re: [mod-xslt users] Apache2 / mod-xslt module / Debian sarge / installation trouble Jakob Fix
  • From: "Jakob Fix" <jakob.fix@xxxxxxxxx>
  • To: users@xxxxxxxxxxxxxxxx
  • Subject: Re: [mod-xslt users] Apache2 / mod-xslt module / Debian sarge / installation trouble
  • Date: Wed, 15 Mar 2006 01:13:56 +0100
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HquHNMuJgsbhFyCufXbTZJN8LCZ7HTKHMVncLzV46L9x9kjpVxhO7Q4g5+K11zsVaOEXI7jM1k2YDzu702ieZqKbqZpjkOzl7W8wo1I/VgFLH4QL2+BPnH+OxxgLGkNvtxgq5sg+ydr9gPgfYUfySMToEOI4E1lSfEaJM0jwGWA=
  • References: <d966f0ff0603141503rb4e9962x58d7e240ab92ac0@mail.gmail.com> <441754C2.30104@chezphil.org>


  • Phil,

    thanks for that quick reply!

    On 3/15/06, Phil Endecott <phil_qgrry_endecott@xxxxxxxxxxxx> wrote:
    > Jakob Fix wrote:
    > > 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. :-(
    >
    > The module has different configuration directives for Apache2. If I
    > recall correctly, the docs on the web page have separate sections for
    > Apache1 and Apache2, but the headings are a bit small and you can
    > overlook it.

    You're right! It's a long long page, this one, and indeed, section
    5.2 deals with configuration details for v 2.0.x. Now the server
    starts up fine.

    > Unless you have a particularly complex setup it shouldn't take much
    > effort to update it.

    It's nothing really, just static xml files with a xml-stylesheet
    processing instruction at the beginning.

    $ cat /etc/apache2/conf.d/modxslt
    <IfModule modxslt.c>
    <Directory /media/photos>
    AddType text/xml .xml
    AddOutputFilterByType mod-xslt text/xml
    </Directory>
    </IfModule>

    Also tried this:

    <IfModule modxslt.c>
    <Directory /media/photos>
    AddOutputFilter mod-xslt xml
    </Directory>
    </IfModule>

    Same problem: the xml file is passed back to the client without any
    transformation being applied.

    This works fine though (just to exclude any possible error sources):
    $ modxslt-parse /media/photos/2006/01/Test/index.xml


    Thanks again for your quick help.

    --
    cheers,
    Jakob.

      Powered by Sympa