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=44356>. 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=44356 Summary: Missing / in VirtualHost Example Product: Apache httpd-2 Version: 2.3-HEAD Platform: Other URL: http://httpd.apache.org/docs/2.0/vhosts/examples.html OS/Version: other Status: NEW Severity: normal Priority: P4 Component: Documentation AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] In the "Using Virtual_host and mod_proxy together" there is a missing / in the example. It currently reads: <VirtualHost *:*> ProxyPreserveHost On ProxyPass / http://192.168.111.2 ProxyPassReverse / http://192.168.111.2/ ServerName hostname.example.com </VirtualHost> It is missing a / at the end of the ProxyPass line. This missing / will cause the web to give a log a 502 error when requesting pages that are hrefed into a base page. With the missing / at the end of the ProxyPass line, if the website is google.com and the href is images/smiley.ico then it would try to request google.comimages/smiley.ico. -- 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]
