<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>Web</title>
<link>/server/web/index.html</link>
<description>服务器 / Web</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.nixsky.com' target='_blank'&gt;Power by nixsky&lt;/a&gt;</generator>
<webmaster>haibo.d@gmail.com</webmaster>
<item>
    <title>Zeus+php+Zend Optimizer for Linux安装指南</title>
    <link>/server/web/2008-01/344.html</link>
    <description>Zeus+php+ZendOptimizerforLinux安装指南 本文是Crossday第一篇unix作文，基于linux而写出。zeus是一个著名的web服务器软件，其效能远在apache1/2之上，是整台服务器用户跑论坛的首选，对内存小于1G而流量非常大的用户，换用zeus会比apache多获得一倍的负载能力。 本文</description>
    <pubDate>2008-01-05</pubDate>
    <category>Web</category>
    <author>Crossday</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>centos配置 apache、php、jdk、resin</title>
    <link>/server/web/2008-01/323.html</link>
    <description>目前网上关于这个配置有不少版本，总的来说，基本步骤是正确的，但是，在一些细节的地方，都有着或多或少的出入。这里，本人根据今天的配置过程，写下一个基本的纲要：按照这个纲要，应该是能够正常安装的。 1，安装系统所需的模块： [root@cathysky81 ~]# vi install.s</description>
    <pubDate>2008-01-01</pubDate>
    <category>Web</category>
    <author>平凡的香草</author>
    <comments>CU</comments>
</item>
<item>
    <title>Apache的基础设置</title>
    <link>/server/web/2007-11/254.html</link>
    <description> 下面让我们来看看httpd.conf的内容，它主要分成3大部分： 
Section 1:Global Environment 
Section 2:'Main' server configuration 
Section 3:Virtual Hosts</description>
    <pubDate>2007-11-30</pubDate>
    <category>Web</category>
    <author>未知</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>Apache 2.x 服务器中的URL重写的配置和应用</title>
    <link>/server/web/2007-11/253.html</link>
    <description>本文是关于Apache 2.x 服务器中的URL别名规则的文档，它是通过rewrite模块来实现的。能过URL别名规则，我们能看到一个干净的URL，比如可以重写为类似静态网页的地址。比如 LinuxSir.Org 论坛中，每个帖子都有一个静态网页的地址。干净的URL，对于Google搜索引擎来说是极</description>
    <pubDate>2007-11-29</pubDate>
    <category>Web</category>
    <author>北南南北</author>
    <comments>LinuxSir.Org</comments>
</item>
<item>
    <title>监视并记录Apache网站服务器的运行</title>
    <link>/server/web/2007-11/251.html</link>
    <description>在Apache下的日志简介 Apache提供了广泛记录运行时各方面信息的工具。比如有条件性的记录日志，日志循环，确定IP地址等时普遍会遇到的问题。还讲解很多用于检测您的Apache服务器状态以及分析其日志的捆绑的第三方模块和工具。 默认的Apache日志文件 Apache提供很多检测</description>
    <pubDate>2007-11-24</pubDate>
    <category>Web</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>服务器网页缓存的深入分析</title>
    <link>/server/web/2007-10/243.html</link>
    <description>Expires、Cache-Control、Last-Modified、ETag是RFC 2616（HTTP/1.1）协议中和网页缓存相关的几个字段。前两个用来控制缓存的失效日期，后两个用来验证网页的有效性。要注意的是， HTTP/1.0有一个功能比较弱的缓存控制机制：Pragma，使用HTTP/1.0的缓存将忽略Expires和</description>
    <pubDate>2007-10-12</pubDate>
    <category>Web</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>Apache (httpd)服务器防DDOS模块mod_evasive的使用说明</title>
    <link>/server/web/2007-09/233.html</link>
    <description>在服务器管理中，经常遇到DDOS攻击WWW服务器。对于Apache（httpd）服务器来说，防御DDOS是通过mod_evasive来实现的。本文将介绍mod_evasive模块的安装、配置；
