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 Summary: DSO support for mod_rewrite Product: Apache httpd-2 Version: 2.0.52 Platform: All URL: http://homes.tiscover.com/jrief/mod_rewrite_dso/ OS/Version: All Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: mod_rewrite AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] This feature enhancement for mod_rewrite adds support for an external rewrite-program which links dynamically to mod_rewrite instead of communicating through a pipe, such as RewriteMap prg:/path/to/map_program This feature can be useful in conditions, where external rewrite programs may hang. And if they hang, all of the httpd-processes which have to consult the external mapping programm will hang too, causing a denial of service. Using dso-support for RewriteMap allows to write more complicated and time consuming mapping-applications, for instance to connect to database-servers and/or to search objects on Squid-Caches using ICP. -- 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]
