From d881b12d74c62765a03bff943e4e0024da705bef Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Mon, 9 Apr 2001 23:28:58 +0000 Subject: [PATCH] Remove BindAddress from the default config file, because it is no longer a valid directive. PR: 7539 Submitted by: giles@nemeton.com.au git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88776 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 3 +++ docs/conf/httpd-std.conf | 8 -------- docs/conf/httpd-win.conf | 8 -------- 3 files changed, 3 insertions(+), 16 deletions(-) diff --git a/CHANGES b/CHANGES index ff4b475987..1d40adf633 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 2.0.17-dev + *) Remove BindAddress from the default config file. + [giles@nemeton.com.au] + *) Allow module authors to add a module to their Apache build using --with-module, without re-running buildconf. The syntax is: --with-module=module_type:/path/to/module.c diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index 5d21c865c4..bd1559ff39 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -158,14 +158,6 @@ MaxRequestsPerChild 0 #Listen 3000 #Listen 12.34.56.78:80 -# -# BindAddress: You can support virtual hosts with this option. This directive -# is used to tell the server which IP address to listen to. It can either -# contain "*", an IP address, or a fully qualified Internet domain name. -# See also the and Listen directives. -# -#BindAddress * - # # Dynamic Shared Object (DSO) Support # diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 6f3954aa27..4058d86d27 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -123,14 +123,6 @@ ThreadsPerChild 250 #Listen 3000 #Listen 12.34.56.78:80 -# -# BindAddress: You can support virtual hosts with this option. This directive -# is used to tell the server which IP address to listen to. It can either -# contain "*", an IP address, or a fully qualified Internet domain name. -# See also the and Listen directives. -# -#BindAddress * - # # Dynamic Shared Object (DSO) Support # -- 2.40.0