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: why two seperate listen directive for IPv4 and IPv6
Author
ashwani_ap



Joined: 29 Aug 2007
Posts: 47
Location: Bangalore

PostPosted: Tue 08 Jan '08 7:22    Post subject: why two seperate listen directive for IPv4 and IPv6 Reply with quote

Hi,

Apache on windows needs two separate Listen directives for IPv4 and IPv6. Even if we give wild characters for both IPv4 and IPv6 address it does not work ie..

Listen 0.0.0.0:80
Listen [::]:80

doesnot work
But if specific IP addrs for any one is given then both will work.

Can somebody tell what is the problem.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Mon 21 Jan '08 20:48    Post subject: Reply with quote

I haven't tested it yet cause I don't have an IPv6 network, but I think there must only a
Code:

Listen 80


so it listens on all available IPs from PC.
Back to top


Reply to topic   Topic: why two seperate listen directive for IPv4 and IPv6 View previous topic :: View next topic
Post new topic   Forum Index -> Apache