<?xml version="1.0" encoding="gb2312" ?>
<rss version="2.0">
<channel>
<title>服务器</title>
<link>http://www.xker.com/edu/server/</link>
<description>网络学院 / 服务器</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[服务器CPU是什么]]></title>
    <link>http://www.xker.com/page/e2012/0127/106798.html</link>
    <description><![CDATA[目前，服务器CPU仍按CPU的指令系统来区分，通常分为CISC型CPU和RISC型CPU两类，后来又出现了一种64位的VLIM(Very Long Instruction Word超长指令集架构)指令系统的CPU。 一、CISC型CPU CISC是英文Complex Instruction Set Computer的缩写，中文意思是复杂指]]></description>
    <pubDate>2012-01-28</pubDate>
    <category>服务器相关</category>
    <author>秩名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[FBD内存是什么]]></title>
    <link>http://www.xker.com/page/e2012/0127/106794.html</link>
    <description><![CDATA[FBD即Fully-buffer DIMM(全缓存模组技术)，它是一种串行传输技术，可以提升内存的容量和传输带宽.是Intel在DDR2、DDR3的基础上发展出来的一种新型内存模组与互联架构，既可以搭配现在的DDR2内存芯片，也可以搭配未来的DDR3内存芯片。FB-DIMM可以极大地提升系]]></description>
    <pubDate>2012-01-28</pubDate>
    <category>服务器相关</category>
    <author>秩名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[机架式服务器]]></title>
    <link>http://www.xker.com/page/e2012/0127/106793.html</link>
    <description><![CDATA[机架式服务器的外形看来不像计算机，而像交换机，有1U(1U=1.75英寸)、2U、4U等规格。机架式服务器安装在标准的19英寸机柜里面。这种结构的多为功能型服务器。 对于信息服务企业(如ISP/ICP/ISV/IDC)而言，选择服务器时首先要考虑服务器的体积、功耗、发热量等]]></description>
    <pubDate>2012-01-28</pubDate>
    <category>服务器相关</category>
    <author>秩名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[外接主机通道是什么]]></title>
    <link>http://www.xker.com/page/e2012/0127/106792.html</link>
    <description><![CDATA[磁盘阵列作为数据的存储设备，供网络用户使用，那么就需要磁盘阵列提供接口，和服务器主机或其他网络设备相连接，这个接口我们把它叫做主机通道或外接主机通道。现在大多数外接主机通道为Ultra2 SCSI和Ultra3 SCSI，部分产品由于和SAN（存储区域网络）连接具]]></description>
    <pubDate>2012-01-28</pubDate>
    <category>服务器相关</category>
    <author>秩名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[刀片式服务器]]></title>
    <link>http://www.xker.com/page/e2012/0127/106791.html</link>
    <description><![CDATA[刀片式服务器是一种HAHD(High Availability High Density，高可用高密度)的低成本服务器平台，是专门为特殊应用行业和高密度计算机环境设计的，其中每一块刀片实际上就是一块系统母板，类似于一个个独立的服务器。 在这种模式下，每一个母板运行自己的系统，]]></description>
    <pubDate>2012-01-28</pubDate>
    <category>服务器相关</category>
    <author>秩名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[塔式服务器是什么]]></title>
    <link>http://www.xker.com/page/e2012/0127/106790.html</link>
    <description><![CDATA[塔式服务器应该是大家见得最多，也最容易理解的一种服务器结构类型，因为它的外形以及结构都跟我们平时使用的立式PC差不多，当然，由于服务器的主板扩展性较强、插槽也多出一堆，所以个头比普通主板大一些，因此塔式服务器的主机机箱也比标准的ATX机箱要大，]]></description>
    <pubDate>2012-01-28</pubDate>
    <category>服务器相关</category>
    <author>秩名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[IIS链接数是什么]]></title>
    <link>http://www.xker.com/page/e2012/0127/106789.html</link>
    <description><![CDATA[IIS或WEB连接数是指在同一时间内服务器可以接受的访问数，可以简单的理解为在同一时间内允许打开多少个浏览器窗口访问你的网站。 当一个网页被浏览,服务器就会和浏览者的浏览器建立链接，每个链接表示一个并发。当页面包含很多图片，图片并不是一个一个显示]]></description>
    <pubDate>2012-01-28</pubDate>
    <category>服务器相关</category>
    <author>秩名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[服务器是什么]]></title>
    <link>http://www.xker.com/page/e2012/0127/106788.html</link>
    <description><![CDATA[服务器英文名称为Server，指的是网络环境下为客户机(Client)提供某种服务的专用计算机，服务器安装有网络操作系统(如Windows 2000 Server、Linux、Unix等)和各种服务器应用系统软件(如Web服务、电子邮件服务)的计算机。这里的客户机指安装有DOS、Windows 9x]]></description>
    <pubDate>2012-01-28</pubDate>
    <category>服务器相关</category>
    <author>秩名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[服务器硬盘是什么]]></title>
    <link>http://www.xker.com/page/e2012/0127/106787.html</link>
    <description><![CDATA[对用户来说，储存在服务器上的硬盘数据是最宝贵的，因此硬盘的可靠性是非常重要的。为了使硬盘能够适应大数据量、超长工作时间的工作环境，服务器一般采用高速、稳定、安全的SCSI硬盘。现在的硬盘从接口方面分，可分为IDE硬盘与SCSI硬盘(目前还有一些支持PCM]]></description>
    <pubDate>2012-01-28</pubDate>
    <category>服务器相关</category>
    <author>秩名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[邮件服务器是什么]]></title>
    <link>http://www.xker.com/page/e2012/0127/106786.html</link>
    <description><![CDATA[邮件服务器原理 邮件服务器构成了电子邮件系统的核心。每个收信人都有一个位于某个邮件服务器上的邮箱(mailbox)。Bob的邮箱用于管理和维护已经发送给他的邮件消息。一个邮件消息的典型旅程是从发信人的用户代理开始，游经发信人的邮件服务器，中转到收信人的]]></description>
    <pubDate>2012-01-28</pubDate>
    <category>服务器相关</category>
    <author>秩名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[阵列卡是什么]]></title>
    <link>http://www.xker.com/page/e2012/0127/106785.html</link>
    <description><![CDATA[磁盘阵列是一种把若干硬磁盘驱动器按照一定要求组成一个整体，整个磁盘阵列由阵列控制器管理的系统。 阵列卡的全称叫磁盘阵列卡 是用来做 RAID(廉价冗余磁盘阵列) 。 冗余磁盘阵列RAID(Redundant Array of Independent Disks)技术1987年由加州大学伯克利分校]]></description>
    <pubDate>2012-01-28</pubDate>
    <category>服务器相关</category>
    <author>秩名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[服务器内存是什么]]></title>
    <link>http://www.xker.com/page/e2012/0127/106784.html</link>
    <description><![CDATA[服务器内存也是内存(RAM)，它与普通PC(个人电脑)机内存在外观和结构上没有什么明显实质性的区别，主要是在内存上引入了一些新的特有的技术，如ECC、ChipKill、热插拔技术等，具有极高的稳定性和纠错性能。 服务器内存主要技术： (1)ECC 在普通的内存上，常常]]></description>
    <pubDate>2012-01-28</pubDate>
    <category>服务器相关</category>
    <author>秩名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[服务器主板是什么]]></title>
    <link>http://www.xker.com/page/e2012/0127/106783.html</link>
    <description><![CDATA[普通家用PC的主板，更多的要求是在性能和功能上，而服务器主板是专门为满足服务器应用(高稳定性、高性能、高兼容性的环境)而开发的主机板。由于服务器的高运作时间，高运作强度，以及巨大的数据转换量，电源功耗量，I/O吞吐量，因此对服务器主板的要求是相当]]></description>
    <pubDate>2012-01-28</pubDate>
    <category>服务器相关</category>
    <author>秩名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[磁带库是什么]]></title>
    <link>http://www.xker.com/page/e2012/0127/106782.html</link>
    <description><![CDATA[广义的磁带库产品包括自动加载磁带机和磁带库。自动加载磁带机和磁带库实际上是将磁带和磁带机有机结合组成的。自动加载磁带机是一个位于单机中的磁带驱动器和自动磁带更换装置，它可以从装有多盘磁带的磁带匣中拾取磁带并放入驱动器中，或执行相反的过程。]]></description>
    <pubDate>2012-01-28</pubDate>
    <category>服务器相关</category>
    <author>秩名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[磁带机是什么]]></title>
    <link>http://www.xker.com/page/e2012/0127/106781.html</link>
    <description><![CDATA[根据装带方式的不同，一般分为手动装带磁带机和自动装带磁带机，即自动加载磁带机。目前提供磁带机的厂商很多，IT厂商中HP(惠普)、IBM、Exabyte(安百特)等均有磁带机产品，另外专业的存储厂商如StorageTek、ADIC、Spectra Logic等公司均以磁带机、磁带库等为]]></description>
    <pubDate>2012-01-28</pubDate>
    <category>服务器相关</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在虚拟服务器中良好工作]]></title>
    <link>http://www.xker.com/page/e2011/1031/103072.html</link>
    <description><![CDATA[Web服务器也许是虚拟化的一个不错候选，但和任何其它服务器虚拟化项目一样，你不应该盲目地就想虚拟化你的IIS服务器。在和虚拟化互联网信息服务（IIS）一起向前发展之前，你还应该有很多考虑。让我们一起来看看要考虑什么吧。 虚拟服务器布局 关于主机服务器]]></description>
    <pubDate>2011-10-31</pubDate>
    <category>服务器相关</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title><![CDATA[如何禁止IIS缓存静态文件(png、js、html)]]></title>
    <link>http://www.xker.com/page/e2011/1031/103071.html</link>
    <description><![CDATA[禁止IIS缓存静态文件（png、js、html等）背景： IIS为了提高性能，默认情况下会对静态文件js、html、gif、png等做内部缓存，这个缓存是在服务器iis进程的内存中的。IIS这么做在很大程度上可以提高静态文件的访问性能，在正常情况下只要静态文件更新了IIS也会]]></description>
    <pubDate>2011-10-31</pubDate>
    <category>服务器相关</category>
    <author>秩名</author>
    <comments>ENET</comments>
