CN104468148B - A kind of nginx server configuring maintenance method and system - Google Patents
A kind of nginx server configuring maintenance method and system Download PDFInfo
- Publication number
- CN104468148B CN104468148B CN201310413801.6A CN201310413801A CN104468148B CN 104468148 B CN104468148 B CN 104468148B CN 201310413801 A CN201310413801 A CN 201310413801A CN 104468148 B CN104468148 B CN 104468148B
- Authority
- CN
- China
- Prior art keywords
- configuration file
- data
- distributed
- nginx server
- configuration
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0803—Configuration setting
- H04L41/0813—Configuration setting characterised by the conditions triggering a change of settings
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Transfer Between Computers (AREA)
- Stored Programmes (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
The invention discloses a kind of nginx server configuring maintenance method and system, this method comprises: distributed manages data, corresponding with the configuration file of the nginx server and input based on user data of the data and change;Changed data are sent to nginx server by distributed;Nginx server safeguards configuration file according to the changed data.The present invention combines nginx server with distributed, can be good at realizing the notice and coordination under distributed environment between distinct device, realizes the real-time processing changed to data.Using technical solution of the present invention, when being updated for the network environment below nginx server, nginx networking can be enhanced to the adaptability of network environment;It, then can be based on technical solution of the present invention dynamic adjustment networking structure for application program.
Description
Technical field
The present invention relates to network technique field more particularly to a kind of nginx server configuring maintenance method and system.
Background technique
Nginx, it is a high performance HTTP(HTTP-Hypertext transfer that its pronunciation, which is " engine X ",
Protocol, hypertext transfer protocol) and Reverse Proxy, while being also an IMAP(Internet Message
Access Protocol, internet mail access protocol)/POP3(Post Office Protocol3, i.e. the of post office protocol
3 versions)/SMTP(Simple Mail Transfer Protocol, Simple Mail Transfer protocol) proxy server.Nginx
Aim at performance optimization and develop, performance be its it is most important consider, focus on very much efficiency in realization.
Nginx supports heat deployment.Its starting is particularly easy to, and can almost accomplish to run without interruption for 7 × 24 hours,
It does not need to restart running several moons, additionally it is possible in the case where persistent service, upgrade software version yet.
The configuration file of Nginx does not support the function of needing to modify automatically according to environment at present, so when nginx operation
When, user cannot carry out real-time update to configuration file content relevant to the networking below nginx according to environment needs,
The function of networking can only be updated when necessary by manual modification configuration file.
Summary of the invention
The technical problem to be solved by the present invention is to provide a kind of nginx server configuring maintenance method and system, make user
Real-time servicing can be carried out to the configuration file content of nginx server according to environment needs.
The technical solution adopted by the present invention is that the nginx server configuring maintenance method, comprising:
Distributed manages data, and the data are corresponding with the configuration file of nginx server and are based on
The input of user data and change;
Changed data are sent to nginx server by distributed;
Nginx server safeguards configuration file according to the changed data.
It further, include configuration processing module and configuration loading module in nginx server;
Changed data are sent to the configuration processing module of nginx server by distributed;
Configuration processing module operates configuration file according to the changed data;
Configuration loading module reloads the configuration file when configuration file changes and is allowed to come into force.
Further, the configuration processing module operates configuration file according to the changed data, tool
Body includes:
Configuration processing module is identified according to the changed data, generates configuration file according to the result of identification
Template, corresponding script is called according to the template of the configuration file, configuration file is operated;The result of the identification
It include: to modify operation to the specified content in configuration file, alternatively, extracting operation to configuration file.
Further, when the result of identification is to extract operation to configuration file, the configuration processing of nginx server
Module calls corresponding script to extract configuration file according to the template of configuration file, is returned by distributed
To user;
When the result of identification is to modify to operate to the specified content in configuration file, the title of the specified content
It is identical as being corresponded in the data of distributed management in configuration file, the configuration processing of nginx server
Module calls corresponding script to modify configuration file according to the template of configuration file.
Further, it when nginx server starts, is registered and is taken to distributed by configuration processing module
Business, so that the data of distributed storage notify configuration processing module when changing;
Input of the data stored in distributed based on user data and change, specifically include:
User data is inputted by distributed user data-interface, and distributed user data-interface is deposited according to distributed
The data mode of storage converts user data, is then sent to distributed, is allowed to the data stored hair
Changing.
The present invention also provides a kind of nginx server configuring maintenance systems, comprising:
Distributed, for managing data, the data it is corresponding with the configuration file of nginx server and
Input based on user data and change;Changed data are sent to nginx server;
Nginx server, for being safeguarded according to the changed data to configuration file.
It further, include configuration processing module and configuration loading module in the nginx server;
Distributed, the configuration for changed data to be sent to nginx server handle mould
Block;
Configuration processing module, for being operated according to the changed data to configuration file;
Loading module is configured, is allowed to come into force for reloading the configuration file when configuration file changes.
Further, the configuration processing module, is used for:
It is identified according to the changed data, the template of configuration file is generated according to the result of identification, according to
The template of the configuration file calls corresponding script, operates to configuration file;The result of the identification includes: to configuration
Specified content in file is modified operation, alternatively, extracting operation to configuration file.
Further, the configuration processing module, is used for: when the result of identification is to extract operation to configuration file
When, it calls corresponding script to extract configuration file according to the template of configuration file, is returned by distributed
To user;
When the result of identification is to modify to operate to the specified content in configuration file, according to the template of configuration file
Corresponding script is called to modify configuration file;The title of the specified content is in configuration file and in distributed data
It is corresponded in the data of management system management identical.
Further, the configuration processing module, is also used to: in the starting of nginx server, to distributed data management
System registry service, so that the data of distributed storage notify configuration processing module when changing;
The nginx server configuring maintenance system, further includes:
Distributed user data-interface is stored for receiving user data input, and according to distributed
Data mode user data is converted, be then sent to distributed, be allowed to the data stored generation
Variation.
By adopting the above technical scheme, the present invention at least has the advantage that
Nginx server configuring maintenance method and system of the present invention, by nginx server and distributed data management
System combines, and can be good at realizing the notice and coordination under distributed environment between distinct device, realizes and change to data
Real-time processing.It, can be with using technical solution of the present invention when being updated for the network environment below nginx server
Enhance nginx networking to the adaptability of network environment;It, then can be based on technical solution of the present invention dynamic for application program
Networking structure is adjusted, reaches enhancing to the adaptability of network environment and user demand.
Detailed description of the invention
Fig. 1 is the nginx server configuring maintenance method flow diagram of first embodiment of the invention;
Fig. 2 is the nginx server configuring maintenance system composition schematic diagram of second embodiment of the invention;
Fig. 3 is the preferred composition schematic diagram of nginx server configuring maintenance system of second embodiment of the invention;
Fig. 4 is the nginx server configuring maintenance system composition schematic diagram of application example of the present invention;
Fig. 5 is the concrete composition schematic diagram of the iag_auto_conf module of application example of the present invention.
Specific embodiment
Further to illustrate the present invention to reach the technical means and efficacy that predetermined purpose is taken, below in conjunction with attached drawing
And preferred embodiment, the present invention is described in detail as after.
First embodiment of the invention, a kind of nginx server configuring maintenance method, as shown in Figure 1, including walking in detail below
It is rapid:
Step S101, distributed manage data, the data of the storage and the configuration of nginx server
File is corresponding and the input based on user data and changes.
Specifically, user data is inputted by distributed user data-interface, distributed user data-interface is according to distribution
The data mode of formula data management system storage converts user data, is then sent to distributed,
The data for being allowed to store change.
Changed data are sent to nginx server by step S102, distributed.
Specifically, the present embodiment is arranged to: when nginx server starts, by configuration processing module to distributed data
Management system registration service, so that the data of distributed storage notify configuration processing module when changing.
It include configuration processing module and configuration loading module in nginx server.Step S102 includes:
Changed data are sent to the configuration processing module of nginx server by A1, distributed;
A2, configuration processing module operate configuration file according to the changed data;
Further, the configuration processing module is identified according to the changed data, according to the knot of identification
Fruit generates the template of configuration file, calls corresponding script according to the template of the configuration file, operates to configuration file;
The result of the identification includes: to modify operation to the specified content in configuration file, alternatively, extracting to configuration file
Operation.Modification operation can be deletion, addition or update operation.
A3, configuration loading module reload the configuration file when configuration file changes and are allowed to come into force.
Step S103, nginx server safeguards configuration file according to the changed data.
Specifically, the configuration of nginx server handles mould when the result of identification is to extract operation to configuration file
Root tuber calls corresponding script to extract configuration file according to the template of configuration file, is returned to by distributed
User;
When the result of identification is to modify to operate to the specified content in configuration file, the title of the specified content
It is identical as being corresponded in the data of distributed management in configuration file, the configuration processing of nginx server
Module calls corresponding script to modify configuration file according to the template of configuration file.
Second embodiment of the invention, a kind of nginx server configuring maintenance system, as shown in Figure 2, comprising:
1) distributed 100, for managing data, the data of the storage and matching for nginx server
It sets file correspondence and the input based on user data and changes;Changed data are sent to nginx server
200;
2) nginx server 200, for being safeguarded according to the changed data to configuration file.
It further, include configuration processing module 201 and configuration loading module 202 in nginx server 200;
Distributed 100, for changed data to be sent to the configuration of nginx server 200
Processing module 201;
Configuration processing module 201, for being operated according to the changed data to configuration file;
Specifically, configuration processing module 201 is identified according to the changed data, it is raw according to the result of identification
At the template of configuration file, corresponding script is called according to the template of the configuration file, configuration file is operated;It is described
The result of identification includes: to modify operation to the specified content in configuration file, alternatively, extracting behaviour to configuration file
Make.Modification operation can be deletion, addition or update operation.
When the result of identification is to extract operation to configuration file, configuration processing module 201 is according to configuration file
Template calls corresponding script to extract configuration file, returns to user by distributed;
When the result of identification is to modify to operate to the specified content in configuration file, configuration processing module 201
Corresponding script is called to modify configuration file according to the template of configuration file;The title of the specified content is in configuration file
In it is identical as being corresponded in the data of distributed management.
Loading module 202 is configured, is allowed to come into force for reloading the configuration file when configuration file changes.
In the present embodiment, configuration processing module 201 is also used to: in the starting of nginx server, to distributed data pipe
System registry service is managed, so that the data of distributed storage notify configuration processing module when changing;
As shown in figure 3, as a kind of preferred embodiment of the invention, nginx server configuring maintenance system is also wrapped
It includes:
Distributed user data-interface 300, for receiving user data input, and according to distributed
The data mode of 100 storages converts user data, is then sent to distributed 100, is allowed to store
Data change.
Based on above embodiments, an application example of the invention is introduced, nginx server configuring maintenance system forms such as
Shown in Fig. 4.
Nginx server, wherein including nginx module (configuration loading module i.e. hereinbefore), iag_auto_conf mould
Block (configuration processing module i.e. hereinbefore).Fig. 5 is the concrete composition schematic diagram of iag_auto_conf module, as shown in figure 5,
Iag_auto_conf module includes: initialization module, configuration module, data reception module and script operation module, for handling
The data that distributed transmits, and the configuration file of nginx module and nginx server is carried out
Relevant operation.
Distributed user data-interface, the interface function of the configuration file comprising multiple modification nginx servers, such as:
To configuration file carry out delete operation api function, operation is added to configuration file api function, to configuration file into
Row updates the api function of operation and obtains the api function of configuration file, and user calls the corresponding interface function meeting automatic conversion to use
User data is converted into user data the form of distributed storing data, is then sent to distributed data
Management system;
Multiple back end are arranged inside in distributed, store the user data and iag_ transmitted
The nginx profile data that auto_conf module transfer comes;
The detailed process of this application instance data processing are as follows:
Step 1: user calls distributed data interface, related data content is passed to, distributed data interface is to user
Data are handled, and then by treated, data are sent to distributed.
Step 2: the data that distributed transmits distributed data interface are stored in node, while right
Node is managed, and changed node data is transferred to iag_auto_conf module.
Step 3: what is called first when starting iag_auto_conf module is configuration module and initialization module.Pass through
The parameters for calling configuration module load iag_auto_conf module required when running.Configuration module mainly includes distribution
The IP address of formula data management system and the template of service port information, the Profile Path of nginx server, configuration file
Deng for module calling after the starting of iag_auto_conf module.
Call initialization module to distributed registration service, so that distributed monitors
Node data, notification data receiving module is operated when data change.
Step 4: when distributed node data changes, distributed will become
The node data of change is sent to the data reception module of iag_auto_conf module.
Step 5, data reception module identifies the node data, and the mould of configuration file is generated according to the result of identification
Plate.Wherein node data content is in the order and data to be modified for execute modification operation to the specified content of configuration file
Hold, alternatively, node data content is to obtain the operational order of configuration file, different operational orders corresponds to different configuration files
Template.
Step 6: if node data content is to obtain the operational order of configuration file, script operation module is according to configuration
The template of file calls corresponding script to extract configuration file, returns to distributed data by distributed
Interface is presented to the user.
Step 7: if node data content is to execute the order of modification operation to the specified content of configuration file, according to institute
The template for stating configuration file calls corresponding script, modifies operation to configuration file, specifically has and delete configuration file, add
Configuration file, more new configuration file etc..
Specifically, being converted first to node data if it is addition or more newer command, data reception module, generate
Corresponding profile template.
Such as template file are as follows:
server$server weight=$weight;
The data to be modified that node is read are as follows:
$server=<10.46.21.51:2181>$weight=<5>
So the data for needing to add or update into configuration file after conversion are as follows: server10.46.21.51:
2181weight=5;
Script operation module executes corresponding scripts according to profile template, adds or updates into configuration file needing
Data be written to corresponding position.It is by mark that this application example, which needs the position modified to the configuration file of nginx server,
The method of knowledge determines.It is as follows: assuming that aa is the nodename in configuration file, then stored in distributed
The title of the node is also aa in node data, and by aa as identifying, can quickly find in configuration file will be written
Position.
If it is delete command, then do not need to handle respective nodes data, directly according to profile template tune
With script is deleted, there is following bb to identify when detecting in configuration file, then medium content is deleted:
Step 8: executing after deleting the operations such as configuration file, addition configuration file, more new configuration file, send order and allow
Nginx module dynamically load configuration file makes configuration take-effective.
The present invention realizes nginx in conjunction with distributed system, allows users to service nginx according to environment needs
The configuration file content of device carries out real-time servicing.Compared with prior art, it at least has the advantage that
1, distributed data interface can make user save research of the user to distributed interface
Time, data processing are more convenient;
2, the operation that the automatic real time modifying configuration file of nginx server may be implemented, below nginx server
When network environment changes, the update for carrying out nginx networking configuration in real time can be carried out;
3, due to introducing distributed, user can matching with the nginx networking of the multiple environment of remotely modifying
It sets, while managing the configuration of multiple nginx networkings;
4, with respect to environment manual modification or using script modification nginx networking configure, go wrong when
It waits and is more conducive to orientation problem.
5, batch modification can be carried out to multiple nginx network environments simultaneously, saves the manual modification time.
By the explanation of specific embodiment, the present invention can should be reached technological means that predetermined purpose is taken and
Effect is able to more deeply and specifically understand, however appended diagram is only to provide reference and description and is used, and is not used to this
Invention limits.
Claims (8)
1. a kind of nginx server configuring maintenance method characterized by comprising
Distributed manages data, and the data are corresponding with the configuration file of nginx server and are based on user
The input of data and change;
Changed data are sent to nginx server by distributed;
Nginx server safeguards configuration file according to the changed data;
It include: configuration processing module in the nginx server;
Configuration processing module is identified according to the changed data, and the mould of configuration file is generated according to the result of identification
Plate calls corresponding script according to the template of the configuration file, operates to configuration file;The result packet of the identification
It includes: modifying operation to the specified content in configuration file, alternatively, extracting operation to configuration file.
2. nginx server configuring maintenance method according to claim 1, which is characterized in that also wrapped in nginx server
It includes: configuration loading module;
Configuration loading module reloads the configuration file when configuration file changes and is allowed to come into force.
3. nginx server configuring maintenance method according to claim 1, which is characterized in that when the result of identification is pair
When configuration file extracts operation, the configuration processing module of nginx server is called corresponding according to the template of configuration file
Script returns to user to extract configuration file, by distributed;
When the result of identification is to modify to operate to the specified content in configuration file, the title of the specified content is being matched
Set identical as corresponding in the data of distributed management in file, the configuration processing module of nginx server
Corresponding script is called to modify configuration file according to the template of configuration file.
4. nginx server configuring maintenance method according to claim 1, which is characterized in that the starting of nginx server
When, by configuration processing module to distributed registration service, so that distributed stored
Configuration processing module is notified when data change;
Input of the data stored in distributed based on user data and change, specifically include: user
Data are inputted by distributed user data-interface, and distributed user data-interface is stored according to distributed
Data mode converts user data, is then sent to distributed, and the data for being allowed to store become
Change.
5. a kind of nginx server configuring maintenance system characterized by comprising
Distributed, for managing data, the data are corresponding with the configuration file of nginx server and are based on
The input of user data and change;Changed data are sent to nginx server;
Nginx server, for being safeguarded according to the changed data to configuration file;
It include: configuration processing module in the nginx server;
The configuration processing module, is used for:
It is identified according to the changed data, the template of configuration file is generated according to the result of identification, according to described
The template of configuration file calls corresponding script, operates to configuration file;The result of the identification includes: to configuration file
In specified content modify operation, alternatively, extracting operation to configuration file.
6. nginx server configuring maintenance system according to claim 5, which is characterized in that in the nginx server
Further include: configuration loading module;
Loading module is configured, is allowed to come into force for reloading the configuration file when configuration file changes.
7. nginx server configuring maintenance system according to claim 5, which is characterized in that the configuration processing module,
For: when the result of identification is to extract operation to configuration file, corresponding script is called according to the template of configuration file
To extract configuration file, user is returned to by distributed;
When the result of identification is to modify to operate to the specified content in configuration file, called according to the template of configuration file
Corresponding script modifies to configuration file;The title of the specified content is in configuration file and in distributed data management
It is corresponded in the data of system administration identical.
8. nginx server configuring maintenance system according to claim 5, which is characterized in that the configuration processing module,
It is also used to: in the starting of nginx server, to distributed registration service, so that distributed data management system
The data of system storage notify configuration processing module when changing;
The nginx server configuring maintenance system, further includes:
Distributed user data-interface, for receiving user data input, and the number stored according to distributed
User data is converted according to form, is then sent to distributed, the data for being allowed to store change.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201310413801.6A CN104468148B (en) | 2013-09-12 | 2013-09-12 | A kind of nginx server configuring maintenance method and system |
PCT/CN2014/080653 WO2015035816A1 (en) | 2013-09-12 | 2014-06-24 | Nginx server configuration maintenance method and system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201310413801.6A CN104468148B (en) | 2013-09-12 | 2013-09-12 | A kind of nginx server configuring maintenance method and system |
Publications (2)
Publication Number | Publication Date |
---|---|
CN104468148A CN104468148A (en) | 2015-03-25 |
CN104468148B true CN104468148B (en) | 2019-03-22 |
Family
ID=52665034
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201310413801.6A Active CN104468148B (en) | 2013-09-12 | 2013-09-12 | A kind of nginx server configuring maintenance method and system |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN104468148B (en) |
WO (1) | WO2015035816A1 (en) |
Families Citing this family (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105100200A (en) * | 2015-06-02 | 2015-11-25 | 北京京东尚科信息技术有限公司 | Method and system for distributed deployment, unified configuration and automatic adaptation |
CN106610845B (en) * | 2015-10-23 | 2020-05-12 | 北京国双科技有限公司 | Information management method, device, server and system |
CN106789225A (en) * | 2016-12-13 | 2017-05-31 | 广州唯品会信息科技有限公司 | A kind of method and device of interface operation port mapping configuration |
CN108228268B (en) * | 2016-12-15 | 2021-11-12 | 北京京东尚科信息技术有限公司 | Method and device for automatically generating configuration file |
CN106775775B (en) * | 2017-01-24 | 2023-07-14 | 深圳市启仑智能科技有限公司 | OpenResity-based high-performance MVC framework |
CN109960577A (en) * | 2017-12-14 | 2019-07-02 | 中国电信股份有限公司 | Cluster control method and server based on Nginx server |
CN108848140B (en) * | 2018-05-31 | 2022-11-08 | 深圳壹账通智能科技有限公司 | Event-driven configuration management method, event-driven configuration management apparatus, computer device, and storage medium |
CN108848149B (en) * | 2018-06-05 | 2021-01-19 | 挖财网络技术有限公司 | Method and device for adaptively positioning maximum processing capacity of HTTP (hyper text transport protocol) service |
CN109347675B (en) * | 2018-10-31 | 2022-04-08 | 新华三大数据技术有限公司 | Server configuration method and device and electronic equipment |
CN109861958B (en) * | 2018-11-20 | 2022-08-16 | 新疆福禄网络科技有限公司 | Nginx-based data collection system and method |
CN109450708B (en) * | 2018-12-14 | 2021-09-07 | 北京明朝万达科技股份有限公司 | Nginx dynamic configuration method and system |
CN109951566A (en) * | 2019-04-02 | 2019-06-28 | 深圳市中博科创信息技术有限公司 | A kind of Nginx load-balancing method, device, equipment and readable storage medium storing program for executing |
CN110175153A (en) * | 2019-04-15 | 2019-08-27 | 平安普惠企业管理有限公司 | Method, system, equipment and the storage medium of automatic change nominated bank's content |
CN110417870B (en) * | 2019-07-05 | 2022-05-13 | 北京达佳互联信息技术有限公司 | Configuration file management method, device, equipment and storage medium |
CN111240832A (en) * | 2019-12-31 | 2020-06-05 | 上海汇付数据服务有限公司 | API management method and API gateway system |
CN111064626B (en) * | 2020-01-02 | 2023-05-26 | 广州虎牙科技有限公司 | Configuration updating method, device, server and readable storage medium |
CN111371598A (en) * | 2020-02-26 | 2020-07-03 | 普信恒业科技发展(北京)有限公司 | Configuration method and system |
CN113190627A (en) * | 2021-06-02 | 2021-07-30 | 南京恩瑞特实业有限公司 | Nginx and Mycat based information system architecture and configuration method thereof |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1504041A (en) * | 2000-09-15 | 2004-06-09 | ά | Method and system for remote configuration of process data access server |
CN103107909A (en) * | 2013-02-07 | 2013-05-15 | 成都大学 | Uniform configuration management system and configuration management method applied to multi-server system |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1988535B (en) * | 2005-12-23 | 2010-08-11 | 腾讯科技(深圳)有限公司 | Synchronous method, system for file storage and customer terminal |
CN101207518B (en) * | 2007-12-07 | 2010-04-14 | 华中科技大学 | An Asynchronous Maintenance System Oriented to Distributed Resource Nodes |
CN102202073B (en) * | 2010-03-24 | 2014-05-07 | 杭州华三通信技术有限公司 | Distributed system and data synchronization method thereof |
US9122535B2 (en) * | 2011-11-22 | 2015-09-01 | Netapp, Inc. | Optimizing distributed data analytics for shared storage |
-
2013
- 2013-09-12 CN CN201310413801.6A patent/CN104468148B/en active Active
-
2014
- 2014-06-24 WO PCT/CN2014/080653 patent/WO2015035816A1/en active Application Filing
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1504041A (en) * | 2000-09-15 | 2004-06-09 | ά | Method and system for remote configuration of process data access server |
CN103107909A (en) * | 2013-02-07 | 2013-05-15 | 成都大学 | Uniform configuration management system and configuration management method applied to multi-server system |
Also Published As
Publication number | Publication date |
---|---|
CN104468148A (en) | 2015-03-25 |
WO2015035816A1 (en) | 2015-03-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN104468148B (en) | A kind of nginx server configuring maintenance method and system | |
CN110531987A (en) | Management method, device and computer readable storage medium based on Kubernetes cluster | |
JP5605229B2 (en) | Application server management system, application server management method, management apparatus, application server, and computer program | |
CN102571420B (en) | Method and system for network element data management | |
CN101854338A (en) | Subscriber equipment and its subscription management method, real-time communication method and system | |
CN107179879A (en) | Method and apparatus for the Data Migration of storage device | |
EP2756475A2 (en) | Distributing multi-source push notifications to multiple targets | |
JP6176245B2 (en) | Control device, communication system, switch control method, and program | |
CN107493199A (en) | A kind of distributed type assemblies management method and system | |
CN107003983A (en) | Configuration network | |
CN102595208A (en) | Cloud terminal control networking video image processing streaming media service system and method | |
CN109639782A (en) | Message sends platform, method | |
CN109842637A (en) | A kind of Distributed Services register method and device | |
CN114553693B (en) | Gateway upgrading method and device | |
CN107357571A (en) | Maintenance method and system of equipment component program and component server | |
US20090055511A1 (en) | Non-programmatic access to data and to data transfer functions | |
CN101404630B (en) | Method and system for implementing internet service access gate | |
CN108667639A (en) | A kind of method for managing resource under privately owned cloud environment and management server | |
CN104951339B (en) | A kind of automatic search mounting system and method based on Bundle dependences | |
CN104410875A (en) | System and method for realizing IPTV box end service zero configuration automatic opening | |
CN114938365A (en) | Method and device for updating functional module, storage medium and electronic device | |
CN111782259B (en) | Reverse proxy-based microservice treatment method | |
US8694462B2 (en) | Scale-out system to acquire event data | |
CN106790182B (en) | Distributed business service system, centralized service control method and corresponding device thereof | |
US20150212834A1 (en) | Interoperation method of newtork device performed by computing device including cloud operating system in could environment |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |