Apache License Version 2.0

星期一, 五月 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,
      and distribution as defined by Sections 1 through 9 of this document.

标签:,

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

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

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

标签:,

Apache Url Rewrite(mod_rewrite)

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

一、为什么需要用Apache Url Rewrite(mod_rewrite)

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

标签:, , , ,

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

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

 安装步骤:
jdk-6u3-linux-i586.bin

#chmod u+x jdk-6u3-linux-i586.bin
#./jdk-6u3-linux-i586.bin

标签:, , , ,

apache,php安全小技巧

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

最简单的安全技巧,隐藏apache,php 的版本信息

Apache:
打开 httpd.conf,加入以下两行:

ServerTokens ProductOnly
ServerSignature Off

PHP:
打开 php.ini,加入:

标签:, ,


Page 1 of 11