Hi,

My XSP scripts are being processed as XML files
instead of XSP files. Below is my httpd.conf and
apache error log. Is my apache config wrong? Please
help! Thanks!!!

httpd.conf:
PerlModule AxKit
SetHandler perl-script
PerlHandler AxKit

AxAddStyleMap text/xsl Apache::AxKit::Language::Sablot

AddType text/xml .xsp
AddHandler axkit .xml
AddHandler axkit .xsp
AxDebugLevel 10
PerlSetVar AxXPSInterpolate 1
   
AxAddXSPTaglib Apache::AxKit::XSP::Util
AxAddXSPTaglib Apache::AxKit::XSP::Param
AxAddStyleMap application/x-xsp \
Apache::AxKit::Language::XSP

error_log:
[warn] [AxKit] handler called for /xsp/demo/test.xsp
[warn] [AxKit] Content Provider Override:
Apache::AxKit::Provider::File
[warn] [AxKit] [req] File Provider given $r:
/www/xsp/demo/test.xsp
[warn] [AxKit] checking if we process this resource
[warn] [AxKit] media: screen, preferred style:
#default
[warn] [AxKit] Cache: key =
40d3aeb87d4b8b866ec3d0ab73a78cef
[warn] [AxKit] getting styles and external entities
from the XML
[warn] [AxKit] styles not cached - calling
$provider->get_styles()
[warn] [AxKit] using XS get_styles (libxml2)
[warn] [AxKit] calling xs_get_styles_fh()
[warn] [AxKit] calling xs_get_styles_str()
[warn] [AxKit] xs_get_styles returned: , ,
{http://www.apache.org/1999/XSP/Core}page
[warn] [AxKit] Calling GetMatchingProcessors with
(screen, , , ,
{http://www.apache.org/1999/XSP/Core}page)
[warn] [AxKit] Caught an exception
[warn] [AxKit] [DECLINED] From:
/usr/lib/perl5/site_perl/5.6.1/Error.pm : 148


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus � Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

Reply via email to