titetluc titetluc wrote:
My questions: is there a way to run mod_perl/my_module on an HTTP server/reverse proxy other than apache ?If so, what kind of HTTP server/reverse proxy ?
mod_perl is an Apache module written to the Apache API. Like every other Apache module, it will only work under Apache. The only exception would be if someone wrote a compatibility layer between some other HTTP server and Apache, but that would almost certainly not save you any memory.
-- Michael Peters Plus Three, LP