From: Ryan Bloom Date: Mon, 9 Apr 2001 23:28:58 +0000 (+0000) Subject: Remove BindAddress from the default config file, because it is no longer X-Git-Tag: 2.0.17~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d881b12d74c62765a03bff943e4e0024da705bef;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/CHANGES b/CHANGES index ff4b4759870..1d40adf633e 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 5d21c865c46..bd1559ff392 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 6f3954aa27f..4058d86d277 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 #