DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19359>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19359 proxy module docs should show need to load sub-module Summary: proxy module docs should show need to load sub-module Product: Apache httpd-2.0 Version: 2.0.45 Platform: All URL: http://httpd.apache.org/docs-2.0/mod/mod_proxy.html OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Documentation AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] http://httpd.apache.org/docs-2.0/mod/mod_proxy.html The mod_proxy documentation does not mention that, when you have mod_proxy loaded as a DSO, you need to load sub modules. The sub-modules are ftp, http, or connect. As far as I can tell, whether you select ftp or http depends on the target type. For example, the following configuration directive: ProxyPass / http://localhost:8080/ would require the following two LoadModule lines: LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so I expect that the proxy_connect sub-module is required for any of the Connect configuration directives. Personally, I would like to see this information in a paragraph at the top of the module documentation, about where you now see the paragraph warning you that this documentation may be inaccurate. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
