David Chaplin-Loebell wrote:
Hello-- I'm trying to get AxKit working on my development server and I'm
having a tough time.  My apologies if this is a FAQ-- I've read the
available documentation, but it's possible I'm just not recognizing the

I'm using the FreeBSD ports versions of Apache, mod_perl, AxKit, and
libXSLT (as well as all other AxKit dependencies).  mod_perl is buit as a
DSO.  mod_php is also built as a DSO, and has been turned off for
debugging purposes since I've seen the notes that it may conflict with
AxKit in some cases.

Currently, I have things set up as described in the new XSLT-based
Quickstart document.  That is, I have the following in my httpd.conf:

PerlModule AxKit
AxDebugLevel 10
Alias /axkit/ /usr/www/axkit/
<Location /axkit/>
        AddHandler AxKit .xml

        # Map your XSLT transformations to use LibXSLT
        AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT
        allow from all
</Location>

....and I have the test.xml file (about camels and dromedaries) and the
test.xsl file in place.  These are at
http://greebo.klatha.com/axkit/test.xml

I also have a duplicate set of these files in the directory
<http://greebo.klatha.com/axkit2/>.  That directory has no AxKit
processing defined.
Funny. A request to /axkit/test.xml times out, but a request to /axkit2/test.xml yields the HTML that's expected to be returned after the stylesheet is applied to the camelids file. Something's crossed up, somewhere, config-wise...


-kip


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

Reply via email to