On Thursday, 16. January 2003 16:38, Christopher H. Laco wrote:
> What follows is a simple plea for mercy. :-/
>
> 95% of my site runs AxKit (http://today.icantfocus.com/), including the
> weblog. The blog software is MovableType, and I simply have all of it's
> templates output to XSP files. So far so good.
>
> I would like to get some of the MT CGIs under the AxKit workflow, the
> first being /cgi-bin/mt-search.cgi
>
> It can run the mt-server.cgi of two ways: standalone CGI, or as a
> PerlHandler. I've tried every incantation I could find using
> Apache::FIlter, Apache::RegistryFilter, or Apache::AxKit::Provider::Filter
> in the mailing list archive without success.

As far as I understand, Apache 1 is not able to filter output from a 
standalone CGI script (as opposed to a mod_perl handler). At least this would 
be consistent with your observation:

> At the most, I would get a result with the CGI output at the top of the
> page with the whole 500 error HTML at the bottom of the page. The AxKit
> logs were complaining about missing '<' but the CGI output was a valid XSP
> page if I the output statically.

This seems like you didn't get the cgi script to work under Apache::Registry. 
Run it as a plain mod_perl handler, that would be the best solution on your 
way to A::A::P::Filter support

> If the latter, wouldn't I have to add code to the MT handler sub to
> register itself with Apache::Filter?

Having no first hand experience with Apache::Filter, I say yes, AFAIK.

-- 
CU
  Joerg

PGP Public Key at http://ich.bin.kein.hoschi.de/~trouble/public_key.asc
PGP Key fingerprint = D34F 57C4 99D8 8F16 E16E  7779 CDDC 41A4 4C48 6F94


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

Reply via email to