码迷,mamicode.com
首页 >  
搜索关键字:servers    ( 985个结果
nginx环境下配置nagios-关于start_perl_cgi.sh
1#!/bin/bash2set-x3dir=/export/servers/nginx45stop()6{7#pkill-f$dir/perl-fcgi.pl8kill$(cat$dir/logs/perl-fcgi.pid)9rm$dir/logs/perl-fcgi.pid2>/dev/nul...
分类:移动开发   时间:2014-07-07 10:00:30    阅读次数:252
Firefly 配置说明!
下图一一个典型的config.json的配置: 配置中主要包括四个部分,master,servers,db,memcached。master用来定义master的端口,serv...
分类:其他好文   时间:2014-07-02 15:13:01    阅读次数:218
如何在MyEclipse中配置Tomcat?
1.下载tomcat免安装版,tomcat路径不含空格         http://download.csdn.net/detail/u014112584/7549191 2.windows -preferences-Myeclipse-servers-tomcat7.x  (1)选择Enable  (2)Tomcat home directory: 粘贴tomcat路径 ...
分类:系统相关   时间:2014-06-26 07:38:55    阅读次数:300
多线程异步执行脚本
获取远程计算机信息:$d=get-date $servers="10.4.34.41","10.4.34.40","10.4.34.36","10.4.34.37","10.4.34.39" $serverpass="Dell1950" $UserName="Administrator"#定义线程数...
分类:编程语言   时间:2014-06-23 08:25:00    阅读次数:338
nginx源码分析--配置信息的继承&合并
这里只讲述http{}模块下的配置:        在ngx_http_block()函数内(这个函数别调用时在ngx_inti_cycle内的ngx_conf_parse函数,这个函数遇到http命令时 回调ngx_http_block,开启http{}配置块的解读工作),针对每一个http模块,调用init_conf之后,有调用了ngx_http_merge_servers()。这是为何! ...
分类:其他好文   时间:2014-06-22 20:34:44    阅读次数:204
nginx源码分析--ngx_http_optimize_servers()函数
这个函数做了连部分工作:1)以端口为入口点 将有用的信息存放到hash表内 2)调用ngx_http_init_listening()函数 对端口进行监听 1、 在ngx_http_core_main_conf_t结构体中有一个字段为ports,是一个数组,数组内存放的全是ngx_http_conf_port_t;对于每一个端口信息(ngx_http_conf_port_t),调用 ngx_h...
分类:其他好文   时间:2014-06-21 21:16:25    阅读次数:267
[转]Network flow monitoring with Open vSwitch
With network virtualization, the software switches (such as Open vSwitch) on the servers act like the edge switches. So, to gain insights into the net...
分类:Web程序   时间:2014-06-21 15:34:13    阅读次数:324
[转]Configuring Open vSwitch
(image from Anatomy of an open source cloud) A cloud data center consists of large numbers of physical servers, each running a hypervisor with one or ...
分类:其他好文   时间:2014-06-21 14:48:04    阅读次数:225
Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds解决方案
产生这个问题的原因的是将项目部署到tomcat的时间超过了45秒,当项目比较大,用的框架比较复杂常会出现这个问题。 解决方法很简单,找到下面这个路径中 workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml的server.xml文件 将start-timeout设置为100或者更长即可~...
分类:其他好文   时间:2014-06-14 13:21:11    阅读次数:351
Starting and Stopping Oracle Fusion Middleware
指定用户名密码启动管理服务器You can start and stop Oracle WebLogic Server Administration Servers using the WLST command line or a script. When you start or stop the...
分类:数据库   时间:2014-06-14 08:24:43    阅读次数:368
985条   上一页 1 ... 95 96 97 98 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!