[Zope-Checkins] CVS: Zope/skel/etc - zope.conf.in:1.1.2.12
Fred L. Drake, Jr.
fred@zope.com
Tue, 25 Feb 2003 15:50:37 -0500
Update of /cvs-repository/Zope/skel/etc
In directory cvs.zope.org:/tmp/cvs-serv5647/skel/etc
Modified Files:
Tag: new-install-branch
zope.conf.in
Log Message:
Make the DNS resolver a configuration datatype; this needs less code than
converting an IP address/hostname after loading the configuration, and the
resolver becomes available to other components via the App.config module.
=== Zope/skel/etc/zope.conf.in 1.1.2.11 => 1.1.2.12 ===
--- Zope/skel/etc/zope.conf.in:1.1.2.11 Mon Feb 24 14:36:16 2003
+++ Zope/skel/etc/zope.conf.in Tue Feb 25 15:50:37 2003
@@ -258,10 +258,10 @@
# </cgi-environment>
-# Directive: dns-ip-address
+# Directive: dns-server
#
# Description:
-# Specify the ip address of your DNS server in order to cause resolved
+# Specify the IP address of your DNS server in order to cause resolved
# hostnames to be written to Zope's access log. By default, Zope will
# not resolve hostnames unless this is set.
#
@@ -271,7 +271,7 @@
#
# Example:
#
-# dns-ip-address 127.0.0.1
+# dns-server 127.0.0.1
# Directive: ip-address