</description>
    <pubDate>2007-09-26</pubDate>
    <category>Web</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>用squid+havp+clamav搭建支持病毒过滤的http proxy</title>
    <link>/server/web/2007-09/220.html</link>
    <description>主要软件包： clamav： http://www.clamav.net ，开源杀毒软件 havp： http://www.server-side.de ，HTTP Antivirus Proxy 安装设置： 1、安装clamav 下载软件包源代码： wget c http://crash.fce.vutbr.cz/crash-hat/5/clamav/clamav-0.90.2-1.src.rpm wget c http://</description>
    <pubDate>2007-09-10</pubDate>
    <category>Web</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>Tomcat6.0.13+Apache2.2.4+connectors+Fedora7整合过程（成功版）</title>
    <link>/server/web/2007-09/219.html</link>
    <description>前言： 安装软件： 1. jdk-1_5_0_06-linux-i586.bin 2. httpd-2.2.4.tar.gz 3. apache-tomcat-6.0.13.tar.gz 4. jakarta-tomcat-connectors-1.2.15-src.tar.gz 并且放置在/usr/local目录下。 参考资料： http://www.chinaunix.net/jh/13/236685.html http://blog.beapla</description>
    <pubDate>2007-09-09</pubDate>
    <category>Web</category>
    <author>cndefu</author>
    <comments>CU</comments>
</item>
<item>
    <title>使用mod_cband管理Apache 2带宽和流量</title>
    <link>/server/web/2007-07/207.html</link>
    <description>About the module mod_cband is an Apache 2 module provided to solve the problem of limiting users and virtualhosts bandwidth usage. The current versions can set virtualhosts and users bandwidth quotas, maximal download speed (like in mod_bandwidth ),</description>
    <pubDate>2007-07-19</pubDate>
    <category>Web</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>Freebsd6.0下ports安装apache2.2.0+mysql5.1.7+php5.1.2</title>
    <link>/bsd/freebsd/2007-04/102.html</link>
    <description>看了很多网上的资料，介绍ports安装的并不多，而且安装的版本比较老，现根据网上的一片介绍加上自己安装过程中出现的问题对其进行补充。 我看到的原文来自 http://www.litrin.net/?q=node/43 一、安装mysql51 #因为很多文章有提到mysql在php之后安装配置会麻烦一些，所</description>
    <pubDate>2007-04-10</pubDate>
    <category>FreeBSD</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>如何测试和调试Apache服务器</title>
    <link>/server/web/2007-03/55.html</link>
    <description>Apache是运行在Linux操作系统上的头号Web服务器。很多小地方都可以用来调整Apache的性能，并降低它对系统资源的影响。其中一个就是调整内存使用率，当然达到这一目的可能还是需要花点功夫的。 例如，通过ps来确定httpd线程的内存使用率，可以输入下面的命令： # ps -U</description>
    <pubDate>2007-03-22</pubDate>
    <category>Web</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>在Ubuntu Linux 上架设Web服务器详解</title>
    <link>/linux/debian/2007-03/51.html</link>
    <description>Apache 是一种功能强大的Web服务器。如今，Internet上无数运行在Linux上的Apache服务器正为Web世界的日益繁荣提供着有力的支撑。本文将向读者介绍如何在Ubuntu Linux系统迅速搭建Apache Web服务器。 尽管Ubuntu 是一种新兴的Linux分支，但Ubuntu 组织却为Apache提供了</description>
    <pubDate>2007-03-20</pubDate>
    <category>Debian/Ubuntu</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>CentOS下Apache 2.x的安装、优化及安全设置</title>
    <link>/server/web/2007-03/32.html</link>
    <description>Web服务器软件安装顺序：Mysql --Apache(httpd) -- PHP Apache下载地址： http://www.apache.org/dist/httpd/ 解压后进入解压目录，执行： ./configure --prefix=/home/apache --enable-so --with-mysql=/home/mysql --enable-track-vars --enable-mods-shared=all --en</description>
    <pubDate>2007-03-09</pubDate>
    <category>Web</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>CentOS下Zeus 4.3r3的安装及基本配置</title>
    <link>/server/web/2007-03/31.html</link>
    <description>Web服务器软件安装顺序：Mysql -- PHP -- Zeus Zeus是一个著名的web服务器软件，其效能远在apache1/2之上，是独立服务器用户跑论坛的首选，对内存小于1G而流量非常大的用户，换用Zeus会比Apache多获得一倍的负载能力。 本文提供本人在CentOS 4.4下安装Zeus 4.3r3的一些</description>
    <pubDate>2007-03-09</pubDate>
    <category>Web</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>SCO OPENSERVER上安装apache</title>
    <link>/server/web/2007-03/25.html</link>
    <description>Internet/Intranet的网络应用过程中，Web服务器的建设必不可少，而国内的企事业单位在组网方案中多考虑向Intranet靠拢,构建自己的Web服务器，利用其中的WWW、E-mail等服务提高办公效率。在国内，SCO UNIX作为一个技术成熟的商用网络操作系统，广泛地应用在金融、保险、</description>
    <pubDate>2007-03-06</pubDate>
    <category>Web</category>
    <author>秩名</author>
    <comments>http://www.chinaser.net/System/2007/0210/5771.htm</comments>
