Apache License Version 2.0

星期一, 05月 12th, 2008 Posted in 开源协议 | No Comments »

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, ... Read more..

apache 下限制单个IP 的并发连接数

星期四, 03月 27th, 2008 Posted in 服务器应用 | No Comments »

服务器上放了有几个linux 发行版的 ISO 文件,本来是方便大家下载的好事,但总有些人太过强求速度,联系发起几十个甚至几百个进程来下载,搞的apache 下都是这些链接,严重影响别人!所以不得不装个 mod_limitipconn 限制一下并发连接数。服务器上的是apache2.x的版本,所以要用这个 http://dominia.org/djao/limitipconn2.html Read more..

Apache Url Rewrite(mod_rewrite)

星期五, 03月 14th, 2008 Posted in 服务器应用, 精品文档 | No Comments »

一、为什么需要用Apache Url Rewrite(mod_rewrite) 网站的生命在于不断地进行更新和维护,根据业务发展的需求转移服务器进行维护、重新组织目录结 构、变换URL甚至改变到新的域名等情况是经常发生的。为了让客户不会因此受到任何影响,最好的方法就是 使用Apache Rewrite Rule(Apache Url Rewrite)。    Read more..

Centos5+Apache2.2.6+PHP5+tomcat6.0.14+jdk1.6整合安装

星期六, 03月 8th, 2008 Posted in 服务器应用 | No Comments »

 安装步骤: jdk-6u3-linux-i586.bin #chmod u+x jdk-6u3-linux-i586.bin #./jdk-6u3-linux-i586.bin Read more..

apache,php安全小技巧

星期四, 02月 28th, 2008 Posted in 服务器应用, 系统网络安全 | No Comments »

最简单的安全技巧,隐藏apache,php 的版本信息 Apache: 打开 httpd.conf,加入以下两行: ServerTokens ProductOnly ServerSignature Off PHP: 打开 php.ini,加入: Read more..