]> granicus.if.org Git - apache/commitdiff
Remove BindAddress from the default config file, because it is no longer
authorRyan Bloom <rbb@apache.org>
Mon, 9 Apr 2001 23:28:58 +0000 (23:28 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 9 Apr 2001 23:28:58 +0000 (23:28 +0000)
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
docs/conf/httpd-std.conf
docs/conf/httpd-win.conf

diff --git a/CHANGES b/CHANGES
index ff4b47598700aaea794d68745099aa8fe9215c6a..1d40adf633e2d61a948854fe283c60f6acb0f8e7 100644 (file)
--- 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
index 5d21c865c46b641e9e660ee53e8b75d9c06e2d75..bd1559ff39206337b6e5bbcde56d80726cc3dace 100644 (file)
@@ -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 <VirtualHost> and Listen directives.
-#
-#BindAddress *
-
 #
 # Dynamic Shared Object (DSO) Support
 #
index 6f3954aa27f4b23f533e4b31acbfdd8214cfbe72..4058d86d2770cec648ce79ebff622540fffbd700 100644 (file)
@@ -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 <VirtualHost> and Listen directives.
-#
-#BindAddress *
-
 #
 # Dynamic Shared Object (DSO) Support
 #