<?xml version="1.0" encoding="gb2312" ?>
<rss version="2.0">
<channel>
<title>web服务器</title>
<link>http://www.xker.com/edu/server/1/</link>
<description>网络学院 / 服务器 / web服务器</description>
<language>zh-cn</language>
<generator><![CDATA[新客网 xker.com]]></generator>
<webmaster>mx463@163.com</webmaster>
<item>
    <title><![CDATA[不能成功登录进入Web服务器的故障解决办法]]></title>
    <link>http://www.xker.com/page/e2012/0309/110478.html</link>
    <description><![CDATA[为了能让单位员工及时了解上级指示精神以及单位通知和其他信息，单位领导决定在局域网中搭建Web服务器，保证局域网中的26台普通工作站都能顺利地进行Web访问。接到领导要求，网络管理员立即选择了一台硬件性能相当不错的计算机，安装了Windows Server 2003系]]></description>
    <pubDate>2012-03-09</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>zol</comments>
</item>
<item>
    <title><![CDATA[怎样改变web应用服务器的性能？]]></title>
    <link>http://www.xker.com/page/e2012/0309/110477.html</link>
    <description><![CDATA[Web的性能已经成为判断一个网站成功与否的一个重要评估标准。而Web服务器则是决定Web性能的重要环节。 Web服务器性能就是指一个Web服务器响应用户请求的能力。为了提高Web服务器的性能人们进行了诸多尝试，已经取得了可喜的成果。本文通过对前人研究结果的分]]></description>
    <pubDate>2012-03-09</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>zol</comments>
