Hi,

I am running AxKit 1.6 on Redhat 7.0 with Apache
1.3.27 & mod_perl 1.27.

If I place my AxKit configs in a <Files>, <Directory>
or <Location> block, AxKit is not being called to
handle the requests. It works if I place them in the
main block of the httpd.conf. Any idea?

XML with XSL works perfectly. However, when I try to
run XSP scripts, I always get the following error: 
"'/www/xsp/param.xsp' not recognised as XML" and the
whole script is outputted to the browser as plain
text. Any idea what went wrong?

My httpd.conf:
PerlModule AxKit
SetHandler perl-script
PerlHandler AxKit
AxAddStyleMap application/x-xpathscript \
Apache::AxKit::Language::XPathScript
AxAddStyleMap text/xsl Apache::AxKit::Language::Sablot

AddHandler axkit .xml
AddHandler axkit .xsp

AxDebugLevel 10
   
AxGzipOutput On
AxAddXSPTaglib AxKit::XSP::Util
AxAddXSPTaglib AxKit::XSP::Param
AxAddStyleMap application/x-xsp \
Apache::AxKit::Language::XSP

Thanks in advance!

Best Regards

__________________________________________________
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