[6bone] Ipv6 Enabled Web Site

Gav old_mc_donald at hotmail.com
Thu Jul 22 04:45:26 PDT 2004


|
| Why is your telnet using port 23 when you explicitly tell it to use
| port 80? All the telnets I know take the port number as the second
| argument (in the absense of any flags/options).

No idea, but I tried it again later and it telnets localhost and 192.168.0.1 
no problems.
Still wont connect to ::1 80 though, says no listening sockets.


|
| First you make the apache listen on one or more address/port combos.
| This is basic TCP stuff: if this part doesn't work, you're unreachable.

I agree, and it *should* work, so I need to work out why it wont.


| BTW, this is what I used to have on my FreeBSD box:
|
| [...]
| Listen 83.149.65.1:80
| Listen [3ffe:2500:310:2::1]:80
| [...]
| <VirtualHost 83.149.65.1 [3ffe:2500:310:2::1]>
| [...]
|
| But I changed this, it looks much cleaner now:
|
| [...]
| Listen 80
| [...]
| <VirtualHost *>
| ServerName www.bgpexpert.com
| ServerAlias bgpexpert.com ipv6.bgpexpert.com ipv4.bgpexpert.com
| [...]
|
|
Thanks, will take this into account.

Gav... 


More information about the 6bone mailing list