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

  previous   Chronological   next       previous   Thread   next  

Apache options FAILS bguegan
  • From: bguegan@xxxxxxxx
  • To: users@xxxxxxxxxxxxxxxx
  • Subject: Apache options FAILS
  • Date: Tue, 28 Dec 2004 15:50:36 +0100 (CET)


  • Hello,

    Sorry, I dont speak english very well. But, I have some problems in a DEBIAN
    distribution :
    libapache-mod-xslt 1.8-4
    apache 1.3.33-2

    A] But y can't add any other in my httpd.conf, it's failled, for example a
    part of my apache.conf :
    <Location /xml>
    AddHandler mod_xslt .html
    AddHandler mod_xslt .txt
    </Location>

    # FAIL IF ACTIF
    #<Directory /var/www/xml>
    # XSLTSetStylesheet default_stylesheet.xsl
    #</Directory>

    # FAIL IF ACTIF
    #<Directory /xml/stylesheet>
    # XSLTSetStylesheet default_stylesheet.xsl
    #</Directory>

    # FAIL IF ACTIF
    #XSLTTmpDir /tmp

    # Always parse .xml files using the
    # specified stylesheets
    AddHandler mod-xslt .xml

    # In this directory, some .php scripts
    # output xml to be parsed - those
    # scripts need to set the ``Content-Type''
    # header to text/xml if they want
    # a stylesheet to be applied. Otherwise,
    # they will be ignored
    # header("Content-Type: text/xml")

    # FAIL IF ACTIF
    #<Directory /var/www/xml>
    # XSLTEngine on
    # XSLTAddFilter application/x-httpd-php
    #</Directory>

    Or in my modules.conf i have that :
    LoadModule xslt_module /usr/lib/apache/1.3/mod_xslt.so

    B] Can i add my docbook document directely in my /xml directory ? How can i
    do that if its possible ?


    Regards,
    Bruno

      Powered by Sympa