Hi ,

I'm just starting with xsp and I have a problem - I get DECLINED when I try an .xsp 
page. These are the config files:

in httpd.conf

PerlModule AxKit
AddHandler axkit .xsp
AddHandler axkit .xml
AddHandler axkit .dkb
AxDebugLevel 10
PerlSetVar AxXPSInterpolate 1

this is the page I call - it's from the examples:

<xsp:page xmlns:xsp="http://www.apache.org/1999/XSP/Core";
        xmlns="uri://axkit.org/NS/MyHomePage"
        language="Perl">
        <page>
                <body>
                        <heading>Hello World</heading>
                        It is now: <xsp:expr>scalar localtime</xsp:expr>
                </body>
        </page>
</xsp:page>

and this is the error log:

[Mon Mar  4 20:05:54 2002] [warn] [client 127.0.0.1] [AxKit] handler called for 
/test.xsp
[Mon Mar  4 20:05:54 2002] [warn] [client 127.0.0.1] [AxKit] media: screen, preferred 
style: #default
[Mon Mar  4 20:05:54 2002] [warn] [client 127.0.0.1] [AxKit] Cache: key = 
db3e3661b30b81e3503cef3877ec939d
[Mon Mar  4 20:05:54 2002] [warn] [client 127.0.0.1] [AxKit] getting styles and 
external entities from the XML
[Mon Mar  4 20:05:54 2002] [warn] [client 127.0.0.1] [AxKit] styles not cached - 
calling $provider->get_styles()
[Mon Mar  4 20:05:54 2002] [warn] [client 127.0.0.1] [AxKit] using XS get_styles 
(libxml2)
 
[Mon Mar  4 20:05:54 2002] [warn] [client 127.0.0.1] [AxKit] calling xs_get_styles_fh()
 
[Mon Mar  4 20:05:54 2002] [warn] [client 127.0.0.1] [AxKit] calling 
xs_get_styles_str()
 
[Mon Mar  4 20:05:54 2002] [warn] [client 127.0.0.1] [AxKit] xs_get_styles returned: , 
, {http://www.apache.org/1999/XSP/Core}page
 
[Mon Mar  4 20:05:54 2002] [warn] [client 127.0.0.1] [AxKit] Calling 
GetMatchingProcessors with (screen, , , , {http://www.apache.org/1999/XSP/Core}page)
[Mon Mar  4 20:05:54 2002] [warn] [client 127.0.0.1] [AxKit] Caught an exception
[Mon Mar  4 20:05:54 2002] [warn] [client 127.0.0.1] [AxKit] [DECLINED] From: 
/usr/lib/perl5/site_perl/i386-linux/Error.pm : 146

What I did wrong? I run Slackware 8, Apache/1.3.22, mod_perl-1.26, perl 5.6.1

Pavel

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

Reply via email to