summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2020-06-23 08:45:07 +0000
committerJoe Orton <jorton@apache.org>2020-06-23 08:45:07 +0000
commit2f9cba2ad01a6dda48d19da475fea72ca3637104 (patch)
tree401e31110a3df9d3d23367f3f42f9d810b18d215 /CHANGES
parent1b4468534f9896b011650fc3fc9c10e2618dc3aa (diff)
downloadhttpd-2f9cba2ad01a6dda48d19da475fea72ca3637104.tar.gz
Add "v6only" Listen option to enable IPV6_V6ONLY in v4mapped builds
where it is otherwise always disabled. * include/ap_listen.h: Define AP_LISTEN_V6ONLY. * server/listen.c (make_sock): Set v6only_setting to 1 if AP_LISTEN_V6ONLY flag is set for the listener. (parse_listen_flags): Parse "v6only" flag. PR: 54878 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879106 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index f24e24c8f2..0ae7ba816f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -38,7 +38,7 @@ Changes with Apache 2.5.1
the connection inside mod_ssl. [Joe Orton]
*) core: Add optional "options=" argument to Listen. Supported
- keywords are "freebind" and "reuseport". PR 61865.
+ keywords are "freebind", "reuseport" and "v6only". PR 61865.
[Jan Kaluza, Lubos Uhliarik <luhliari redhat.com>, Joe Orton]
*) config: Allow for environment variable substitution with default value,