码迷,mamicode.com
首页 >  
搜索关键字:nginx access log日志统计分析常用命令    ( 34499个结果
Hadoop 2.4.0新特性介绍
在2014年4月7日,Apache发布了Hadoop 2.4.0 。相比于hadoop 2.3.0,这个版本有了一定的改进,突出的变化可以总结为下列几点(官方文档说明): 1 支持HDFS访问控制列表(ACL,Access Control Lists)       这个特性解决了在一定情况下,文件权限访问的权限问题。其机制是基于Linux文件访问权限的特征,如果你熟悉Linux的文件访问机...
分类:其他好文   时间:2014-05-13 09:03:36    阅读次数:326
flask+gevent+gunicorn+nginx 初试
flask+gevent+gunicorn+nginx 初试...
分类:其他好文   时间:2014-05-13 06:37:52    阅读次数:442
nginx 列出文件、目录
autoindex on; //自动显示目录 默认为off autoindex_exact_size off; //人性化方式显示文件大小否则以byte显示 默认为on autoindex_localtime on; //按服务器时间显示,否则以gmt时间显示 默认off...
分类:其他好文   时间:2014-05-12 23:48:06    阅读次数:357
NGINX 如何防盗链
一、安装Nginx:1、解决依赖关系# yum groupinstall "Development Tools" "Server Platform Deveopment"# yum install openssl-devel pcre-devel2、安装首先添加用户nginx,实现以之运行nginx...
分类:其他好文   时间:2014-05-12 15:26:34    阅读次数:365
C++ Q&A
**Why can I access private variables in the copy constructor?** >The access modifiers work on **class level**, and not on object level.That is, two ob...
分类:编程语言   时间:2014-05-12 15:06:06    阅读次数:315
(nginx|apache)+tomcat 几种常见的代理实现方式或连接类型(connector type)
分类:其他好文   时间:2014-05-11 19:42:44    阅读次数:399
ahjesus用forever管理nodejs服务
全局安装forevernpm install -g forever 查看帮助forever -h查看安装位置whereis forever编写自己的sh文件 forever -p web文件路径 -l 路径/access.log -e 路径/error.log -o 路径/out.log -a --...
分类:Web程序   时间:2014-05-11 15:28:31    阅读次数:315
通过ProxyServlet实现可编程的反向代理
说道反向代理,可能首先想到的就是nginx。不过在我们的需求中,对于转发过程有更多需求:需要操作session,根据session的取值决定转发行为需要修改Http报文,增加Header或是QueryString第一点决定了我们的实现必定是基于Servlet的。jetty提供的ProxyServle...
分类:其他好文   时间:2014-05-10 18:58:46    阅读次数:1057
nginx-404与fastcgi_intercept_errors指令
nginx-404与fastcgi_intercept_errors指令fastcgi_intercept_errors语法:fastcgi_intercept_errors on|off默认值:fastcgi_intercept_errors off使用字段:http, server, locat...
分类:其他好文   时间:2014-05-10 03:20:15    阅读次数:270
Nginx + PHP-FPM + MySQL + phpMyAdmin on Ubuntu (aliyun)
今天抽空在阿里云上部署安装了PHP的环境主要有nginx, php5 php-fpm mysql phpmyadmin本文来源于:http://www.lonelycoder.be/nginx-php-fpm-mysql-phpmyadmin-on-ubuntu-12-04/Since 3 year...
分类:数据库   时间:2014-05-10 03:17:22    阅读次数:772
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!