#This is open source software under the terms in LICENSE.txt

<FilesMatch "\.(html|xml)$">
  SetHandler perl-script
  PerlHandler AxKit

  AddType text/xml .html
  AddHandler axkit .html
</FilesMatch>

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

#uncomment the IfDefine (which will always fail) for deployment
#<IfDefine FOO>
  AxNoCache On
  AxDebugLevel 10
  AxStackTrace On
  AxLogDeclines On
  AxTraceIntermediate /Users/woodside/sandbox/Axblog/axblog/axtrace
  AxGzipOutput Off
#</IfDefine>