Hi
I am having trouble with what looks like a stacked handlers issue. I want to
be able to send a REDIRECT without then having AxKit try to process it.
Anyway to override the stacked handlers or to tell AxKit to ignore this?
Thanks
Jim

Suspect code:

    

        $r->content_type('text/html');
        $r->header_out(Location => qq(http://host/foo));
        return REDIRECT;  #AxKit Stacked Handler issue with redirect ?



Which causes this error:
[Fri Sep  6 08:49:06 2002] [warn] [client 127.0.0.1] [AxKit] handler called
for /foo
[Fri Sep  6 08:49:06 2002] [warn] [client 127.0.0.1] [AxKit] Content
Provider Override: Apache::AxKit::Provider::Filter
[Fri Sep  6 08:49:06 2002] [error] /htdocs/foo not found
[Fri Sep  6 08:49:06 2002] [error] Bad filter_input status

Apache configs:
#AxKit 
AxDebugLevel 10
AxContentProvider Apache::AxKit::Provider::Filter
AxAddStyleMap text/xsl Apache::AxKit::Language::Sablot

<Location /foo>
SetHandler perl-script
AxAddProcessor text/xsl /stylesheets/foo.xsl
PerlHandler foo::handler AxKit
</Location>


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

Reply via email to