</item>
<item>
    <title><![CDATA[为服务器应用选择合适的SSD]]></title>
    <link>http://www.xker.com/page/e2011/0928/102829.html</link>
    <description><![CDATA[目前，在解决数据中心所面临的性能挑战时，固态存储正发挥着至关重要的作用。现在用户所面临的问题是在何处以及如何使用固态存储，以在较高成本 的投入下发挥其最大的作用。这几乎是一个让人无处下手的执行方法，并且对这些方法进行先后排序也具有很大的难度]]></description>
    <pubDate>2011-09-29</pubDate>
    <category>服务器相关</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[AMD全新一代处理器微架构处理器首批发运]]></title>
    <link>http://www.xker.com/page/e2011/0915/102584.html</link>
    <description><![CDATA[AMD今天宣布正式发运销售其首批采用Bulldozer(推土机)新x86架构的处理器。 推土机是AMD全新一代处理器微架构，将采用32nm SOI工艺，采用了全新的模块化设计，这让推土机相比上一代的马尼库尔皓龙处理器可以在不增加功耗的前提下增加33%的核心数量、增加50%的]]></description>
    <pubDate>2011-09-15</pubDate>
    <category>服务器相关</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[英特尔新E5处理器今年将无缘面市]]></title>
    <link>http://www.xker.com/page/e2011/0915/102583.html</link>
    <description><![CDATA[美国时间本周二，英特尔发表官方声明，表示采用Sandy Bridge EP架构的全新E5处理器将于2012年早些时候正式开始销售。 新的E5处理器最高降集成8个核心并具备16线程并行计算的能力。双路命名为Xeon E5-2600系列，四路命名为Xeon E5-4600系列，都是LGA2011封装接]]></description>
    <pubDate>2011-09-15</pubDate>
    <category>服务器相关</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[英特尔下月发布15w功耗微服务器处理器]]></title>
    <link>http://www.xker.com/page/e2011/0915/102582.html</link>
    <description><![CDATA[IDF报道：微服务器(Micro server),这种适合托管和Web基础设施负载的小型服务器，虽然没有带来一场新的市场风暴，但也已经在市场上找准了位置。 在正在进行的旧金山英特尔秋季IDF上，英特尔展望了未来的微服务器处理器的市场状况：在未来四、五年中，微服务器]]></description>
    <pubDate>2011-09-15</pubDate>
    <category>服务器相关</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[CentOS 5.6(X64)下编译安装LNMP平台(Nginx1.0.4+PHP5.3.6+Mysql5.5.12)]]></title>
    <link>http://www.xker.com/page/e2011/0620/101603.html</link>
    <description><![CDATA[系统环境：centos5.6（x64）+Nginx1.0.4+Mysql5.5.12+PHP5.3.6 软件包存放位置/usr/local/src/websoft ###########本文另附配置文档，配置文档在附件里################# Nginx（发音同enginex）是一款轻量级的Web服务器／反向代理服务器及电子邮件（IMAP/PO]]></description>
    <pubDate>2011-06-20</pubDate>
    <category>linux服务器</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[使用Webmin管理LNMP及Linux系统]]></title>
    <link>http://www.xker.com/page/e2011/0323/100634.html</link>
    <description><![CDATA[Webmin简介 Webmin是功能非常强大的Unix系统管理面板。管理员通过任何一款浏览器，就能添加用户帐号，管理Apache,DNS,文件共享系统，甚至更多。Webmin允许你DIY模块，你只需要到模块管理页面，增加你需要的功能，删除你认为不实用的功能。如果你熟悉perl，你]]></description>
    <pubDate>2011-03-23</pubDate>
    <category>linux服务器</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[傻瓜式可网页管理服务器系统Zijidelu Linux发布及安装教程]]></title>
    <link>http://www.xker.com/page/e2011/0228/100299.html</link>
    <description><![CDATA[Zijidelu Linux是一个已经集成了LuManager管理软件的服务器系统，为的是让不懂任何命令的朋友也能使用上优秀的Linux系统！完美支持Discuz、Phpwind、Shopex、ECShop、Ecmall、Wordpress、Dedecms、PHP168、CmsTop等常用php+mysql结构程序。 Linux/Unix系统的]]></description>
    <pubDate>2011-02-28</pubDate>
    <category>linux服务器</category>
    <author>秩名</author>
    <comments>zijidelu.org</comments>
