Hello,
I would like to get a better idea of what some of the log messages mean and 
how AxKit is dealing with the request in general. I have not found any info 
on the log messages - is there any? (besides going through the AxKit code - 
I wouldn't mind that level of understanding, but don't have time for that 
just yet, unless it's the only way...) Examples of  the ones I'm 
particularly wondering about are:

[AxKit] cache doesn't exist (which cache? a different one than is referred 
to in [AxKit] [Cache] writing cache file...?)
[AxKit] some condition failed. recreating output

What the differences are between something in the apache config file like:
PerlModule AxKit
AddHandler axkit .xml
AddHandler axkit .xsp
AddHandler axkit .dkb
AxDebugLevel 9
AxCacheDir /home/heather/cachedir

and something like:
PerlModule AxKit
SetHandler perl-script
PerlHandler AxKit
AxDebugLevel 9
AxAddStyleMap application/x-xpathscript Apache::AxKit::Language::XPathScript
AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT
AxCacheDir /home/heather/cachedir

which appears to be a log message difference of

[AxKit] fast handler called for /examples/index.xml
versus
[AxKit] handler called for /examples/index.xml

(all subsequent log messages are the same)


Thanks very much for your time and insight,
Heather

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.394 / Virus Database: 224 - Release Date: 10/3/2002

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

Reply via email to