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-03-03 15:33 ------- Adding a customized RewriteMap int:mymapper still is not possible, not even if one writes its own httpd-module. So unfortunately this is not some missing documentation, it is still a missing feature. The problem is, that a module-writer would have to register its customized mapper-function with 'ap_register_rewrite_mapfunc' which however is not available to other httpd-modules. It might be enough to remove the 'static' keyword and make the function available via a .h-file to other 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]
