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.

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.

First, I'm not sure which is better, Filtering the CGI version, or
Filtering on the handler version of MT, and then I apparently can't find
the right httpd.conf incantation.

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

Any direction would be appreciated.

-=Chris

-- 
Measure once, cut 4 times, use duct tape then super glue.



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

Reply via email to