On Friday, Nov 22, 2002, at 09:20 Europe/London, lhc wrote:

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?
You need to tell Apache that .xsp files are XML. Try:

AddType text/xml .xsp

Matt.


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

Reply via email to