Your message dated Mon, 05 May 2008 10:13:23 +0200
with message-id <[EMAIL PROTECTED]>
and subject line libapache-mod-xslt has been removed from Debian, closing 
#173836
has caused the Debian Bug report #173836,
regarding libapache-mod-xslt 1.2-2.2 can't find requested file
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
173836: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=173836
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libapache-mod-xslt
Version: 1.2-2.2

* error displayed in browser (mozilla 1.0; ***mark truncated path***):
  title: 404 Not Found
  body: The requested URL /var/www/tests was not found on this server.

* apache access log (/var/log/apache/tests.vangorkum.com-access.log):
  orentar.vangorkum.com - - [07/Dec/2002:13:36:53 +0100] "GET /xslt/foo.html
HTTP/1.1" 404 337 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
rv:1.0.0) Gecko/20020530"

* apache error log (/var/log/apache/tests.vangorkum.com-error.log):
  [Sat Dec  7 13:36:53 2002] [error] [client 192.168.0.2] File does not
exist: /var/www/tests.vangorkum.com/public/xslt/foo.html

Error is caused by a request to http://tests.vangorkum.com/xslt/foo.html
from another computer on the network.

Expected apache/xalan to apply /xslt/foo.xsl to /xslt/foo.xml and return the
result as foo.html to the browser. Instead i got a 404 that reported an
incorrect path.

No fixes or workarounds found.

* apache directive in /etc/apache/httpd.conf:
LoadModule xslt_module /usr/lib/apache/1.3/mod_xslt.so

* contents of xslt/foo.xml:
<?xml version="1.0"?>
<s1 title="s1 foo">
  <s2 title="Foo">
    <p>Hello</p>
  </s2>
</s1>

* contents of xslt/foo.xsl:
<?xml version="1.0"?>

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
version="1.0">
  <xsl:output method="html" indent="yes"/>

  <xsl:template match="/">
    <xsl:apply-templates/>
  </xsl:template>

  <xsl:template match="s1">
    <html>
      <head><title><xsl:value-of select="@title"/></title></head>
      <body  bgcolor="#ffffff" text="#000000">
        <xsl:apply-templates select="s2"/>
      </body>
    </html>
  </xsl:template>

  <xsl:template match="s2">
    <table width="100%" border="0" cellspacing="0" cellpadding="4">
      <tr>
        <td bgcolor="#006699">
          <font color="#ffffff" size="+1">
            <b><xsl:value-of select="@title"/></b>
          </font>
        </td>
      </tr>
    </table>
    <xsl:apply-templates/>
    <br/>
  </xsl:template>

  <xsl:template match="p">
    <p><xsl:apply-templates/></p>
  </xsl:template>

</xsl:stylesheet>

* virtualhost config:
<VirtualHost 192.168.0.1>
  #
  # names
  #
  ServerName tests.vangorkum.com
  #ServerAlias www.tests.vangorkum.com
  ServerAdmin [EMAIL PROTECTED]
  DocumentRoot /var/www/tests.vangorkum.com/public

  #
  # logs
  #
  CustomLog /var/log/apache/tests.vangorkum.com-access.log combined
  ErrorLog /var/log/apache/tests.vangorkum.com-error.log

  #
  # settings
  #
  AddType application/x-httpd-php .html .php .phtml .inc
  php_admin_value include_path
/var/www/tests.vangorkum.com/public:/var/www/tests.vangorkum.com/scripts

  #
  # filesystem directives
  #
  <Directory /var/www/tests.vangorkum.com/public>
    Options All MultiViews
    AllowOverride All
    Order Allow,Deny
    Allow from all
  </Directory>

  #
  # uri directives
  #
  <Location /xslt>
    AddHandler mod_xslt .html
    AddHandler mod_xslt .txt
  </Location>
</VirtualHost>

* Other packages related to libapache-mod-xslt:
[depends] libc6 (>= 2.2.4-4)
[depends] libdb2 (>= 2:2.7.7-4)
[depends] libexpat1 (>= 1.95.2-6)
[depends] libxalan1.2

* uname -a:
Linux nador 2.4.18-686 #1 Sun Apr 14 11:32:47 EST 2002 i686 unknown

* ls -l /lib/libc.so.6:
lrwxrwxrwx    1 root     root           13 Oct  7 19:08 /lib/libc.so.6 ->
libc-2.2.5.so

* /usr/sbin/apache -v:
Server version: Apache/1.3.26 (Unix) Debian GNU/Linux
Server built:   Oct 26 2002 09:15:15

* same error, also on debian and with more elaborate error messages, is
reported in thread:
[Technik] Apache-XSLT-Support, Marko Faldix, 3 apr 02,
http://lists.hostsharing.net/archiv/technik/2002-April/003383.html

--



--- End Message ---
--- Begin Message ---
Version: 1.2-2.2+rm

The libapache-mod-xslt package has been removed from Debian testing, unstable 
and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/1 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.
-- 
Lucas


--- End Message ---

Reply via email to