On Thu, 12 Dec 2002, Dakkar wrote:

> If I make a request for /~dakkar/something/, I get:
> -----------
> <?xml version="1.0" encoding="UTF-8"?>
> <node><stuff><path></path><page></page>$VAR1 = bless( do{\(my $o = 152178816)}, 
>'AxKit::Apache' );
> </stuff></node>
> -----------
>
> which is, more or less, what I expected (no additional path
> information).
>
> If I make a request for /~dakkar/something/0, I get a 404, and the log
> says:
> -------------
> [Thu Dec 12 12:26:01 2002] [warn] [client 127.0.0.1] [AxKit] fast handler called for 
>/~dakkar/something/0
> [Thu Dec 12 12:26:01 2002] [warn] [client 127.0.0.1] [AxKit] Content Provider 
>Override: Apache::AxKit::Provider::File
> [Thu Dec 12 12:26:01 2002] [warn] [client 127.0.0.1] [AxKit] [req] File Provider 
>given $r: /home/dakkar/public_html/something/0
> [Thu Dec 12 12:26:01 2002] [warn] [client 127.0.0.1] [AxKit] checking if we process 
>this resource
> [Thu Dec 12 12:26:01 2002] [warn] [client 127.0.0.1] [AxKit] file 
>'/home/dakkar/public_html/something/0' does not exist or is not readable
> [Thu Dec 12 12:26:01 2002] [warn] [client 127.0.0.1] [AxKit] provider declined
> [Thu Dec 12 12:26:01 2002] [error] [client 127.0.0.1] File does not exist: 
>/home/dakkar/public_html/something/0
> --------------
>
> How can I convince AxKit (or Apache?) to serve all requests in the
> subtree via my XSP?

I'm not sure what's going on here... What version of AxKit are you
running? It should "just work" - Apache should go through the default
trans handler and feed the results to axkit (which gives you the file with
path-info removed).

Is anything else different in your config? Or am I missing something that
i had to do to the axkit.org server?

-- 
<!-- Matt -->
<:->get a SMart net</:->
Spam trap - do not mail: [EMAIL PROTECTED]


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

Reply via email to