Zachary Uram wrote:
> Krist I prefer IPv4 addressing. I can remember 128.2.10.12 but I can't
> remember some insane IPv6 hexadecimal address! lol. And I love my
> commands such as ping, traceroute, dig, host, nslookup etc.

This has nothing to do with why to enable IPv6 in APR.

Look, the IPv6 API is far superior to the standard posix IPv4 functions.
IGNORE the danged IPv6 addresses, that isn't the point!!!

To make Apache httpd speak only IPv4 is trivial.  Replace

  Listen 80

with a sensible

  Listen 0.0.0.0:80

which tells httpd to listen only on IPv4 adapters, all of them, on their
respective port 80's.  And unless you tell it otherwise, it WON'T attempt
to listen on any IPv6 adapters.

And if IPv6 confuses you, PLEASE take a minute to look at :: syntax :)

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to