Hello,

I would like to get pointers regarding an idea (good or bad) that I have.

I want to pass two modules on the command line: old version and new
version (e.g. httpd -R "ReplaceModule /path/mod_name.so
/path/mod_name_v2.so") without doing a graceful restart on the server or
changes to the httpd.conf file. I want also to do some degree of state
transfer between the old module and the new module.
I was planning to use some of the existing functionality of mod_so.c for
LoadModule directive. I have in mind to do a module to handle the
ReplaceModule directive.

I started looking the code and reading some documentation. What am I
getting into? Is it feasible? Is there a way to pass directives to httpd
once the server is running?

Thanks in advance,
Gerardo







Reply via email to