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=39540>. 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=39540 Summary: Connectors Documentation Suggestion Product: Tomcat 5 Version: 5.5.9 Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P5 Component: Webapps:Documentation AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] As with the release of Apache 2.2.2 (on Windows as well), I suggest that mod_ajp_proxy be included in the valid list of connectors. (and perhaps deprecating the use of mod_jk on the newer versions) It makes configuration of AJP13 support very easy on httpd: <IfModule proxy_module> <IfModule proxy_ajp_module> ProxyRequests On ProxyPass /tomcatmanual ajp://localhost:8009/tomcat-docs </IfModule> </IfModule> -- 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]