]> granicus.if.org Git - apache/commit
Add --[enable|disable]-v4-mapped configure option to control
authorJeff Trawick <trawick@apache.org>
Thu, 14 Nov 2002 14:17:11 +0000 (14:17 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 14 Nov 2002 14:17:11 +0000 (14:17 +0000)
commit647f8a18eb6a2302529c080255123c8cda374c17
treebd1edff4c1f9176f00b1f9564aa05d9a8b1dcf59
parent34f89e39b7b275c571016eb6d7a1a728cea1a421
Add --[enable|disable]-v4-mapped configure option to control
whether or not Apache expects to handle IPv4 connections
on IPv6 listening sockets.  Either setting will work on
systems with the IPV6_V6ONLY socket option.  --enable-v4-mapped
must be used on systems that always allow IPv4 connections on
IPv6 listening sockets.

Note: As the ssl config file is not automatically generated and
      it is expected to require editing anyway to work, the only
      change there was to suggest the required Listen statements
      in a comment.

PR:   PR 14037 (Bugzilla), PR 7492 (Gnats), various dups of these PRs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97516 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
acinclude.m4
configure.in
docs/conf/httpd-std.conf.in
docs/conf/ssl-std.conf
server/listen.c