myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [3083] Changed name for some lists stored in the main


From: Giuseppe Scrivano
Subject: [myserver-commit] [3083] Changed name for some lists stored in the main configuration file.
Date: Thu, 07 May 2009 20:42:07 +0000

Revision: 3083
          http://svn.sv.gnu.org/viewvc/?view=rev&root=myserver&revision=3083
Author:   gscrivano
Date:     2009-05-07 20:42:07 +0000 (Thu, 07 May 2009)
Log Message:
-----------
Changed name for some lists stored in the main configuration file.

Modified Paths:
--------------
    trunk/myserver/documentation/process_security.texi
    trunk/myserver/src/base/process/process_server_manager.cpp
    trunk/myserver/src/plugin/plugins_manager.cpp

Modified: trunk/myserver/documentation/process_security.texi
===================================================================
--- trunk/myserver/documentation/process_security.texi  2009-05-05 18:30:06 UTC 
(rev 3082)
+++ trunk/myserver/documentation/process_security.texi  2009-05-07 20:42:07 UTC 
(rev 3083)
@@ -68,7 +68,7 @@
 
 @example
 <!-- Inside myserver.xml.  -->
-<DEFINE name="process_servers.list">
+<DEFINE name="server.process_servers">
   <DEFINE server="/opt/bin/fastcgi_server" domain="fastcgi"
           host="localhost" port="2010" local="yes" uid="1000"
           gid="1000"/>

Modified: trunk/myserver/src/base/process/process_server_manager.cpp
===================================================================
--- trunk/myserver/src/base/process/process_server_manager.cpp  2009-05-05 
18:30:06 UTC (rev 3082)
+++ trunk/myserver/src/base/process/process_server_manager.cpp  2009-05-07 
20:42:07 UTC (rev 3083)
@@ -45,7 +45,7 @@
 void ProcessServerManager::load ()
 {
  
-  string key ("process_servers.list");
+  string key ("server.process_servers");
   NodeTree<string> *node = ::Server::getInstance()->getNodeTree (key);
 
   if (node == NULL)

Modified: trunk/myserver/src/plugin/plugins_manager.cpp
===================================================================
--- trunk/myserver/src/plugin/plugins_manager.cpp       2009-05-05 18:30:06 UTC 
(rev 3082)
+++ trunk/myserver/src/plugin/plugins_manager.cpp       2009-05-07 20:42:07 UTC 
(rev 3083)
@@ -61,7 +61,7 @@
 int PluginsManager::loadOptions (Server *server, XmlParser* languageFile)
 {
   int ret = 0;
-  string key ("plugins");
+  string key ("server.plugins");
 
   NodeTree<string>* node = server->getNodeTree (key);
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]