<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>iLinux - WEB服务器</title><link>http://blog.csdn.net/forlinux/category/211687.aspx</link><description>介绍Apache服务器以及IIS的一些使用经验以及技巧。</description><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 23 Apr 2008 11:52:43 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>只爱LINUX</dc:creator><title>使用共享资源建立IIS虚拟目录</title><link>http://blog.csdn.net/forlinux/archive/2007/10/25/1842933.aspx</link><pubDate>Thu, 25 Oct 2007 11:04:00 GMT</pubDate><guid>http://blog.csdn.net/forlinux/archive/2007/10/25/1842933.aspx</guid><wfw:comment>http://blog.csdn.net/forlinux/comments/1842933.aspx</wfw:comment><comments>http://blog.csdn.net/forlinux/archive/2007/10/25/1842933.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/forlinux/comments/commentRss/1842933.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1842933</trackback:ping><description>    本文以图解方式说明了怎样在windows server 2000 / windows server 2003 下使用局域网共享资源作为虚拟目录。&lt;img src ="http://blog.csdn.net/forlinux/aggbug/1842933.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>只爱LINUX</dc:creator><title>使用Subversion构建版本控制环境（Windows）</title><link>http://blog.csdn.net/forlinux/archive/2006/06/18/810210.aspx</link><pubDate>Sun, 18 Jun 2006 15:40:00 GMT</pubDate><guid>http://blog.csdn.net/forlinux/archive/2006/06/18/810210.aspx</guid><wfw:comment>http://blog.csdn.net/forlinux/comments/810210.aspx</wfw:comment><comments>http://blog.csdn.net/forlinux/archive/2006/06/18/810210.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/forlinux/comments/commentRss/810210.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=810210</trackback:ping><description>  在软件开发中，CVS在很长的一段时间内一直都是版本控制的首选。但是现在用户有了另一个或许是更好的选择SVN（subversion）。SVN是下一代版本控制系统，完全可以替代CVS，CVS下的项目，也可以非常容易的转到SVN的控制之下（SVN项目主页是http://subversion.tigris.org，Tigris本身就是一些在SVN控制下的开源项目，可以说是sourceforge的SVN版本）。 

    SVN是一个自由、开放源码、跨平台的版本控制系统。它是一个通用系统，可用来管理任何类型的文件，其中包括程序源码。  

    SVN的设计目标很明确，实现绝大部分CVS的已有功能，充分考虑现有的CVS用户，在使用方式上模仿CVS，同时开发了一系列工具，使得基于CVS的项目能够顺利迁移到SVN上。作为新一代的版本控制系统，和CVS相比，它有很多优点，例如目录版本控制、不可分割的提交、一致的数据处理方式和更有效率的分支与标记等。

    现在，好多开源项目已经开始转移到了SVN控制之下。作为软件开发者，使用Subversion控制所开发的项目是必然趋势，本文即&lt;img src ="http://blog.csdn.net/forlinux/aggbug/810210.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>只爱LINUX</dc:creator><title>Apache服务器配置WEBDAV详解</title><link>http://blog.csdn.net/forlinux/archive/2006/06/18/808798.aspx</link><pubDate>Sun, 18 Jun 2006 05:46:00 GMT</pubDate><guid>http://blog.csdn.net/forlinux/archive/2006/06/18/808798.aspx</guid><wfw:comment>http://blog.csdn.net/forlinux/comments/808798.aspx</wfw:comment><comments>http://blog.csdn.net/forlinux/archive/2006/06/18/808798.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/forlinux/comments/commentRss/808798.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=808798</trackback:ping><description>本文详细的介绍了apache服务器下配置WEBDAV的方法。&lt;img src ="http://blog.csdn.net/forlinux/aggbug/808798.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>只爱LINUX</dc:creator><title>在apache配置文件中使用IfDefine以及IfModule指令来快速更改配置</title><link>http://blog.csdn.net/forlinux/archive/2006/06/13/792999.aspx</link><pubDate>Tue, 13 Jun 2006 01:21:00 GMT</pubDate><guid>http://blog.csdn.net/forlinux/archive/2006/06/13/792999.aspx</guid><wfw:comment>http://blog.csdn.net/forlinux/comments/792999.aspx</wfw:comment><comments>http://blog.csdn.net/forlinux/archive/2006/06/13/792999.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/forlinux/comments/commentRss/792999.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=792999</trackback:ping><description>在apache配置文件中使用IfDefine以及IfModule指令来快速更改配置(启用不同配置时无需更改httpd.conf文件).&lt;img src ="http://blog.csdn.net/forlinux/aggbug/792999.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>只爱LINUX</dc:creator><title>Windows环境之apache使用.htaccess保护目录</title><link>http://blog.csdn.net/forlinux/archive/2006/06/11/787703.aspx</link><pubDate>Sun, 11 Jun 2006 02:43:00 GMT</pubDate><guid>http://blog.csdn.net/forlinux/archive/2006/06/11/787703.aspx</guid><wfw:comment>http://blog.csdn.net/forlinux/comments/787703.aspx</wfw:comment><comments>http://blog.csdn.net/forlinux/archive/2006/06/11/787703.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/forlinux/comments/commentRss/787703.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=787703</trackback:ping><description>本文简要的介绍了WINDOWS环境下的Apache怎么使用.htaccess文件进行目录访问控制。&lt;img src ="http://blog.csdn.net/forlinux/aggbug/787703.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>只爱LINUX</dc:creator><title>使用ApacheBench进行网站性能测试</title><link>http://blog.csdn.net/forlinux/archive/2006/06/08/780768.aspx</link><pubDate>Thu, 08 Jun 2006 17:33:00 GMT</pubDate><guid>http://blog.csdn.net/forlinux/archive/2006/06/08/780768.aspx</guid><wfw:comment>http://blog.csdn.net/forlinux/comments/780768.aspx</wfw:comment><comments>http://blog.csdn.net/forlinux/archive/2006/06/08/780768.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/forlinux/comments/commentRss/780768.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=780768</trackback:ping><description>本文简单介绍了一个使用apache自带的ab.exe（ApacheBench）进行网站性能测试的方法。&lt;img src ="http://blog.csdn.net/forlinux/aggbug/780768.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>只爱LINUX</dc:creator><title>WINDOW环境下Apache-2.0.58+mod_ssl+mod_jk-2.0.55+Tomcat-5.5.16的整合</title><link>http://blog.csdn.net/forlinux/archive/2006/06/07/779219.aspx</link><pubDate>Wed, 07 Jun 2006 23:00:00 GMT</pubDate><guid>http://blog.csdn.net/forlinux/archive/2006/06/07/779219.aspx</guid><wfw:comment>http://blog.csdn.net/forlinux/comments/779219.aspx</wfw:comment><comments>http://blog.csdn.net/forlinux/archive/2006/06/07/779219.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/forlinux/comments/commentRss/779219.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=779219</trackback:ping><description>为了整合APACHE跟TOMCAT相信不少朋友都花费了不少的功夫。为何？相信大部分朋友都是跟我一样的习惯，有问题google一下了，单goole搜索到的结果却太多了，而且更让人郁闷的是，好多文章本来就是贴来贴去的而且文章内容不是这里少点就是那里少点。对于初次整合者来说，这样的文章真的只会是加大整合的难度，也许有的人就在N次失败后就放弃了。本人也是在经历了N次失败的基础上才配置成功的。为了避免以后配置的麻烦，特留下此文，希望此文不是初次配置JK者的绊脚石，^_^
         本文介绍了windows 2000 server 下Apache-2.0.58+mod_jk-2.0.55+Tomcat-5.1.15的整合过程. &lt;img src ="http://blog.csdn.net/forlinux/aggbug/779219.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>