码迷,mamicode.com
首页 >  
搜索关键字:504 gateway timeout nginx    ( 30495个结果
基于Windows 配置 nginx 集群
1、下载 nginx 下载页面 : http://nginx.org/en/download.html 具体文件: http://nginx.org/download/nginx-1.7.0.zip 2、运行 nginx 解压第一步下载的 nginx-1.7.0.zip 压缩包 解压到 c:...
分类:Windows程序   时间:2014-05-19 20:59:02    阅读次数:507
Apache Module mod_reqtimeout
Apache Module mod_reqtimeoutAvailable Languages:enDescription:Set timeout and minimum data rate for receiving requestsStatus:ExtensionModuleIdentifier...
分类:其他好文   时间:2014-05-19 19:31:41    阅读次数:310
Ubuntu(Linux) + mono + xsp4 + nginx +asp.net MVC3 部署
折腾了一下,尝试用Linux,部署mvc3。分别用过 centos 和 ubuntu ,用ubuntu是比较容易部署的。操作步骤如下:一、终端分别如下操作sudo su ->输入密码apt-get install nginx apt-get install mono apt-get install....
分类:Web程序   时间:2014-05-19 11:02:12    阅读次数:647
C#执行cmd命令
1 public class Console : IRun 2 { 3 public Console(){ 4 this.TimeOut = 3000; 5 } 6 public string Result 7 ...
分类:其他好文   时间:2014-05-19 10:54:35    阅读次数:202
.Net并行编程系列之三:创建带时间限制(Timeout)的异步任务并取得异步任务的结果
尝试创建基于MVVM三层架构的异步任务:场景:View层触发ViewModel层的动作请求,ViewModel层异步的从Model层查询数据,当数据返回或者请求超时时正确更新ViewModel层数据并触发View层的UI更新。要求:View层保持UI响应,ViewModel层实现有超时控制的异步调用...
分类:Web程序   时间:2014-05-19 08:53:52    阅读次数:404
Linux Mono Asp.net 部署方案
1.Jexus国内的官网:http://www.jexus.org2.Apache官网:http://mono-project.com/Mod_mono3.Nginx官网:http://mono-project.com/FastCGI_Nginx
分类:Web程序   时间:2014-05-18 19:59:10    阅读次数:385
tcpCopy
tcpcopy是一种应用请求复制(基于tcp的packets)工具,其应用领域较广,我们曾经应用于网易的广告投放系统,urs系统,nginx hmux协议开发等系统,避免了上线带来的很多问题。总体说来,tcpcopy主要有如下功能:1)分布式压力测试工具,利用在线数据,可以测试系统能够承受的压力大小...
分类:其他好文   时间:2014-05-18 19:16:49    阅读次数:537
jenkins在使用maven部署到nginx+tomcat服务器时出现504错误
环境:jenkins+maven+nginx+tomcat 在执行jenkins job发布项目到远程服务器,服务器使用nginx+tomcat。默认使用80端口,通过nginx转发请求。在执行tomcat:redeploy时,出现下面的错误: [ERROR] Failed toexecute goal org.codehaus.mojo:tomcat-maven-plugin:1.1:red...
分类:其他好文   时间:2014-05-18 13:38:52    阅读次数:510
shell timeout
写脚本的时候,经常需要用到超时控制。看《shell专家编程》时看到一个好例:修改了一下,1.超过timeout时间还没执行完,则kill进程,发邮件告警:set-xmailSend(){ mailContent="xxxx Web response time over 5 seconds" echo...
分类:其他好文   时间:2014-05-17 23:30:14    阅读次数:497
add-apt-repository: command not found .
今天给nginx 升级的时候碰到一个问题通过执行 add-apt-repository 命令来添加nginx 的ppa的时候发现 命令找不到root@ubuntu:~# sudo add-apt-repositoryppa:nginx/stablesudo: add-apt-repository: ...
分类:其他好文   时间:2014-05-17 22:10:10    阅读次数:336
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!