码迷,mamicode.com
首页 >  
搜索关键字:apache titles    ( 34778个结果
继承FileInputFormat类来理解 FileInputFormat类
import java.io.IOException;import java.util.ArrayList;import java.util.List;import org.apache.hadoop.fs.BlockLocation;import org.apache.hadoop.fs.File...
分类:其他好文   时间:2014-07-22 22:54:33    阅读次数:223
基于mod_proxy+Apache 2.2.16+Tomcat 7的负载均衡与集群配置
第一章. 背景简介 对于大多数企业应用,都希望能做到7*24小时不间断运行。要保持如此高的可用性并非易事,比较常见的做法是将系统部署到多台机器上,每台机器都对外提供同样的功能,这就是集群。系统变为集群时,除了要求系统能够支持水平伸缩外,还要解决两个问题:1, 如何均衡地访问到提供业务功能的机器。2,...
分类:其他好文   时间:2014-07-22 22:54:13    阅读次数:293
Ant部署(linux)
1、下载mkdir /opt/antcd /opt/antwget http://mirror.bit.edu.cn/apache//ant/binaries/apache-ant-1.9.4-bin.tar.gz2、解压cd /opt/anttar -zxvf apache-ant-1.9.4-b...
分类:系统相关   时间:2014-07-19 21:34:42    阅读次数:281
nodejs学习笔记_nodejs和PHP在基础架构上的差别--共享状态的并发
绝大多数对于Node.js的讨论都把关注点放在了处理高并发能力上,做开发的时候一定要明确node内部做出的权衡,以及node应用性能好的原因。node 为javascript引入了一个复杂的概念,:共享状态的并发。node採用一个长期执行的进程而php在apache中会产生多个进程例如以下图所看到的...
分类:Web程序   时间:2014-07-19 21:31:43    阅读次数:261
Maven部署(linux)
1、下载进入http://maven.apache.org/download.cgi下载。或者使用wget命令。mkdir /opt/mavencd /opt/mavenwget http://mirrors.cnnic.cn/apache/maven/maven-3/3.2.2/binaries/...
分类:系统相关   时间:2014-07-19 21:23:44    阅读次数:305
设置IIS服务器监听特定IP的特定端口(IIS与IHS或Apache共存的解决方案)
在灾难恢复的试验中,遇到了一个IIS无法启动的情况,会报如下的错误:"The network location cannot be reached, xxxxxx"要知道,Windows报的这种弹窗错误,也只能通过Windows自带的事件管理器里查看了。直接运行:eventvwr,打开SYSTEM项...
分类:其他好文   时间:2014-07-19 20:15:55    阅读次数:290
Configure mutiple IBM HTTP Server / Other Apache based WEB server on 1 physical server (Section 3)
This Section will continue the actual configure for IHS related files.3) Copy the httpd.conf file to httpd2.conf, and modify them.Now Virtual IP have ...
分类:Web程序   时间:2014-07-19 20:10:57    阅读次数:307
Configure mutiple IBM HTTP Server / Other Apache based WEB server on 1 physical server (Section 1)
It's very simple to configure a IBM HTTP Server / Apache service on a server. But sometimes, considering the cost or any other reason, we need to sha....
分类:Web程序   时间:2014-07-19 20:09:56    阅读次数:313
Configure mutiple IBM HTTP Server / Other Apache based WEB server on 1 physical server (Section 2)
Continue from the last article......2) Confirmed the 80 port of the new added IP is not listened by any other services.Why need to test this? This is....
分类:Web程序   时间:2014-07-19 20:06:37    阅读次数:354
RSNAKE 的 Slowloris DOS攻击工具初试
Slowloris 号称低带宽对服务器进行DDOS攻击原理就是对WEB服务器发送 不完整的包并且以 单一 \r\n结尾,并不是 完整的HTTP包。造成WEB服务器堵塞达到最大连接数。官网给出介绍,对以下几种服务器有效:Apache 1.xApache 2.xdhttpdGoAhead WebServ...
分类:其他好文   时间:2014-07-18 23:36:44    阅读次数:327
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!