On Friday, September 6, 2002, at 04:52  pm, Jim Wiley wrote:

> 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

Don't you also need:

PerlSetVar Filter On

here?

> </Location>

Matt.


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

Reply via email to