码迷,mamicode.com
首页 >  
搜索关键字:nginx docker registry    ( 43256个结果
用reg文件把便携版sublime text 3添加到右键菜单
假设sublime文件夹在C:\\Users\\T430i\\Downloads\\Sublime Text Build 3059 x64\\则:Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\*\shell\Sublime Text 3...
分类:其他好文   时间:2014-05-20 02:42:36    阅读次数:289
64 位python libxml2安装
1. 显示python没有在注册表中定义## script to register Python 2.0 or later for use with win32all# and other extensions that require Python registry settings## writ...
分类:编程语言   时间:2014-05-20 01:22:12    阅读次数:392
基于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
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
VMware常见错误故障排查
1. VMware安装失败 “Failed to create the requested registry key Key:installer Error:1021"1.1. windows7在注册表(cmd--->regedit)中找到HKEY_LOCAL_MACHINE ---> SOFTWA...
分类:其他好文   时间:2014-05-17 15:15:48    阅读次数:259
企业级监控软件使用zabbix key监控nginx status各种状态
因业务需要需要用zabbix来监控nginxstatus,具体是如下的做法:1.首先在nginx的配置文件中添加如下内容,需要注意的是nginx的文件格式,在allow中我们需要注意的是需要添加zabbixserver的IP地址,不然无法采集到数据,2.重启nginx服务器查看nginx服务器是否能正常打开,Nginxstatus..
分类:其他好文   时间:2014-05-16 01:58:04    阅读次数:331
502 Bad Gateway nginx 解决
打开 /usr/local/php/etc/php-fpm.conf 调大以下两个参数(根据服务器实际情况,过大也不行) 5120 600
分类:其他好文   时间:2014-05-15 21:12:11    阅读次数:206
nginx配置if错误语句时出错一例
server{if(!-e$request_filename){rewrite^(.*)$/index.phplast;}}如果if没有放在location时,在做memc缓存时,在错误日志里会提示以下信息2014/05/1210:45:51[error]11520#0:*325726srcache_fetch:cachesenttruncatedresponsebodywhilesendingtoclient,client:192.168.3.124,..
分类:其他好文   时间:2014-05-15 19:02:44    阅读次数:350
nginx日志切割shell脚本
#!/bin/bash #function:cutnginxlogfilesshell #cp/usr/local/nginx/logs/access.log/usr/local/nginx/logs/access.log.bak log_cut_path="/var/log/nginx" log_files_path="/usr/local/nginx/logs/" log_files_dir=${log_cut_path}$(date-d"yesterday"+"%Y")/$(date-d"yesterd..
分类:其他好文   时间:2014-05-15 18:49:50    阅读次数:244
wordpress安装(ubuntu+nginx+php+mariadb)
一、环境ubuntu12.04.4nginx 1.6.0mariadb 10.0更新系统补丁sudo apt-get updatesudo apt-get dist-upgrade -y挂载swap分区dd if=/dev/zeroof=/media/fasthdd/swapfile.img bs=...
分类:数据库   时间:2014-05-15 17:23:21    阅读次数:1622
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!