</item>
<item>
    <title><![CDATA[Serv-U服务器ftp连接提示 550 Permission denied 无法列表的解决方法]]></title>
    <link>http://www.xker.com/page/e2011/0223/100241.html</link>
    <description><![CDATA[ftp连接时提示错误： [右] LIST [右] 550 Permission denied. [右] 列表错误 改本地的任何设置都不管用，无奈重新设置了服务器上的Serv-U，删除用户后，重新建立用户，再连接一切正常。不知道原因，但愿能帮到遇到同样问题的你！]]></description>
    <pubDate>2011-02-23</pubDate>
    <category>Ftp服务器</category>
    <author>秩名</author>
    <comments>新客网原创</comments>
</item>
<item>
    <title><![CDATA[使用VMM和Operations Manager动态配置管理员角色]]></title>
    <link>http://www.xker.com/page/e2010/1214/99525.html</link>
    <description><![CDATA[运行着世界上最大的 System Center Configuration Manager 2007 安装之一，Microsoft 运营团队较之您本无特别之处。 然而，我们正亲眼见证我们数据中心的不断发展变化，尤其是在引入虚拟化之后。Configuration Manager 2007 利用 Microsoft 虚拟化平台，采用]]></description>
    <pubDate>2010-12-14</pubDate>
    <category>服务器相关</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[linux下用Apache一个IP多个网站多域名配置方法]]></title>
    <link>http://www.xker.com/page/e2010/0925/98279.html</link>
    <description><![CDATA[如有两个域名，分别是desk.xker.com和tool.xker.com，需把这两个域名都绑定到 IP是219.13.34.32的服务器上 1.首先需在域名供应商管理页面指定域名和IP的对应关系 2.WEB服务器配置好LAMP环境 3.把对应的源码分别放到/usr/local/apache/htdocs目录下，分别命名]]></description>
    <pubDate>2010-09-25</pubDate>
    <category>linux服务器</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[Windows防火墙导致FTP服务器不能访问的解决方法]]></title>
    <link>http://www.xker.com/page/e2010/0630/97124.html</link>
    <description><![CDATA[今天为了方便文件的共享传输而又不失保密性，舍弃了Windows自带的文件夹共享功能，安装了IIS自带的FTP功能，设置好了之后自己的电脑可以访问该FTP网址，局域网内别的电脑就死活不行，提示什么没有权限，我意识到了肯定是我作为服务端电脑的Windows自带防火墙]]></description>
    <pubDate>2010-06-30</pubDate>
    <category>Ftp服务器</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[Ubuntu下用nginx配置服务器运行.NET]]></title>
    <link>http://www.xker.com/page/e2010/0513/96305.html</link>
    <description><![CDATA[最近经常看到nginx这个WEB服务器，上网看了下介绍，好像还真的挺不错的，就在我的UBUNTU上试了一下，KAO，速度还真挺快的，如果有要做负载均衡的可以考虑下哦。 好费话就不多说了，说说具体安装步骤吧 我用的是UBUNTU 10.04这个版本，虽然还是开发版，但现在]]></description>
    <pubDate>2010-05-13</pubDate>
    <category>linux服务器</category>
    <author>一个橙子</author>
    <comments>博客园</comments>
