logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Experience with 2.2.11 Apache Lounge IPV6 build
Author
dak664



Joined: 15 Dec 2008
Posts: 2
Location: North Carolina, USA

PostPosted: Fri 19 Dec '08 1:41    Post subject: Re: Apache 2.2.9b with IPV6 enabled available Reply with quote

Steffan sent me a link and it works with no issues so far. I unpacked it to c:/apache3 and ran httpd.exe in a command window so I can easily go back to the non-ipv6 installed version if need be.

My configuration, if anyone is interested -

There is an ipv4 DSL connection to the internet, with an ipv6 tunnel from SixXS to a Vista laptop (interestingly, the tunnel gives simultaneous ip6 access to all machines running the tunnel client; the laptop as DMZ keeps the tunnel alive, and the router NAT sorts the others out). Most ports are forwarded to the main Ubuntu server, but ports 8080-8089 go to the laptop at [192.168.1.6] where httpd.conf has

Listen 192.168.1.6:8080
Listen [2001:4978:f:226::2]:8080
...
<VirtualHost [2001:4978:f:226::2]:8080>
DocumentRoot "c:/Apache3/htdocs/ipv6"
</VirtualHost>

so ipv6 access through the tunnel goes to a different directory.

The nameserver at Dyndns.org has both A and AAAA records for dakx.com, and a webhop entry for the laptop at http://koko.dakx.com that directs to http://dakx.com:8080. This resolves to [192.168.1.6]:8080 for ip4 (handled by router port forwarding) or [2001:4978:f:226::2]:8080 for ip6 (handled by the tunnel).

Thanks again, Steffan!
Back to top
dsumedh



Joined: 19 Jan 2009
Posts: 2

PostPosted: Mon 19 Jan '09 19:00    Post subject: Reply with quote

Steffan, can you plz provide me with 2.2.11+ipv6 binary?
Thanks in advance Smile
Back to top


Reply to topic   Topic: Experience with 2.2.11 Apache Lounge IPV6 build View previous topic :: View next topic
Post new topic   Forum Index -> Apache