[Zope3-checkins] SVN: Zope3/trunk/zopeskel/etc/zope.conf.in Documentation fix for issue #383.

Florent Xicluna laxyf at yahoo.fr
Fri Aug 4 08:26:02 EDT 2006


Log message for revision 69353:
  Documentation fix for issue #383.

Changed:
  U   Zope3/trunk/zopeskel/etc/zope.conf.in

-=-
Modified: Zope3/trunk/zopeskel/etc/zope.conf.in
===================================================================
--- Zope3/trunk/zopeskel/etc/zope.conf.in	2006-08-04 12:15:33 UTC (rev 69352)
+++ Zope3/trunk/zopeskel/etc/zope.conf.in	2006-08-04 12:26:01 UTC (rev 69353)
@@ -16,10 +16,17 @@
 interrupt-check-interval 200
 
 # Standard HTTP server for Zope 3.
+#
+# HTTP server is explicitely bound to local loopback.
+# You can keep this configuration if your server
+# stays behind a dedicated web server.
+# Alternatively, you can change address to 0.0.0.0:8080,
+# if you need to bind to all network interfaces.
+#
 # Server: All Servers
 <server>
   type HTTP
-  address 8080
+  address 127.0.0.1:8080
 </server>
 
 # Ready to go HTTPS server. You just need to make sure OpenSSL is installed.
@@ -49,7 +56,7 @@
 #  address 8080
 #</server>
 
-# uncomment this if you want the FTP server up and running
+# Uncomment this if you want the FTP server up and running
 # Server: All Servers
 #<server ftp>
 #  type FTP



More information about the Zope3-Checkins mailing list