</item>
<item>
    <title>htaccess 学习笔记</title>
    <link>/server/web/2007-03/21.html</link>
    <description>.htaccess可以做大量范围的事情，包括：文件夹密码保护、用户自动重新指向、自定义错误页面、变更你的文件扩展名、屏蔽特定的用户IP地址、只允许特定的IP地址、停止目录表以及使用其他文件作为index文件，等等...... 1.Introduction介绍 文件名.htaccess属性644(RW-RR)</description>
    <pubDate>2007-03-06</pubDate>
    <category>Web</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title> Freebsd6+Apache2+Mysql5+PHP5+phpMyAdmin2.9手工整合指南</title>
    <link>/server/web/2007-03/19.html</link>
    <description>经过一晚上的操作,终于成功整合.写一篇文章和大家交流一下经验,什么问题可以联系我. 我使用的操作系统是FreeBSD最新版本6.1,如果是别的操作系统安装方法有少许不一样,请作适当处理. 说明：本文档系alone原创，经过辛勤实验，努力编辑而成，转载无妨，请不要修改任何内容</description>
    <pubDate>2007-03-06</pubDate>
    <category>Web</category>
    <author>未知</author>
    <comments>phpabc.cn</comments>
</item>
<item>
    <title>FreeBSD 下安装配置 lighttpd+php+mysql+openssl</title>
    <link>/server/web/2007-03/18.html</link>
    <description>1 安装MySQL 这里是自己使用源码编译安装。 需要下载MySQL-4.0.25源码包。 cd /opt/distfiles wget xxx tar -zxvf mysql-4.0.25.tar.gz -C src cd src/mysql-4.0.25/ ./configure prefix=/opt/modules/mysql enable-assembler with-mysqld-ldflags=-all-static with-cha</description>
    <pubDate>2007-03-06</pubDate>
    <category>Web</category>
    <author>秩名</author>
    <comments>phpabc.cn</comments>
</item>
<item>
    <title>CentOS 4.4 编译安装 apache 2.2.3+php 5.2.0+mysql 5.0.27+Zend Optimizer v3.2.0+ea</title>
    <link>/server/web/2007-03/16.html</link>
    <description>先声明，我绝对是个Linux的菜鸟，以下的这些文字个人的安装笔记，是参考了网上许多高手的成功经验组合而成的，说实话我自己的东西不多 ：）我想把这些经验写下来，既可以对其他跟我一样摸索的兄弟一个经验，也可以防止以后自己都忘记了，嘿嘿。 所以如果某个大虾看到我</description>
    <pubDate>2007-03-06</pubDate>
    <category>Web</category>
    <author>秩名</author>
    <comments>phpabc.cn</comments>
</item>
<item>
    <title>Apache Prefork和Worker模式的性能比较测试</title>
    <link>/server/web/2007-03/10.html</link>
    <description>选择prefork还是worker可以在编译时使用with-mpm=MPM参数指定,默认为prefork, prefork prefork采用预派生子进程方式，用单独的子进程来处理 不同的请求，进程之间彼此独立。在make编译和make install安装后，使用httpd -l来确定当前使用的MPM是prefork.c。查看httpd-mp</description>
    <pubDate>2007-03-04</pubDate>
    <category>Web</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>Freebsd6.0下ports安装apache2.2.0+mysql5.1.7+php5.1.2</title>
    <link>/bsd/freebsd/2007-03/9.html</link>
    <description>看了很多网上的资料，介绍ports安装的并不多，而且安装的版本比较老，现根据网上的一片介绍加上自己安装过程中出现的问题对其进行补充。 我看到的原文来自 http://www.litrin.net/?q=node/43 一、安装mysql51 #因为很多文章有提到mysql在php之后安装配置会麻烦一些，所</description>
    <pubDate>2007-03-04</pubDate>
    <category>FreeBSD</category>
    <author>不详</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>

</channel>
</rss>
