And finally, here's a snippet of the httpd.conf for this site:
<Files ~ "\.(xml|xsp)$"> SetHandler axkit AxAddPlugin Apache::AxKit::Plugin::QueryStringCache
AxAddStyleMap application/x-xsp Apache::AxKit::Language::XSP AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT AxCacheDir /tmp/axkit/cachedir AxAddXSPTaglib AxKit::XSP::ESQL AxAddXSPTaglib AxKit::XSP::Param AxAddXSPTaglib AxKit::XSP::PerForm AxAddXSPTaglib AxKit::XSP::Sendmail AxAddXSPTaglib AxKit::XSP::WebUtils AxAddXSPTaglib AxKit::XSP::Util </Files>
I'm lost, and since I'm busy with other projects (this is for a site that I no longer support, but it's still running on my server) I don't have much time to track it down. Has anyone seen this before?
I strongly suggest moving those AxAddXSPTaglib commands outside of the <Files> section, and prefixing all the modules with a "+". The error smacks of the taglib not being loaded for some reason.
Matt.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
