"Bob Hutchison" hutch@recursive.ca wrote:
On Mar 7, 2005, at 11:41 AM, Marc Battyani wrote:
I've done this once with paserve. IIRC there was just very few lines to write to call the normal mod_lisp handler function.
You mean calling mod_lisp from the lisp server, presumably using an FFI? Hadn't thought of that.
No, I mean calling the mod_lisp handler on the Lisp side. Generally it's the #'process-apache-command or #'process-apache-request function.
Marc