It's not built for IPv6 as that would require -all- Apache users to install
the IPv6 layer (including win9x and NT users, who would have the greater
hardship.)
I'll investigate providing an NT-only, IPv6 flavor of the libapr.dll, for
those users interested. I need to confirm, but believe that on
On Mon, Oct 24, 2005 at 11:17:57AM +0400, Haifa Murad Hasan Abdulla Al Balooshi
wrote:
> I want to enable IPv6
>
> In the config/httpd file, I added
> listen [::1]
This is close, but not quite there. You need to specify a port aswell;
Listen [::1]:80
Will ask Apache to listen, on po
Now, I could be very wrong here.. I just did a bit of my own research
on IPv6 (because I didn't know much about it) and apparantly the
equivelant of 128.0.0.1 is ::1/128.. Don't you need to add the /128 at the end?On 10/24/05,
Haifa Murad Hasan Abdulla Al Balooshi <[EMAIL PROTECTED]> wrote:
I down
I downloaded and installed the binary for apache_2.0.54-win32-x86-no_ssl
on windows XP service pack 2 (it works fine with IPv4)
I want to enable IPv6
In the config/httpd file, I added
listen [::1]
I also tried
listen [fe80::1]
I got this error when I started apache:
[Fri Oct 14 19:13:13 20