On Thu, 27 Dec 2001, Tod Harter wrote:

> Here's the AxKit relevant part of my httpd.conf from my test and development
> system. It will handle both xml/xslt and xsp pages. For XSP you can just add
> whatever AxAddXSPTaglib directives you need for various tag sets. You could
> also add AxAddStyleMap directives for other language processors, like
> xpathscript if you need that. If you wanted to restrict processing to a
> specific directory, you could wrap the <FILES> directive inside a <DIRECTORY>
> directive (but you CANNOT wrap inside a <LOCATION> directive due to vagaries
> of the way Apache parses its configuration files). If you wanted to process
> ALL files in particular directories you could also substitute <DIRECTORY> in
> place of <FILES>. Just make sure the PerlModule AxKit directive is not inside
> any other directives. Finally all of this applies to AxKit 1.4_85, I
> understand some things have changed since then.
>
> PerlModule AxKit
>
> <Files "*.(xml|xsp)">
>         SetHandler perl-script
>         PerlHandler AxKit

AxKit On is deprecated. I suggest you change the above to:

AddHandler axkit .xml
AddHandler axkit .xsp

-- 
<!-- Matt -->
<:->Get a smart net</:->


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

Reply via email to