服务器上放了有几个linux 发行版的 ISO 文件,本来是方便大家下载的好事,但总有些人太过强求速度,联系发起几十个甚至几百个进程来下载,搞的apache 下都是这些链接,严重影响别人!所以不得不装个 mod_limitipconn 限制一下并发连接数。服务器上的是apache2.x的版本,所以要用这个 http://dominia.org/djao/limitipconn2.html
标签:apache, mod_limitipconn2008-03-27 xiao H Posted in 服务器应用 | No Comments »
服务器上放了有几个linux 发行版的 ISO 文件,本来是方便大家下载的好事,但总有些人太过强求速度,联系发起几十个甚至几百个进程来下载,搞的apache 下都是这些链接,严重影响别人!所以不得不装个 mod_limitipconn 限制一下并发连接数。服务器上的是apache2.x的版本,所以要用这个 http://dominia.org/djao/limitipconn2.html
标签:apache, mod_limitipconn2008-03-27 xiao H Posted in 新闻评论 | No Comments »
GNU Emacs 22.2 已经发布。该版本除修正了许多 bug 外,还新增了对 Bazaar、Mercurial、Monotone、Git 等版本控制系统的支持,新增了用于编辑 CSS、Vera、Verilog、BibTeX 等样式文件的主模式,以及改善了图像模式的滚动支持。
你可以从 GNU 的 FTP 站点下载 Emacs 22.2。
消息来源:LinuxTOY
标签:Emacs, gnu2008-03-26 xiao H Posted in 新闻评论 | No Comments »
2008-03-25 xiao H Posted in 精品文档 | No Comments »
What to tune in MySQL Server after installation
My favorite question during Interview for people to work as MySQL DBAs or be involved with MySQL Performance in some way is to ask them what should be tuned in MySQL Server straight after installation, assuming it was installed with default settings.
标签:mysql2008-03-21 xiao H Posted in 新闻评论 | No Comments »
Ubuntu 项目团队在今天公布了 Ubuntu 8.04 LTS (长期支持) 的 Beta 测试版。Ubuntu 8.04 开发代号为“Hardy Heron”,提供桌面和服务器版本。秉承 Ubuntu 的开发理念,Ubuntu 8.04 将最新最好的开源技术整合进了这个易用的 Linux 发行版。
标签:Ubuntu2008-03-19 xiao H Posted in 精品文档 | No Comments »
2008-03-19 xiao H Posted in 新闻评论 | 1 Comment »
Tomáš Matějíček has announced the release of Slax6.0.3: “Slax 6.0.3 has been released. Among all the updates described in the changelog, it features a bug-fix for Squashfs LZMA kernel driver. What’s new? Added kernel 2.6.24.3 with kernel headers, stripped sources and modules all using the same version, to prevent any possible mismatch;
标签:livecd, Slackware, Slax2008-03-14 xiao H Posted in 服务器应用, 精品文档 | No Comments »
一、为什么需要用Apache Url Rewrite(mod_rewrite)
网站的生命在于不断地进行更新和维护,根据业务发展的需求转移服务器进行维护、重新组织目录结
构、变换URL甚至改变到新的域名等情况是经常发生的。为了让客户不会因此受到任何影响,最好的方法就是
使用Apache Rewrite Rule(Apache Url Rewrite)。