</item>
<item>
    <title><![CDATA[集群环境下维护各节点 Linux 软件包的方法]]></title>
    <link>http://www.xker.com/page/e2010/0513/96297.html</link>
    <description><![CDATA[前言 目前，越来越多的网站采用 Linux 操作系统，提供邮件、Web、文件存储、数据库等服务。也有非常多的公司在企业内部网中利用 Linux 服务器提供这些服务。随着人们对 Linux 服务器依赖的加深，对其可靠性、负载能力和计算能力也倍加关注。Linux 集群技术应]]></description>
    <pubDate>2010-05-15</pubDate>
    <category>linux服务器</category>
    <author>方正 孙靖 王磊</author>
    <comments>ibm</comments>
</item>
<item>
    <title><![CDATA[Linux空间用Gzip对网页内容进行压缩详解]]></title>
    <link>http://www.xker.com/page/e2010/0428/96213.html</link>
    <description><![CDATA[使用mod_gzip 和 mod_deflate对网页内容进行压缩 Gzip是一种流行的文件压缩算法，现在的应用十分广泛，尤其是在Linux平台。当应用Gzip压缩到一个纯文本文件时，效果是非常明显的，大约可以减少70％以上的文件大]]></description>
    <pubDate>2010-04-28</pubDate>
    <category>linux服务器</category>
    <author>秩名</author>
    <comments>风的翅膀与chibl.com</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>

</channel>
</rss>

