diff options
author | clement <clement@FreeBSD.org> | 2004-07-13 17:32:44 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-07-13 17:32:44 +0800 |
commit | 3bb297de5744ab3be3cfff7b5aac20cec79d5acb (patch) | |
tree | 6dace4ddddc3d276683a7ff19dc59d26ff99d979 /www/apache2/Makefile.doc | |
parent | 33417460745d05559ed280e4b5c560f7b017a8df (diff) | |
download | freebsd-ports-gnome-3bb297de5744ab3be3cfff7b5aac20cec79d5acb.tar.gz freebsd-ports-gnome-3bb297de5744ab3be3cfff7b5aac20cec79d5acb.tar.zst freebsd-ports-gnome-3bb297de5744ab3be3cfff7b5aac20cec79d5acb.zip |
- Fix hostname resolution if IPv4 are mapped. [1]
- Add WITHOUT_V4MAPPED knob and explicitly set --disable-v4-mapped
if WITHOUT_V4MAPPED or WITH_IPV6_V6ONLY
Also submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [1]
Diffstat (limited to 'www/apache2/Makefile.doc')
-rw-r--r-- | www/apache2/Makefile.doc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/apache2/Makefile.doc b/www/apache2/Makefile.doc index 12a65693a560..fb54f7c9f6dc 100644 --- a/www/apache2/Makefile.doc +++ b/www/apache2/Makefile.doc @@ -23,6 +23,8 @@ ## WITHOUT_AUTH: Disable auth modules ## WITH_CUSTOM_AUTH: Let you choose which auth modules you wish ## WITHOUT_DAV: Disable DAV support +## WITHOUT_IPV6: Disable IPv6 support +## WITHOUT_V4MAPPED ## WITH_IPV6_V6ONLY: Don't allow IPv6 sockets to handle IPv4 ## connections ## WITHOUT_SSL: Disable SSL support |