
rbowen at apache
Aug 9, 2013, 12:30 PM
Post #1 of 1
(11 views)
Permalink
|
|
svn commit: r1512462 - /httpd/httpd/branches/2.4.x/docs/manual/bind.xml
|
|
Author: rbowen Date: Fri Aug 9 19:30:30 2013 New Revision: 1512462 URL: http://svn.apache.org/r1512462 Log: Adds link to wiki where further troubleshooting tips are discussed. Modified: httpd/httpd/branches/2.4.x/docs/manual/bind.xml Modified: httpd/httpd/branches/2.4.x/docs/manual/bind.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/bind.xml?rev=1512462&r1=1512461&r2=1512462&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/bind.xml (original) +++ httpd/httpd/branches/2.4.x/docs/manual/bind.xml Fri Aug 9 19:30:30 2013 @@ -98,7 +98,12 @@ Listen 192.0.2.5:8000 <example> (48)Address already in use: make_sock: could not bind to address [::]:80 </example> - </note> + + <p>See <a + href="http://wiki.apache.org/httpd/CouldNotBindToAddress">the + discussion in the wiki</a> for further troubleshooting tips.</p> + +</note> </section>
|