<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Apache IPv6 Configuration: Dual Stacked IPv4 &amp; IPv6 Virtual Hosts</title> <atom:link href="http://www.cyberciti.biz/faq/ipv6-apache-configuration-tutorial/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/ipv6-apache-configuration-tutorial/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: NoelB</title><link>http://www.cyberciti.biz/faq/ipv6-apache-configuration-tutorial/#comment-60110</link> <dc:creator>NoelB</dc:creator> <pubDate>Mon, 20 Jun 2011 07:57:22 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5032#comment-60110</guid> <description>The correct way to do this is
......
That&#039;s a space after the ipv4 address and then encase in square brackets your IPv6 address
ensure your namevirtualhost setting is defined for both
NameVirtualHost 74.86.48.99
NameVirtualHost [dead:beef:::1]
and to Scott, you could just use  Listen *:80, but I cant see why it would complain for two separate statements</description> <content:encoded><![CDATA[<p>The correct way to do this is</p><p> &#8230;&#8230;</p><p>That&#8217;s a space after the ipv4 address and then encase in square brackets your IPv6 address</p><p>ensure your namevirtualhost setting is defined for both<br
/> NameVirtualHost 74.86.48.99<br
/> NameVirtualHost [dead:beef:::1]</p><p>and to Scott, you could just use  Listen *:80, but I cant see why it would complain for two separate statements</p> ]]></content:encoded> </item> <item><title>By: Scott</title><link>http://www.cyberciti.biz/faq/ipv6-apache-configuration-tutorial/#comment-60064</link> <dc:creator>Scott</dc:creator> <pubDate>Fri, 17 Jun 2011 03:58:32 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5032#comment-60064</guid> <description>Making two &#039;Listen&#039; statements gives an error that port 80 is already in use. Any ideas, anyone?
$ sudo /etc/init.d/apache2 start
* Starting web server apache2
(98)Address already in use: make_sock: could not bind to address [2600:3c01::f03c:91ff:fe96:edba]:80</description> <content:encoded><![CDATA[<p>Making two &#8216;Listen&#8217; statements gives an error that port 80 is already in use. Any ideas, anyone?</p><p>$ sudo /etc/init.d/apache2 start<br
/> * Starting web server apache2<br
/> (98)Address already in use: make_sock: could not bind to address [2600:3c01::f03c:91ff:fe96:edba]:80</p> ]]></content:encoded> </item> <item><title>By: Larry Cerney</title><link>http://www.cyberciti.biz/faq/ipv6-apache-configuration-tutorial/#comment-59532</link> <dc:creator>Larry Cerney</dc:creator> <pubDate>Fri, 20 May 2011 16:48:17 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5032#comment-59532</guid> <description>Vivek;
I just read through your article on Dual Stack setup for Apache looking for a clue to solve a problem I have here.  I&#039;m trying to set up a Tomcat over Java to run in a IPv6 only test network with no luck.  I can&#039;t get the ports 8080, 8081 and 8082 to bind to IPv6.  I&#039;ve dug around in both Tomcat and Java and found what I thought were some promising fixes like Java&#039;s java.net.preferIPv4Stack=false and java.net.preferIPv6Addresses=true.  I can&#039;t quite figure out what I need to do to get the 8080 ports to bin to IPv6.  I&#039;d be happy if I could get the ports to bind with both IPv6 and IPv4.
The Tomcat configuration works fine under IPv4.  When I attempt to connect to the website using IPv6 the connection request is reset by the server, I&#039;m guessing because the port isn&#039;t available on IPv6.
Any thoughts?  I&#039;m searching for clues.....
Thanks...
Larry</description> <content:encoded><![CDATA[<p>Vivek;</p><p>I just read through your article on Dual Stack setup for Apache looking for a clue to solve a problem I have here.  I&#8217;m trying to set up a Tomcat over Java to run in a IPv6 only test network with no luck.  I can&#8217;t get the ports 8080, 8081 and 8082 to bind to IPv6.  I&#8217;ve dug around in both Tomcat and Java and found what I thought were some promising fixes like Java&#8217;s java.net.preferIPv4Stack=false and java.net.preferIPv6Addresses=true.  I can&#8217;t quite figure out what I need to do to get the 8080 ports to bin to IPv6.  I&#8217;d be happy if I could get the ports to bind with both IPv6 and IPv4.</p><p>The Tomcat configuration works fine under IPv4.  When I attempt to connect to the website using IPv6 the connection request is reset by the server, I&#8217;m guessing because the port isn&#8217;t available on IPv6.</p><p>Any thoughts?  I&#8217;m searching for clues&#8230;..</p><p>Thanks&#8230;<br
/> Larry</p> ]]></content:encoded> </item> </channel> </rss>
