码迷,mamicode.com
首页 >  
搜索关键字:nginx upstream check    ( 34475个结果
Apache和Nginx防盗链的几种配置方法
要实现防盗链,我们就必须先理解盗链的实现原理,提到防盗链的实现原理就不得不从HTTP协议说起,在HTTP协议中,有一个表头字段叫 referer,采用URL的格式来表示从哪儿链接到当前的网页或文件。换句话说,通过referer,网站可以检测目标网页访问的来源网页,如果是资源 文件,则可以跟踪到显示它...
分类:其他好文   时间:2014-05-17 00:54:43    阅读次数:221
nginx rewriter配置
rewriter配置nginx.conf配置 server { listen 80; server_name 127.0.0.1; index index.php; root /usr/share/nginx/html; #rewrite ^/projects/BookLib...
分类:其他好文   时间:2014-05-16 19:46:26    阅读次数:316
lnmp启动脚本
#!/bin/bashPATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/binexport PATH# Check if user is rootif [ $(id -u) != "0" ]; then pr...
分类:其他好文   时间:2014-05-16 07:15:11    阅读次数:310
百度,你家云管家能靠谱点不?替你脸红!Shame on you!
艾玛好歹也是云存储巨头, 好歹对数据读写要抱有起码的敬畏吧? 你错几个字节让用户情何以堪? Check CRC你总该知道吧? MD5 or SHA1你也都知道吧? 文件传输完check一下不行么?
分类:其他好文   时间:2014-05-15 16:37:57    阅读次数:321
nginx与ios实现https双向认证
nginx和ios app实现https双向认证(client certificate)...
分类:移动开发   时间:2014-05-15 14:51:58    阅读次数:446
linux后台服务器开发环境部署配置和验证(nginx+apache+php-fpm+FASTCGI(C/C++))
CentOS 6.3(Linux version 2.6.32-279.el6.x86_64) gcc (GCC) 4.4.6 20120305 (Red Hat 4.4.6-4) 本次配置 Nginx 1.5.8 Apache 2.4.7 php 5.3.26 FASTCGI...
分类:编程语言   时间:2014-05-15 05:52:51    阅读次数:421
Ubuntu /boot paritiion clean up
1. Check the /boot partition size to decide if need clean up $ df 2. Check the current used Linux kernel $ uname -r 3. Check all Linux kernel to decide which ones to be removed $ ls /boot...
分类:其他好文   时间:2014-05-15 03:24:16    阅读次数:235
nginx随笔
1 sbin/nginx -V 查看上次执行时用了哪些参数2 ./configure—add-module=../module_name_dir3 make (别用 make install 否则会重新安装)4 把 ./objs/nginx 复制到 ../sbin/nginx
分类:其他好文   时间:2014-05-14 13:36:38    阅读次数:247
thinkphp 随笔
thinkphp Runtime 除了页面有缓存外,数据表也生成了缓存,所以如果开发后期有更新字段,上传到服务器 后要把Runtime里面的内容全部删除,否则会出错nginx 配置以适应 pathinfo 需求 #去掉$是为了不匹配行末,即可以匹配.php/,以实现pathinfo ...
分类:Web程序   时间:2014-05-14 13:12:01    阅读次数:356
centos安装新版的nginx与php,添加memcahced扩展,测试memcached的json序列化
nginx安装前置是pcre库,memcahced前置是libmemcached库,需要通过编译参数指定地址。memcached需要通过编译参数开启json,sasl,igbanry,安装过的需要删除整个文件夹重新解压memcached包再编译。长期没有安装了,而且新版本的软件配置项不同,要通过./...
分类:Web程序   时间:2014-05-14 10:02:04    阅读次数:421
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!