Hi, I'm trying to get XSP working. I'm following the perl.com AxKit articles.

When I request a .xsp page, I just get the raw .xsp file instead of the 
processed output. I cranked AxKit's DebugLevel up, and this shows up in the 
logs:

-- snip --
[Wed Aug 27 15:46:38 2003] [warn] [client (client removed)] [AxKit] handler 
called for /~ieure/ax/hello.xsp
[Wed Aug 27 15:46:38 2003] [warn] [client (client removed)] [AxKit] Content 
Provider Override: Apache::AxKit::Provider::File
[Wed Aug 27 15:46:38 2003] [warn] [client (client removed)] [AxKit] decoding 
from UTF-8
[Wed Aug 27 15:46:38 2003] [warn] [client (client removed)] [AxKit] [req] File 
Provider given $r: /home/ieure/public_html/ax/hello.xsp
[Wed Aug 27 15:46:38 2003] [warn] [client (client removed)] [AxKit] checking 
if we process this resource
[Wed Aug 27 15:46:38 2003] [warn] [client (client removed)] [AxKit] 
'/home/ieure/public_html/ax/hello.xsp' not recognised as XML
[Wed Aug 27 15:46:38 2003] [warn] [client (client removed)] [AxKit] provider 
declined
-- snip --

I've got this mess in my httpd.conf:

-- snip --
AddType application/x-xsp .xsp

PerlModule AxKit
SetHandler perl-script
PerlHandler AxKit

AxDebugLevel 99
AxGzipOutput Off

AxAddXSPTaglib AxKit::XSP::Util
AxAddXSPTaglib AxKit::XSP::Param

AxAddStyleMap application/x-xsp Apache::AxKit::Language::XSP
AxAddStyleMap text/xsl Apache::AxKit::Language::Sablot

AxAddRootProcessor application/x-xsp NULL \
        {http://apache.org/xsp/core/v1}page
AxAddRootProcessor text/xsl output2html.xsl \
        {http://apache.org/xsp/core/v1}page
-- snip --

What's going wrong?

P.s., please Cc, I'm not on the list.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to