DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38355>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38355 ------- Additional Comments From [EMAIL PROTECTED] 2006-01-23 13:57 ------- Hmm, I think, we have a misunderstanding here. I'm NOT talking about external programs, but ordinary httpd modules, which may or may not be DSOs. You can write a module, which defines additional rewrite maps (available via int: specifier) and have the full power of being an apache module (configuration, hooks, etc). So... I don't see an advantage of building another way of doing the same -- as a matter of fact, it's basically duplicating code of mod_so ;-) (By the way, there are APR functions for loading DSOs portably, one should never use dlopen/dlsym directly in common httpd modules.) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
