[mapguide-commits] r4799 - trunk/MgDev/Server/src/Core

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Apr 15 12:30:48 EDT 2010


Author: brucedechant
Date: 2010-04-15 12:30:47 -0400 (Thu, 15 Apr 2010)
New Revision: 4799

Modified:
   trunk/MgDev/Server/src/Core/serverconfig.ini
Log:
Updated comments.

Modified: trunk/MgDev/Server/src/Core/serverconfig.ini
===================================================================
--- trunk/MgDev/Server/src/Core/serverconfig.ini	2010-04-14 19:46:18 UTC (rev 4798)
+++ trunk/MgDev/Server/src/Core/serverconfig.ini	2010-04-15 16:30:47 UTC (rev 4799)
@@ -63,7 +63,7 @@
 #                                           RenderingService, TileService, KmlService, ServerAdminService, SiteService
 #                                       Example: MappingService:3,FeatureService:1
 # LogsPath                         Path where log files are stored
-# MachineIp                        IP address of the server
+# MachineIp                        IP address of this server
 #                                       0 < Length <= 255
 # MaxLogFileSize                   Max size allowed for the log files in
 #                                  kilobytes (KB)
@@ -161,7 +161,9 @@
 #
 # Property Name                    Description
 # -----------------------------------------------------------------------------
-# IpAddress                        IP address of the site server
+# IpAddress                        IP address of the site server. This is typically 
+#                                  the address of this server and matches the 
+#                                  MachineIp given above.
 #                                       0 < Length <= 255
 # MaxConnections                   Max # of open site connections
 #                                       0 < Value <= 1024



More information about the mapguide-commits mailing list