</item>
<item>
    <title><![CDATA[IIS设置CACHE过期时间图文教程]]></title>
    <link>http://www.xker.com/page/e2012/0217/108625.html</link>
    <description><![CDATA[一、 打开IIS管理器 二、 选中要设置的网站单击属性，打开站点属性菜单 三、 单击HTTP头选项卡 四、 单击 启用内容过期 如：设置30分钟后过期，此时间段后过期项中填30，单位选择分钟 通过以上操作，完成对整个网站CACHE时间的自定义设置，另外也可以针网站]]></description>
    <pubDate>2012-02-17</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[IIS、Apache、Nginx禁止目录执行php脚本方法]]></title>
    <link>http://www.xker.com/page/e2012/0131/107057.html</link>
    <description><![CDATA[1. IIS实现方法 IIS比较简单，按图中设置就可以了 2. Apache实现方法 方法一 1 Directory /var/www/html/attachments 2 Files ~ .php 3 Order allow,deny 4 Deny from all 5 /Files 6 /Directory 方法二 1 Directory /var/www/html/attachments 2 php_admin_]]></description>
    <pubDate>2012-01-31</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Apache下禁止某目录的PHP执行权限]]></title>
    <link>http://www.xker.com/page/e2012/0131/107056.html</link>
    <description><![CDATA[在IIS环境下，可以在Internet 信息服务(IIS)管理器中对目录的脚本执行权限进行设置。 在Apache环境下如何设置呢？ 我查到了两种方案： 方案1）通过.htaccess限制对.php文件的请求。 在要取消PHP执行权限的目录下建立.htaccess文件，输入下面的内容并保存即可]]></description>
    <pubDate>2012-01-31</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Apache开启URL重写功能方法]]></title>
    <link>http://www.xker.com/page/e2012/0131/107055.html</link>
    <description><![CDATA[1、关于rewrite模块的调用 ： Apache 2.x 中URL重写，是通过mod_rewrite.so 来实现的，所以您要查看您的Apache 是否已经被编译进去这个模块了，并且在Apache的配置文件httpd.conf 中已经调用了这个模块。在大多数主流发行版中，Apache 2.x 是把rewrite模块已]]></description>
    <pubDate>2012-01-31</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[apache配置&amp;lt;Files&amp;gt; &amp;lt;FilesMatch&amp;gt; &amp;lt;Location&amp;gt;&amp;lt;LocationMatch&amp;gt;指令]]></title>
    <link>http://www.xker.com/page/e2012/0131/107051.html</link>
    <description><![CDATA[Files 指令 说明 包含作用于匹配指定文件名的指令 语法 Files filename ... /Files 作用域 server config, virtual host, directory, .htaccess 覆盖项 All 状态 核心(C) 模块 core Files指令提供了基于文件名的访问控制，类似于Directory和Location指令。它]]></description>
    <pubDate>2012-01-31</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[apache在windows2003下的安全设置(文件夹目录权限安全设置)]]></title>
    <link>http://www.xker.com/page/e2012/0131/107049.html</link>
    <description><![CDATA[众所周知，在windows下当Apache第 一次被安装为服务后，它会以用户System(本地系统账号)运行。如果web服务器的所有资源都在本地系统上，这样做会问题比较少，但是将会具有很 大的安全 权限来影响本地机器，因此千万不能开启System帐号的网络权限！ 于是要创]]></description>
    <pubDate>2012-01-31</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[wamp的www目录更改为指定目录]]></title>
    <link>http://www.xker.com/page/e2012/0130/106922.html</link>
    <description><![CDATA[主要过程： （1）修改httpd.conf文件 （2）修改新的www目录下的index.php文件 （3）修改manage.ini的278行和manage.tpl的125行 我的WAMP2.0安装在E盘在，所以我的www目录是e:/wamp/www/，我想将它改为g:/www/ 第一步：就是照别人说的，修改httpd.conf文件 Do]]></description>
    <pubDate>2012-01-30</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[用.htaccess设置图片文件防盗链教程]]></title>
    <link>http://www.xker.com/page/e2012/0129/106920.html</link>
    <description><![CDATA[现在互联网上原创的内容被抄袭的现象实在是太普遍了，我们很多站长花了时间好不容易写一篇文章出来，在文章底部也加了版权。在被转载后，内容倒是基本保留了，版权文字确不见了，更有甚者，版权作者成了别人。这是让人十分窝火、气愤，自己辛辛苦苦写的东西]]></description>
    <pubDate>2012-01-29</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[整合iis和tomcat 将Tomcat与IIS整合共用80端口]]></title>
    <link>http://www.xker.com/page/e2012/0112/106015.html</link>
    <description><![CDATA[目的： 将 Tomcat 与 IIS 整合在一起，共用 80 端口。让 iis 可以解析 *.asp 、 *.aspx 、 *.jsp 、 servlet 和 *.do 文件； 第一步：准备工作。 在你的 Tomcat 下面创建一个新的目录 IIS 。 拷贝 binisapi_redirector2.dll 到你的 $Tomcat_Homebin 中。 拷]]></description>
    <pubDate>2012-01-12</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[通过iisapp命令查找应用池pid解决IIS的CPU占用率过高问题]]></title>
    <link>http://www.xker.com/page/e2011/1231/104950.html</link>
    <description><![CDATA[核心提示：通过iisapp命令查找pid解决IIS的CPU占用率过高问题，我们先来看看iisapp的一些参数iisapp -a pid，可以查出对应的域名... 我们先来看看iisapp的一些参数 iisapp -a pid 可以查出对应的域名 反之 iisapp -p domain 查pid的语法 iisapp [a/ AppPoolN]]></description>
    <pubDate>2011-12-31</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[php程序w3wp.exe上传流量大，占用带宽严重的处理方法]]></title>
    <link>http://www.xker.com/page/e2011/1231/104948.html</link>
    <description><![CDATA[终于抽出时间来处理这个问题了。 公司托管电信站点服务器里的一个PHP程序web站拼命上传，不知道上传个啥，流量很大，害得远程登录都有问题，度娘了很久，仔细的远程查看源代码，大家都知道，远程看程序源码，在伟大的中国电信宽带的支持下，这网速就差没被过]]></description>
    <pubDate>2011-12-31</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[w3wp.exe上传流量带宽占用很大问题的解决经历]]></title>
    <link>http://www.xker.com/page/e2011/1231/104947.html</link>
    <description><![CDATA[近来有一两台服务器网络常出现问题，甚至断网，PING直接大量掉包。重启后正常。 后经查，带宽占用过高，出现问题时带宽占用百分之一百。初步估计是有攻击了，使用监控观察，有少量UDP攻击（据经验如此量的UDP是不会占用一百M的，也十分疑惑）。启动攻击防御]]></description>
    <pubDate>2011-12-31</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[IIS（w3wp.exe）几乎占用服务器大量（100%）带宽的解决方法]]></title>
    <link>http://www.xker.com/page/e2011/1230/104946.html</link>
    <description><![CDATA[解决办法: 不允许PHP使用网络，把php.ini里的allow_url_fopen 值改为allow_url_fopen = Off 如果不行 ;extension=php_sockets.dll （限制使用sockets.dll） ;ignore_user_abort = On 这两项前加上分号。 但默认这两项就是这样设置的。防止某些同志手动打开了]]></description>
    <pubDate>2011-12-31</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[从IIS Lockdown工具中提取URLScan]]></title>
    <link>http://www.xker.com/page/e2011/0729/102013.html</link>
    <description><![CDATA[您刚才说过，Microsoft以前是分开发行IISLockdown工具和URLScan的。IISLockdown工具的2.1版在更新之后包含了URLScan2.0。在绝大多数情况下，IISLockdown向导应在IIS服务器上运行。这样将执行若干个重要步骤以加强您服务器的安全，并将配置和安装URLScanISAPI]]></description>
    <pubDate>2011-07-29</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[IIS Lockdown安装教程]]></title>
    <link>http://www.xker.com/page/e2011/0729/102012.html</link>
    <description><![CDATA[了解了IIS Lockdown的很多知识，想必大家都跃跃欲试了吧，今天，我们就一起来学习下IIS Lockdown的安装方法。希望对大家对IIS服务器的安全知识的学习有所帮助。 IIS Lockdown 2.1可以从http://www.microsoft.com/downloads/release.asp?releaseid=33961下载]]></description>
    <pubDate>2011-07-29</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[IIS7配置支持PHP方法]]></title>
    <link>http://www.xker.com/page/e2011/0710/101830.html</link>
    <description><![CDATA[目前很多网站采用PHP编写，但是，其服务器环境可不一定是FreeBSD、Linux，很多PHP的网站都是运行在Windows2000、Windows2003和Windows Server 2008系统上。而且，根据之前诸多的消息显示，Windows Server 2008中运行PHP的效率提高了40%以上的。 下面，就让我]]></description>
    <pubDate>2011-07-10</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[apache2.0x 开启gzip压缩和http缓存的配置方法]]></title>
    <link>http://www.xker.com/page/e2011/0413/100944.html</link>
    <description><![CDATA[先谈gzip的配置方法，在apache2.0以上（包括apache2.0）的版中gzip压缩使用的是mod_deflate模块，下面是具体配置步骤： 第1步 LoadModule deflate_module modules/mod_deflate.so LoadModule headers_module modules/mod_headers.so 打开httpd.conf后，先将]]></description>
    <pubDate>2011-04-13</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[奇艺被北京联通劫持强行插入广告]]></title>
    <link>http://www.xker.com/page/e2011/0408/100855.html</link>
    <description><![CDATA[奇艺网技术中心总经理袁斌微博截图 新浪科技讯 4月8日上午消息，百度旗下视频网站奇艺今日发布声明称遭到北京联通劫持，强行在网站右下角加入弹窗广告，目前已经通过各种渠道进行投诉。 奇艺产品技术中心总经理袁斌通过其新浪微博表示，近期访问奇艺网站时右]]></description>
    <pubDate>2011-04-08</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Nginx子目录rewrite的几个实例]]></title>
    <link>http://www.xker.com/page/e2011/0408/100854.html</link>
    <description><![CDATA[我们已经有很多客户在 VPS 上使用 Nginx，对于刚从 Apache 转过来的客户最常遇到的一个问题就是怎么弄 Nginx 下的 rewrite 以及怎么把 Apache 里的 .htaccess 转化成 Nginx，网上关于这方面的资料一大堆，关于 wordpress， discuz， phpcms， ecshop， shope]]></description>
    <pubDate>2011-04-08</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[（IIS、apmserv、system）查看80端口被占用的方法]]></title>
    <link>http://www.xker.com/page/e2011/0327/100688.html</link>
    <description><![CDATA[大家在启动服务器时，有时正常启动有时又启动不了是怎么回事呢？？那为什么关掉迅雷等软件 就又好了呢？？现在就来给大家讲解一下， 这些端口如果被其他程序占用就不能正常启动，比如有时启动时会提示WEB启动失败，其实就是80 端口被占用了，而迅雷等下载软]]></description>
    <pubDate>2011-03-27</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[APMServ提示“Apache启动失败,请检查相关配置”的解决方法]]></title>
    <link>http://www.xker.com/page/e2011/0327/100687.html</link>
    <description><![CDATA[解决办法之一: 把左下角的SSL钩上了,如果你没有用证书,就把那个去掉,有的朋友去掉就可以了。也可能再装了证书钩上SSL也可以用了。 解决办法之二: 看了说的把SSL勾掉的办法,也解决不了。后来就去查卡巴,也没看到有什么设置影响;用APM自带的一个解决软件冲突的]]></description>
    <pubDate>2011-03-27</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Nginx+FastCGI+Memcached+APC高性能WEB服务器安装配置教程]]></title>
    <link>http://www.xker.com/page/e2011/0323/100635.html</link>
    <description><![CDATA[Nginx+php（FastCGI）+Memcached+Mysql+APC 是目前主流的高性能服务器搭建方式！适合大中型网站，小型站长也可以采用这种组合！ Nginx 超越 Apache 的高性能和稳定性，使得国内使用 Nginx 作为 Web 服务器的网站也越来越多，其中包括国内最大的电子地图MapBa]]></description>
    <pubDate>2011-03-23</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[1分钟完美安装最新CentOS+Nginx+PHP-FPM+MySQL]]></title>
    <link>http://www.xker.com/page/e2011/0314/100472.html</link>
    <description><![CDATA[PHP 5.3.1 MySQL 5.0.89 Nginx 0.8.33 或 0.7.65 (可选) 现在，我们可以快速全自动搞定 CentOS + Nginx + PHP-FPM + MySQL 的安装了 这个可比网上流传的什么一键安装包要好得多，强烈推荐此法安装，适合所有菜鸟和高手 我服务器上全用的源代码编译安装，也好]]></description>
    <pubDate>2011-03-14</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Nginx + php-fpm Benchmark 性能测试]]></title>
    <link>http://www.xker.com/page/e2011/0314/100471.html</link>
    <description><![CDATA[以下分别测试我本地的虚拟机和 VPS 上 Nginx + php-fpm 的性能 我的本机虚拟机测试，配置为PD930 双核3.0G，2G内存 给虚拟机分配的是 1G 内存，安装的系统为 CentOS 5.4 64bit 测试内容为 ?php phpinfo();? 500 并发测试，CPU使用率到了30%，系统负载在 10]]></description>
    <pubDate>2011-03-14</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Windows 2003 asp网页不能访问的常见问题]]></title>
    <link>http://www.xker.com/page/e2011/0310/100421.html</link>
    <description><![CDATA[今天去帮朋友设置服务器，操作系统为WIN2003，使用了IIS6.0，不过发现只能访问HTML的网页，ASP网页就访问不了，出现：您访问的页面不存在或无法访问之类的错误。。想了一下，确定不会是动态网页出问题了，因为是刚下回来的压缩包；所以就应该是系统配置不对]]></description>
    <pubDate>2011-03-10</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Windows Server 2003网站服务器下常见问题]]></title>
    <link>http://www.xker.com/page/e2011/0310/100418.html</link>
    <description><![CDATA[1，在WIN2003如何调用ASP页面 如果操作系统是Windows Server 2003，安装完Internet信息服务项目(IIS)，在Internet服务管理器里，选择web服务扩展，把Active Server Pages设为允许。 2，关于父目录 在默认的站点-工作区[虚拟目录]-属性-虚拟目录-配置-选项-启]]></description>
    <pubDate>2011-03-10</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[IIS“拒绝访问”设置]]></title>
    <link>http://www.xker.com/page/e2011/0309/100408.html</link>
    <description><![CDATA[点击 开始 - 运行 - iis.msc 右键点击你的 http 服务。选择属性 - 目录安全性 - 选择IP地址及域名限制后侧的编辑 默认是所有的计算机被授权访问，那么，你添加的单机/一组计算机/域名 将无法访问此IIS服务。 以单机为例： 输入 IP地址为 192.168.0.43 确定，]]></description>
    <pubDate>2011-03-09</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[IIS“ip地址和域名限制”的设置方法]]></title>
    <link>http://www.xker.com/page/e2011/0309/100407.html</link>
    <description><![CDATA[使用网络标识和子网掩码 使用网络标识和子网掩码，可以拒绝或授予一组计算机的访问权限。网络标识是主机的 IP 地址，该计算机通常是子网的路由器。子网掩码决定 IP 地址的哪一部分是子网标识而哪一部分是主机标识。子网中的所有计算机具有相同的子网标识和自]]></description>
    <pubDate>2011-03-09</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Windows环境下Apache服务器压力测试]]></title>
    <link>http://www.xker.com/page/e2011/0307/100366.html</link>
    <description><![CDATA[通过对服务器压力测试可以大概了解一个服务器的负载能力，下面是Windows下的Apache服务器测试方法。 在Apache服务器自带了一个测试程序Ab.exe可以很方便的使用 。。 命令是 ab -c 请求数 -n 线程数 网址(建议输入目标网页)。。 线程数不宜过大 按照你电脑的]]></description>
    <pubDate>2011-03-07</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[利用IIS组件中的虚拟目录整合系统集成]]></title>
    <link>http://www.xker.com/page/e2010/1214/99524.html</link>
    <description><![CDATA[现在企业内部或多或少都有好几个信息化应用。如企业门户网站、企业邮箱系统、OA办公自动化系统等等。但是可惜的是，由于规划不合理，这些信息化系统往往都是独立工作的。举一个简单的例子。用户登录邮箱、OA系统、或者公司文档库，往往需要分别输入不同的用]]></description>
    <pubDate>2010-12-14</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Apache Hadoop最佳实践和反模式]]></title>
    <link>http://www.xker.com/page/e2010/1212/99461.html</link>
    <description><![CDATA[Apache Hadoop是一个用于构建大规模，共享存储和计算基础设施的软件框架，Hadoop集群经常用于各种研究和开发项目，如Yahoo！，eBay，Facebook，Twitter等互联网公司就大量使用了Hadoop，并在核心业务系统中扮演中关键角色，因此正确部署Hadoop]]></description>
    <pubDate>2010-12-12</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Apache如何设置404错误页面，404错误代码和seo的关系]]></title>
    <link>http://www.xker.com/page/e2010/1104/98919.html</link>
    <description><![CDATA[Apache下如何正确设置404错误页面：404错误代码和seo的关系 为Apache Server设置 404错误页面的方法很简单，只需在.htaccess 文件中加入如下内容即可： ErrorDocument 404 /404.html 在通过HTTP状态码查看搜索引擎蜘蛛如何爬行你的网站一文中，我介绍了一些]]></description>
    <pubDate>2010-11-04</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Apache自定义404错误页面的方法]]></title>
    <link>http://www.xker.com/page/e2010/1104/98918.html</link>
    <description><![CDATA[通过增加.htaccess ： 在httpd.conf中设置对目录开启。 AllowOverride All 然后在目录里放一个.htaccess（.htaccess)，添加： ErrorDocument 404 /404.html 这个的内容根据你的情况改写 。可是有时候当你用IE浏览的时候会发现，这玩意压根就不跳转，关键的地]]></description>
    <pubDate>2010-11-04</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[自动安装nginx和varnish脚本]]></title>
    <link>http://www.xker.com/page/e2010/1021/98691.html</link>
    <description><![CDATA[自动安装nginx和varnish 脚本还有待完善,请大家多多指正! 脚本如下: #!/bin/sh #nginx varnish auto install script #wb #data 2010-11-19 nginx_ver=0.7.67 nginx_path=/opt/nginx varnish_ver=2.1.3 varnish_path=/opt/varnish ip=`ip a | grep eth0 | gre]]></description>
    <pubDate>2010-10-21</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>网海过客</comments>
</item>
<item>
    <title><![CDATA[apache配置优化 - 解决apache环境下网站访问速度慢的问题]]></title>
    <link>http://www.xker.com/page/e2010/0926/98319.html</link>
    <description><![CDATA[如果apche访问量过大，将会导致页面打开迟缓，下载速度也降低，如果由于经费和环境问题，集群方案没有得以应用。可以通过对Apache2增加模块MPM来进行优化, 这里我选择线程型MPM加以优化： 开启mpm：Include conf/extra/httpd-mpm.conf （新客网提示：如果没]]></description>
    <pubDate>2010-09-26</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Apache下301重定向配置代码]]></title>
    <link>http://www.xker.com/page/e2010/0925/98291.html</link>
    <description><![CDATA[Apache下301重定向代码（因为我使用的是WINDOWS 2003 + APACHE 所以本文仅限APACHE服务器使用。） 新建.htaccess文件，输入下列内容（需要开启mod_rewrite）： 1）将不带WWW的域名转向到带WWW的域名下 Options +FollowSymLinks RewriteEngine on RewriteCond]]></description>
    <pubDate>2010-09-25</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[apache下一个IP多站点配置方法]]></title>
    <link>http://www.xker.com/page/e2010/0925/98278.html</link>
    <description><![CDATA[首先，编辑httpd.conf文件，在尾部加上 NameVirtualHost * 编辑虚拟主机配置文件： VirtualHost * DocumentRoot /htdoc #html文件目录 ServerName test.com #虚拟主机名 ServerAlias *.test.com #做出响应的域名 ##具体的目录配置 Directory /htdoc allow fro]]></description>
    <pubDate>2010-09-25</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[配置Apache及实现多站点]]></title>
    <link>http://www.xker.com/page/e2010/0925/98277.html</link>
    <description><![CDATA[配置Apache及实现多站点 安装好Apache以后，可以在浏览器中输入http://localhost测试，如果配置正常会显示it's/Working. 更改第一个站点的根目录： 在文件Apache2.2\conf\httpd.conf中查找DocumentRoot属性，将后面的路径改为你的主站点的路径，如：D:\www\w]]></description>
    <pubDate>2010-09-25</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Apache快速创建多个网站技巧]]></title>
    <link>http://www.xker.com/page/e2010/0925/98276.html</link>
    <description><![CDATA[很多时候，需要在一个服务器上配置多个网站。 常用的解决方法是，手工配置 httpd.conf，为每个网站创建一个 virtual host。 但此方法比较繁琐，如果每个网站比较简单，并且在同一个根目录下，可以用如下的 .htaccess 来解决。 RewriteEngine On RewriteCond]]></description>
    <pubDate>2010-09-25</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Apache负载均衡设置方法]]></title>
    <link>http://www.xker.com/page/e2010/0922/98259.html</link>
    <description><![CDATA[第一次看到这个标题时我也很惊讶，Apache居然还能做负载均衡？真是太强大了。经过一番调查后发现的确可以，而且功能一点都不差。这都归功于 mod_proxy 这个模块。不愧是强大的Apache]]></description>
    <pubDate>2010-09-22</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[apache负载均衡的安装和实现]]></title>
    <link>http://www.xker.com/page/e2010/0922/98258.html</link>
    <description><![CDATA[在负载均衡技术中，硬件设备是比较昂贵的，对于负载均衡的学习者如果不是在企业中应用或者是学员中学习，很少有机会能碰到实际操作的训练。所以，很多朋友都会选择软件方面的设置进行研究。现在我们就来介绍一下再Apache下的Tomcat负载均衡的一些使用问题。]]></description>
    <pubDate>2010-09-22</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Apache负载均衡设置方法: mod_proxy]]></title>
    <link>http://www.xker.com/page/e2010/0922/98257.html</link>
    <description><![CDATA[一般来说，负载均衡就是将客户端的请求分流给后端的各个真实服务器，达到负载均衡的目的。还有一种方式是用两台服务器，一台作为主服务器(Master)，另一台作为热备份(Hot Standby)，请求全部分给主服务器，在主服务器当机时，立即切换到备份服务器，以提高系]]></description>
    <pubDate>2010-09-22</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[apache与tomcat及整合实现负载均衡及集群]]></title>
    <link>http://www.xker.com/page/e2010/0922/98256.html</link>
    <description><![CDATA[(1) apache与tomcat的区别： Apache是一个web服务器环境程序，可以作为web服务器使用。 不过只支持静态网页，如(asp,php,cgi,jsp)等动态网页的就显得无能为力。 如果想让服务器也能处理动态页面，那么就需要Tomcat。 当处理静态页面时,Tomcat不如Apache迅速]]></description>
    <pubDate>2010-09-22</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[apache反向代理和负载均衡总结]]></title>
    <link>http://www.xker.com/page/e2010/0922/98255.html</link>
    <description><![CDATA[apache功能其实很是强大，最近一段时间研究了下apache的反向代理和负载均衡，反向代理网协的外网出口和我的博客出口就是通过apache的反向代理实现的，总结一下，重点说说负载均衡的配置。 首先说先实验环境吧 操作系统：DEBIAN 5.03（Ubuntu也可以同理配置）]]></description>
    <pubDate>2010-09-22</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[IIS站点建虚拟目录方法]]></title>
    <link>http://www.xker.com/page/e2010/0915/98174.html</link>
    <description><![CDATA[1. 在磁盘任意位置创建一个站点文件夹 2. 点击文件夹图标右建查看属性 3. 点击WEB共享标签, 选中共享这个文件夹, 然后添加一个别名(可增加多个别名) 4. 选择一个共享父站点,默认为localhost. 5. 打开IIS服务管理器,查看你的共享父站点,可以看到已经添加虚拟]]></description>
    <pubDate>2010-09-15</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[apache支持asp的一个方法（APMServ）]]></title>
    <link>http://www.xker.com/page/e2010/0722/97463.html</link>
    <description><![CDATA[在网上找了Apache+PHP+Mysql的服务器套件v1.1.0,发现更新日期是2004年4月。 意识到安全问题，找到此版本作者的站点，发现域名很早之前就欠费停了， 常识下载独立版本的Apache+PHP+Mysql，覆盖到apm的安装目录下，发现phpmyadmin打不开， 正要放弃之际，在网]]></description>
    <pubDate>2010-07-22</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[APMServ中Apache启动失败的解决方法]]></title>
    <link>http://www.xker.com/page/e2010/0722/97462.html</link>
    <description><![CDATA[解决办法之一： Apache 启动失败解决办法~~~ 把左下角的SSL钩上了，如果你没有用证书，就把那个去掉，反正我去掉就可以了。后来装了证书钩上SSL也可以用了。 解决办法之二： 我遇到跟楼主同样问题，在新装了WINDOWS XP之后。以前用WIN2000是正常的。看了前面]]></description>
    <pubDate>2010-07-22</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[停止IIS命令（APMServ 80端口被占用,导致Apache启动失败的原因）]]></title>
    <link>http://www.xker.com/page/e2010/0722/97461.html</link>
    <description><![CDATA[一些朋友使用的是 APMServ ,可是启动的时候,总会提示80端口被占用,Apache启动失败.找了很多,什么迅雷占用80端口,检查了,没有这种效果.想了很久,都不知道该怎么办,下一步就要检查下了,大部分人都是因为机器上IIS启动了.所以只需要把IIS整个服务关了,Apache就]]></description>
    <pubDate>2010-07-22</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[APMServ 5.2.6实现支持伪静态方法（以wordpress为例）]]></title>
    <link>http://www.xker.com/page/e2010/0722/97460.html</link>
    <description><![CDATA[在本地调试的wordpress在跳转页面的时候出现如下错误代码： Object not found! The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.]]></description>
    <pubDate>2010-07-22</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Apache下htaccess文件的基本用法]]></title>
    <link>http://www.xker.com/page/e2010/0722/97459.html</link>
    <description><![CDATA[Apache系统中的 .htaccess 文件(或者分布式配置文件提供了针对目录改变配置的方法， 即，在一个特定的文档目录中放置一个包含一个或多个指令的文件， 以作用于此目录及其所有子目录。作为用户，所能使用的命令受到限制。管理员可以通过Apache的AllowOverride]]></description>
    <pubDate>2010-07-22</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[apache htaccess 屏蔽国内IP国内用户访问方法实例]]></title>
    <link>http://www.xker.com/page/e2010/0722/97458.html</link>
    <description><![CDATA[Files .ht* deny from all /Files Options +FollowSymLinks RewriteEngine On RewriteBase /pic/ #上面的PIC是目录名，可以自己定义 RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.*)$ $1 [L] ###############]]></description>
    <pubDate>2010-07-22</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[在apache的htaccess文件中设置公共变量]]></title>
    <link>http://www.xker.com/page/e2010/0722/97457.html</link>
    <description><![CDATA[[xuca@localhost www.xker.com]$ cd html/ [xuca@localhost html]$ ls -a . .. css help.php .htaccess images index.php js pages .svn views [xuca@localhost html]$ cat .htaccess setENV Root_Path /home/xuca/public_html/www.salewell.com SetENV Root_]]></description>
    <pubDate>2010-07-22</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[htaccess在IIS和Apache下的区别]]></title>
    <link>http://www.xker.com/page/e2010/0722/97456.html</link>
    <description><![CDATA[^t_(\d+).html$ t.php?id=$1 这个在apache下面可以，但在iis下的isapi_rewrite里可能就不对了 要改成 ^(.*)/t_(\d+).html$ $1/t.php\?id=$2 加了/,和对?进行了转义 Apache下 RewriteRule ^company/show_([0-9]+).html$ company.php?uid=$1 [L] //正确,可以不]]></description>
    <pubDate>2010-07-22</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[apache htaccess写法、功能和开启htaccess]]></title>
    <link>http://www.xker.com/page/e2010/0722/97455.html</link>
    <description><![CDATA[1 . 如何让自己的本地APACHE服务器支持.htaccess 如何让自己的本地APACHE服务器支持.htaccess呢?其实只要简单修改一下apache的httpd.conf设置就可以让APACHE支持.htaccess了,来看看操作 打开httpd.conf文件(在那里? APACHE目录的CONF目录里面),用文本编辑器]]></description>
    <pubDate>2010-07-22</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[apache、伪静态与htaccess]]></title>
    <link>http://www.xker.com/page/e2010/0722/97454.html</link>
    <description><![CDATA[开启apache的伪静态： 在apache配置文件中将LoadModule jk_module modules/mod_jk.so前面的注释#去掉，2.0版本以下的和这个方法略有不同，现在应该很少有人在用了吧。 现在这种情况是它支持了伪静态，但还没有开始支持.htaccess，如果你要用到的话，需要将Al]]></description>
    <pubDate>2010-07-22</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[apache伪静态配置与iis伪静态配置对比]]></title>
    <link>http://www.xker.com/page/e2010/0722/97453.html</link>
    <description><![CDATA[apache伪静态配置与iis伪静态配置的区别分析对比 /* 在web开发中，经常会碰以要把php教程,asp教程文件伪静态成htm或其它文件，下面我们要讲一下关于apache伪静态规则与iis中伪静态规则的一些不同的部份了。下面我们先来看看apache伪静态的配置方法。 实例，]]></description>
    <pubDate>2010-07-22</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Apache下伪静态(URL Rewrite)的设置方法]]></title>
    <link>http://www.xker.com/page/e2010/0722/97452.html</link>
    <description><![CDATA[一 打开 Apache 的配置文件 httpd.conf 。 二 将#LoadModule rewrite_module modules/mod_rewrite前面的#去掉 三 在 httpd.conf中添加： IfModule mod_rewrite.c RewriteEngine On #RewriteCond %{ENV:SCRIPT_URL} (?:index|dispbbs)[-0-9]+\.html RewriteRu]]></description>
    <pubDate>2010-07-22</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[APMServ下实现伪静态方法]]></title>
    <link>http://www.xker.com/page/e2010/0722/97451.html</link>
    <description><![CDATA[做为集成了Apache、PHP、MySQL等的WEB服务器套件，可以很容易地在Windows系统下实现网站服务器平台的搭建，APMServ下如何实现伪静态,实现方法很简单 1、确保 Apache \ conf \ httpd.conf 这个文件中 LoadModule rewrite_module modules/mod_rewrite.so 这句]]></description>
    <pubDate>2010-07-22</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[APMServ的Rewrite配置，Apmserv的伪静态配置方法]]></title>
    <link>http://www.xker.com/page/e2010/0722/97450.html</link>
    <description><![CDATA[在研究Wordpress的时候需要用到伪静态功能，一直在用张宴的Apmserv来调试Php,发现rewrite功能不能用，查了一下，原来需要修改E:\APMServ5.2.6\Apache\conf\httpd.conf 文件 找到你所在的虚拟目录修改以下这个地方（如果你有配置虚拟主机的话应修改E:\APMServ]]></description>
    <pubDate>2010-07-21</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Windows Media Services流媒体服务器架设/配置教程]]></title>
    <link>http://www.xker.com/page/e2010/0712/97275.html</link>
    <description><![CDATA[内容摘要：Windows Media Server服务虽然是Windows Server 2003系统自带组件之一，但是在默认情况下没有安装，需要自行手动添加。在Windows Server 2003操作系统中，除了可以使用Windows组件向导安装Windows Media服务之外，还可以通过配置您的服务器向导来]]></description>
    <pubDate>2010-07-12</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[电影服务器Real Server安装教程]]></title>
    <link>http://www.xker.com/page/e2010/0712/97274.html</link>
    <description><![CDATA[由于各人所处的具体环境不同，同时为避免理论与实际脱节，行文中我也尽量从实际出发，但出现些错误或不相容的结果也是不可避免的，希望继续探讨网吧影视服务技术及经营上的问题！先说明两点： 1，影视服务器的配置无需太高，我用过三种配置c400/64, c566/128,]]></description>
    <pubDate>2010-07-12</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Real Server安装图解教程]]></title>
    <link>http://www.xker.com/page/e2010/0712/97273.html</link>
    <description><![CDATA[什么是Real Server RealNetworks 流服务器端软件，用它可以在网上发布Real格式的Audio、Video文件，以流格式(RTSP协议)进行网上传输播放，不必担心rm文件被下载。 要实现网上流视频的点播与直播，需要安装一个服务器端软件，这个就是Real Server。 为什么要]]></description>
    <pubDate>2010-07-12</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[IIS7中启用JS压缩的方法]]></title>
    <link>http://www.xker.com/page/e2010/0625/96992.html</link>
    <description><![CDATA[IIS7中支持了对静态和动态文件的压缩功能，但是对于JS文件的压缩需要进行一些简单的设置。 先打开IIS管理，选择我要设置的站点，然后在右边的功能区找到MIME TYPES看看里面是否有.JS的选项，如果没有可以手功加上 有的话把.js的值设置成：application/x-java]]></description>
    <pubDate>2010-06-25</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[IIS7下js文件启用Gzip后却不压缩的解决方法]]></title>
    <link>http://www.xker.com/page/e2010/0621/96893.html</link>
    <description><![CDATA[IIS7已经启用静态文件压缩（Gzip）但是死活不压缩，查找后发现是II7下MIME类型设置问题 将.js的MIME类型设置为application/javascript 再查看页面，已经启用了Gzip。 不过，几个天后又发现有的js文件被压缩，有的却没有。 查找原因发现是引用js文件是没有设]]></description>
    <pubDate>2010-06-21</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[nginx+php平台下网站上传图片漏洞修补办法]]></title>
    <link>http://www.xker.com/page/e2010/0524/96458.html</link>
    <description><![CDATA[据说黑客已经在行动了；安全人员、系统管理人员、行动起来吧，赶紧修复该漏洞；最好不要有侥幸心理，否则下一个被黑客入侵的可能就是你的网站。根据80sec安全公告的描述，临时修复方法如下，可3选其一。 1、设置php.ini的cgi.fix_pathinfo为0，重启php。最方]]></description>
    <pubDate>2010-05-24</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Memcache分布式部署方案]]></title>
    <link>http://www.xker.com/page/e2010/0427/96206.html</link>
    <description><![CDATA[前言 应该是很久之前，我开始研究 Memcache ，写了一系列的学习心得，比如《 Discuz!的Memcache缓存实现 》等。后面的好几十条回复也让这篇文章成为了此博客中颇受关注的一员。 同时在百度和Google，关键词Memcache在长达一年多的时间里占据着第二位（第一位]]></description>
    <pubDate>2010-04-27</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Consistent Hashing的简单说明]]></title>
    <link>http://www.xker.com/page/e2010/0427/96205.html</link>
    <description><![CDATA[Consistent Hashing如下所示：首先求出memcached服务器（节点）的哈希值，并将其配置到0～2 32 的圆（continuum）上。然后用同样的方法求出存储数据的键的哈希值，并映射到圆上。然后从数据映射到的位置开始顺时针查找，将数据保存到找到的第一个服务器上。]]></description>
    <pubDate>2010-04-27</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Memcache协议中文版]]></title>
    <link>http://www.xker.com/page/e2010/0427/96204.html</link>
    <description><![CDATA[写在前头 偶然之间看到本文的中英文对照版本，感觉看起来不是很方便，于是花费了半个小时的时间，仔细整理出了独立的中文版本，并记录下来。 协议 memcached 的客户端使用TCP链接 与 服务器通讯。（UDP接口也同样有效，参考后文的 UDP协议 ）一个运行中的mem]]></description>
    <pubDate>2010-04-27</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Memcache基础教程]]></title>
    <link>http://www.xker.com/page/e2010/0427/96202.html</link>
    <description><![CDATA[Memcache是什么 Memcache是danga.com的一个项目，最早是为 LiveJournal 服务的，目前全世界不少人使用这个缓存项目来构建自己大负载的网站，来分担数据库的压力。 它可以应对任意多个连接，使用非阻塞的网络IO。由于它的工作机制是在内存中开辟一块空间，然]]></description>
    <pubDate>2010-04-27</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Windows下安装Memcache]]></title>
    <link>http://www.xker.com/page/e2010/0427/96201.html</link>
    <description><![CDATA[很多phper不知道如何在Windows下搭建Memcache的开发调试环境，最近个人也在研究Memcache，记录下自己安装搭建的过程。 其实我开始研究Memcache的时候并不知道居然还有memcached for Win32这个鸟东西，害得我在CnetOS下折腾1天才搞定，今天突然发现Windows下]]></description>
    <pubDate>2010-04-27</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Memcache的使用和协议详分析]]></title>
    <link>http://www.xker.com/page/e2010/0426/96198.html</link>
    <description><![CDATA[Memcache是danga.com的一个项目，最早是为 LiveJournal 服务的，目前全世界不少人使用这个缓存项目来构建自己大负载的网站，来分担数据库的压力。（关于Memcache的更多信息请Google） Memcache官方网站： http://www.danga.com/memcached 【安装Memcache服务]]></description>
    <pubDate>2010-04-26</pubDate>
    <category>web服务器</category>
    <author>heiyeluren</author>
    <comments>blog.csdn.net/heiyeshuwu</comments>
</item>
<item>
    <title><![CDATA[Apache服务器使用.htaccess实现图片防盗链]]></title>
    <link>http://www.xker.com/page/e2010/0416/96046.html</link>
    <description><![CDATA[.htaccess文件将影响其所在的目录及其子目录，因此，如果我们要保护的内容（此处以防止图片盗链为例，即图片）位于网站内多个目录下，可以考虑将其放在根目录下；而如果图片有单独的子目录如/images/，则只需将其放置在该目录下（当然也可以放到根目录中）。]]></description>
    <pubDate>2010-04-16</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>NoBing</comments>
</item>
<item>
    <title><![CDATA[Gzip详解]]></title>
    <link>http://www.xker.com/page/e2010/0329/95640.html</link>
    <description><![CDATA[GZIP概念 GZIP最早由Jean-loup Gailly和Mark Adler创建，用于UNIX系统的文件压缩。我们在Linux中经常会用到后缀为.gz的文件，它们就是GZIP格式的。现今已经成为Internet 上使用非常普遍的一种数据压缩格式，或者说一种文件格式。HTTP协议上的GZIP编码是一种用来改进WEB]]></description>
    <pubDate>2010-03-29</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[IIS启用Gzip压缩(HTTP压缩)详解]]></title>
    <link>http://www.xker.com/page/e2010/0329/95639.html</link>
    <description><![CDATA[一.摘要 本文总结了如何为使用IIS托管的网站启用Gzip压缩, 从而减少网页网络传输大小, 提高用户显示页面的速度. 二.前言. 本文的知识点是从互联网收集整理, 主要来源于中文wiki. 使用YSlow检测网站启用了哪些优化时, Gzip是十分关键的一项. 启动Gip压缩将立竿见影的减]]></description>
    <pubDate>2010-03-29</pubDate>
    <category>web服务器</category>
    <author>张子秋</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title><![CDATA[使打开JPG或TXT文件能弹出下载提示框的4种方法]]></title>
    <link>http://www.xker.com/page/e2010/0328/95595.html</link>
    <description><![CDATA[网站不仅仅只包含网页，有时你需要提供用户能下载的文件。将你的文件放到服务器上并在网页中附上链接只是第一步，你还需意识到HTTP响应的头文件影响文件下载。 在网上经常会碰到这类情况，当下载JPG或TXT等文件时，直接加上文件的链接，点击后并不会跳出选择保存弹出框]]></description>
    <pubDate>2010-03-28</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[用APMServ搭建php运行环境教程]]></title>
    <link>http://www.xker.com/page/e2010/0320/95525.html</link>
    <description><![CDATA[很多朋友都有自己的个人网站，在里面放上自己的博客，随心所欲的换皮肤，多好！有些高手还可以自己DIY皮肤，设置自己改源码，创造出更好的效果来。当然了，这些都需要在本地进行测试，当然就少不了搭建服务器了。 说到服务器，可能各位都有感受：那就是相当麻烦！重装]]></description>
    <pubDate>2010-03-20</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>x-beta.cn</comments>
</item>
<item>
    <title><![CDATA[用PHPStudy搭建php运行环境教程]]></title>
    <link>http://www.xker.com/page/e2010/0320/95524.html</link>
    <description><![CDATA[看了群和论坛里看到好多朋友问测试环境的搭建的问题，很杂很无奈，就写了这篇。高手就不要看了。 因为只是为了本地测试，不需要自己配置太多（难道还想在自己的电脑发布到外网不成=_+！），所以选用的是龙的心的phpStudy v1.7.5。不是最新的PHP的环境，但比较稳定，测]]></description>
    <pubDate>2010-03-20</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>php100</comments>
</item>
<item>
    <title><![CDATA[用WampServer搭建php运行环境教程]]></title>
    <link>http://www.xker.com/page/e2010/0320/95523.html</link>
    <description><![CDATA[据我所知很多同学都想要试着学习一下PHP，无奈要在Windows下安装搭建好一个PHP环境来学习对于菜鸟同学来说繁琐程度足以让一半以上的人放弃，毕竟 Apache+PHP+MySQL 这3个程序配置起来比较麻烦，对于新手来说，要弄清楚那些配置还真是云里雾里。所以傻瓜式整合型的WAMP]]></description>
    <pubDate>2010-03-20</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>异次元</comments>
</item>
<item>
    <title><![CDATA[在apache中配置shtml经验分享]]></title>
    <link>http://www.xker.com/page/e2010/0302/94389.html</link>
    <description><![CDATA[首先要配置apache服务器,让apache支持shtml的解析. 方法是: 让apache支持shtml 文件 什么是SSI？SSI是英文Server Side Includes的缩写，翻译成中文就是服务器端包含的意思。从技术角度上说，SSI就是在HTML文件中，可以通过注释行调用的命令或指针。SSI具有强大的功能，]]></description>
    <pubDate>2010-03-02</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[开启Apache Tomcat中的SSI功能来支持shtml]]></title>
    <link>http://www.xker.com/page/e2010/0302/94388.html</link>
    <description><![CDATA[我们在使用Apache Tomcat的默认设置下是不支持SSI功能的，也就是说不支持shtml格式的文件，不过只需做一个简单的配置即可使Apache Tomcat支持SSI功能。下面是配置步骤。 1、将 $tomcat_home\server\lib 目录下的 servlets-ssi.renametojar 文件名称改变为 servlets-ssi.]]></description>
    <pubDate>2010-03-02</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[让ubuntu下apache支持shtml的操作小结]]></title>
    <link>http://www.xker.com/page/e2010/0302/94387.html</link>
    <description><![CDATA[最近工作中遇到的技术问题小结： 最近 因为工作需要对 linux 服务器系统又有了进一步了解 以下是 遇到的问题和解决方法： （问题都是比较菜，原对linux 不熟悉） 问题1、linux 下 apache 配置 使其 支持 shtml 以 ubuntu 8.04为例： 在网上找了大量资料 按其方法配置怎]]></description>
    <pubDate>2010-03-02</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>hi.baidu.com/nyywxs</comments>
</item>
<item>
    <title><![CDATA[Apache解析SHTML配置（SSI）]]></title>
    <link>http://www.xker.com/page/e2010/0302/94386.html</link>
    <description><![CDATA[修改Apache配置文件httpd.conf: 1. AddType部分去掉这两段注释： AddType text/html .shtml AddOutputFilter INCLUDES .shtml #如果包含html文件，则把shtml改成html 2.下面是我机子上配制的虚拟目录 NameVirtualHost www.xing.com VirtualHost www.xing.com:80 Docume]]></description>
    <pubDate>2010-03-02</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[shtml页面include网页文件Apache开启SSI配置]]></title>
    <link>http://www.xker.com/page/e2010/0302/94385.html</link>
    <description><![CDATA[什么是shtml呢？ 使用SSI(Server Side Include)的html文件扩展名，SSI（Server Side Include)，通常称为服务器端嵌入或者叫服务器端包含，是一种类似于ASP的基于服务器的网页制作技术。默认扩展名是 .stm、.shtm 和 .shtml。 什么是SSI？ SSI是英文Server Side Include]]></description>
    <pubDate>2010-03-02</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[apache支持shtml文件的设置方法]]></title>
    <link>http://www.xker.com/page/e2010/0302/94384.html</link>
    <description><![CDATA[介绍一下shtml和shtm 关于shtml，shtml是一种基于SSI技术的文件，也就是Server Side Include--SSI 服务器端包含指令，一些Web Server如果有SSI功能的话就会对shtml文件特殊招待，服务器会先扫一次shtml文件看没有特殊的SSI指令存在，如果有的话就按Web Server设定规则]]></description>
    <pubDate>2010-03-02</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[CentOS+Nginx+PHP+MySQL环境搭建及测试]]></title>
    <link>http://www.xker.com/page/e2010/0225/94068.html</link>
    <description><![CDATA[PHP 5.3.1 MySQL 5.0.89 Nginx 0.8.33 或 0.7.65 （可选） 这个可比网上流传的什么一键安装包要好得多，强烈推荐此法安装，适合所有菜鸟和高手。我服务器上全用的源代码编译安装，也好不到哪去，还很费劲。我这个装完已经包含 php 的一些常用扩展， PDO，eaccelerator]]></description>
    <pubDate>2010-02-25</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>21Andy.com</comments>
</item>
<item>
    <title><![CDATA[HTTP 筛选器 DLL C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_filter.dll 加载失败。数据是错误]]></title>
    <link>http://www.xker.com/page/e2010/0203/93311.html</link>
    <description><![CDATA[具体表现是： 1.所有应用程序池自动关闭，重启IIS，重装IIS问题依旧。 2.事件查看器里有相关应用程序日志记录。 3.IIS里的网站文件夹里的ISAPI筛选里可以看到ASP.NET_2.0.50727.0前有一个红色的向下的箭头 4.如果删除第三条里的那个筛选，再运行iisreset重启IIS,会发现]]></description>
    <pubDate>2010-02-03</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[HTTP 筛选器 DLL C:\php\php5isapi.dll 加载失败。数据是错误。事件来源: W3SVC-WP 事件 ID: 2214]]></title>
    <link>http://www.xker.com/page/e2010/0203/93310.html</link>
    <description><![CDATA[HTTP 筛选器 DLL C:\php\php5isapi.dll 加载失败。数据是错误。 客户端，无法显示网页； 服务器，日志如下： 事件类型: 错误 事件来源: W3SVC-WP 事件种类: 无 事件 ID: 2214 日期: 2006-9-15 事件: 4:56:48 用户: N/A 计算机: xxx 描述: HTTP 筛选器 DLL C:\php\php5is]]></description>
    <pubDate>2010-02-03</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[PHP页面空白，无法加载mysql的解决方法]]></title>
    <link>http://www.xker.com/page/e2010/0203/93299.html</link>
    <description><![CDATA[睡梦中被网站监测短信给吵醒了，网站无法正常打开了，无奈起床。 所有网站提示Service Unavailable，看日志发现有加载7i24防盗链文件错误的日志，先不查原因，卸载了先说，卸载后静态页面正常，但是php页面不行，全是空白页面，重启iis、mysql都无果，写个php简单页面?]]></description>
    <pubDate>2010-02-03</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>新客网原创</comments>
</item>
<item>
    <title><![CDATA[Apache反向代理设置对外部的WWW和文件服务器教程]]></title>
    <link>http://www.xker.com/page/e2010/0116/91630.html</link>
    <description><![CDATA[简介：一台机器用专线接入Internet作为防火墙，在内部网段上有一台WWW服务器 （Redhat 6.1,Apache 1.3.9）希望这台机器能对外提供WWW服务器和基于apache的文件服务。供外部世界公共访问WWW服务器，或者外地分公司下载需要的文件。 优点： 内部的WWW服务器和文件服务完]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Apache反向代理设置方法]]></title>
    <link>http://www.xker.com/page/e2010/0115/91626.html</link>
    <description><![CDATA[1修改 httpd.conf 文件中： LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule proxy_ftp_module modules/mod_proxy_ftp.so 模块功能]]></description>
    <pubDate>2010-01-15</pubDate>
    <category>web服务器</category>
    <author>answer</author>
    <comments>博客园</comments>
</item>
<item>
    <title><![CDATA[您不具备查看该目录或页面的权限 因为访问控制列表(ACL)...的解决思路]]></title>
    <link>http://www.xker.com/page/e2009/1227/89776.html</link>
    <description><![CDATA[解决方法：重新给windows目录加上users组的可读权限，写权限不需要。 在配置iis的时候，如果安全稍微做的好一些。就会出现各式各样的问题。比如，常见的访问网页会弹出用户名密码的登陆界面，或者是访问某种页面比如htmlasp没事情，但是访问jsp或者php就有问题，显示40]]></description>
    <pubDate>2009-12-27</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[php网站提示“您不具备查看该目录或页面的权限，因为访问控制列表(ACL)对Web服务器上的该资源进行了配置”的解决方法]]></title>
    <link>http://www.xker.com/page/e2009/1227/89775.html</link>
    <description><![CDATA[出现这种问题大多是因为权限问题 解决方法网上很多 我这里只说我碰到的问题 如图 下午同事跟我说公司网站无法访问 查看记录后发现今天登陆设置了系统目录权限。首先肯定不是iis的问题 网站目录权限也正确 又发现公司的四个网站 2个可以打开 都为asp脚本 打不开的2个网]]></description>
    <pubDate>2009-12-27</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>博客</comments>
</item>
<item>
    <title><![CDATA[TcpTimedWaitDelay和MaxUserPort设置]]></title>
    <link>http://www.xker.com/page/e2009/1221/89343.html</link>
    <description><![CDATA[描述：确定 TCP/IP 可释放已关闭连接并重用其资源前，必须经过的时间。关闭和释放之间的此时间间隔通称 TIME_WAIT 状态或两倍最大段生命周期（2MSL）状态。 此时间期间，重新打开到客户机和服务器的连接的成本少于建立新连接。减少此条目的值允许 TCP/IP 更快地释放已]]></description>
    <pubDate>2009-12-21</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>CSDN博客</comments>
</item>
<item>
    <title><![CDATA[TCP/IP 选项TcpTimedWaitDelay设置]]></title>
    <link>http://www.xker.com/page/e2009/1221/89342.html</link>
    <description><![CDATA[当TCP连接被关闭时，{ Protocol, Local IP, Local Port, Remote IP, Remote Port}五元组就进入TIME_WAIT状态，默认时间是4分钟。可以通过一组命令看看tcp的连接状态： netstat -anoc:\port.txt 本地ip，远程ip，远程端口都是固定的，只有本地端口是变化的，本地端口只]]></description>
    <pubDate>2009-12-21</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[微软补丁KB967723造成MySQL频繁无法连接，刷新即恢复正常的解决方法]]></title>
    <link>http://www.xker.com/page/e2009/1221/89340.html</link>
    <description><![CDATA[以下内容为网络搜集并经整理： 这几天有一台MySQL数据库服务器频繁出现掉线，经排查，并没有哪个网站受攻击，网上搜索了一下，很多人都碰到这问题，全是Windows系统上安装MySQL，原因是前段时间微软发布的补丁KB967723而导致的。现在有两种解决方法： 第一种：卸载KB96]]></description>
    <pubDate>2009-12-21</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Apache下禁止特定目录执行PHP 提高安全性]]></title>
    <link>http://www.xker.com/page/e2009/1106/84618.html</link>
    <description><![CDATA[之前在博文 从PHP安全讲DedeCms的安全加固 中说过在PHP安全中保护可写目录下的文件不允许被访问到的重要性，还提出了改名文件夹的方式来保护该目录。 如果用的是Apache服务器，还可以通过配置来禁止该目录下的PHP文件的访问，有两种方式： 方式一：.htaccess控制，适用]]></description>
    <pubDate>2009-11-06</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>canbeing</comments>
</item>
<item>
    <title><![CDATA[Web服务器故障排除方案]]></title>
    <link>http://www.xker.com/page/e2009/1013/81545.html</link>
    <description><![CDATA[为了宣传、推广自己，很多单位都架设了Web服务器，不过架设好的Web服务器如果不经过访问测试，很可能无法达到顺利发布信息的目的。本文下面推荐的一则Web服务器故障排除的方法就比较常见，现在我们就对它进行总结，希望日后大家再次遭遇相同类型故障时可以快速进行应对]]></description>
    <pubDate>2009-10-13</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>IT专家网</comments>
</item>
<item>
    <title><![CDATA[Apache的Rewrite和404错误页面的区别]]></title>
    <link>http://www.xker.com/page/e2009/0904/77630.html</link>
    <description><![CDATA[Rewrite与404错误页面各有优势。它们的一些区别： 404错误页面的优势可能在于不用调用Rewrite模块，Rewrite需要调用此模块。因此404错误页面可能会更节省资源，使大型网站的速度更快一些。我编写的静态化网页，目前大多数都是使用404错误。 使用404错误页面，不能被POS]]></description>
    <pubDate>2009-09-04</pubDate>
    <category>web服务器</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>

</channel>
</rss>

