
<?phpxml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<channel>
<title>Yeeach.com掘客 / 话题 / 技术-web服务器</title>
<link>http://www.yeeach.com/digg</link>
<description>Pligg Web 2.0 Content Management System  votes</description>
<pubDate>Mon, 24 Nov 2008 06:43:13 PST</pubDate>
<language>en</language>
<item>
<title><![CDATA[Speed up Browsing on Mobile Devices]]></title>
<link>http://www.yeeach.com/digg/story/1054</link>
<comments>http://www.yeeach.com/digg/story/1054</comments>
<pubDate>Mon, 24 Nov 2008 06:43:13 PST</pubDate>
<dc:creator></dc:creator>
<category>技术-web服务器</category>
<guid>http://www.yeeach.com/digg/story/1054</guid>
<description><![CDATA[A web accelerator called Ziproxy can enhance the browsing experience of mobile devices and remote clients in your organization, and also help you cut down GPRS bills in the process Whenever you are on the move, you probably check your mail over GPRS. Mostly,  GPRS providers offer you a data plan where you pay for the amount of data that  is being transferred between your mobile device and the server you are accessing  through the ISP. Now, if <br/><br/>1 投票人数 ]]></description>
</item>

<item>
<title><![CDATA[Faster Web page load times for mobile devices with Ziproxy]]></title>
<link>http://www.yeeach.com/digg/story/1053</link>
<comments>http://www.yeeach.com/digg/story/1053</comments>
<pubDate>Mon, 24 Nov 2008 06:43:13 PST</pubDate>
<dc:creator></dc:creator>
<category>技术-web服务器</category>
<guid>http://www.yeeach.com/digg/story/1053</guid>
<description><![CDATA[Ziproxy is Web proxy server, but rather than cache content the way Web proxies like Squid do, it's designed to compress the content that it fetches from the Web before forwarding it to the Web client. It can be useful for serving mobile devices like handheld Internet tablets that cannot take full advantage of high-resolution, high-quality images, or where the browser client is runni<br/><br/>1 投票人数 ]]></description>
</item>

<item>
<title><![CDATA[Running a Reverse Proxy in Apache]]></title>
<link>http://www.yeeach.com/digg/story/969</link>
<comments>http://www.yeeach.com/digg/story/969</comments>
<pubDate>Tue, 07 Oct 2008 07:15:52 PDT</pubDate>
<dc:creator></dc:creator>
<category>技术-web服务器</category>
<guid>http://www.yeeach.com/digg/story/969</guid>
<description><![CDATA[     In 2003, Nick Kew released a new module that complements Apache's    mod_proxy and is essential for reverse-proxying. Since then he gets    regular questions and requests for help on proxying with Apache. In    this article he attempts to give a comprehensive overview of the    proxying and mod_proxy_html  This article was originally published at ApacheWeek in January 2004, and moved to ApacheTutor with minor updates in October 2006.  Notes Yes, this article wants upd<br/><br/>1 投票人数 ]]></description>
</item>

<item>
<title><![CDATA[How to Create Subdomains for Member Logins]]></title>
<link>http://www.yeeach.com/digg/story/946</link>
<comments>http://www.yeeach.com/digg/story/946</comments>
<pubDate>Sun, 05 Oct 2008 09:19:06 PDT</pubDate>
<dc:creator></dc:creator>
<category>技术-web服务器</category>
<guid>http://www.yeeach.com/digg/story/946</guid>
<description><![CDATA[A nice feature to offer your visitors is their own little home page on your site, so that when they log in, instead of going to an awkward page like: http://example.com/members/profile.php?username=Bob They&amp;rsquo;re able to simply log in to: http://bob.example.com It&amp;rsquo;s easier for them to remember, and it looks nice and clean.  We&amp;rsquo;re all about clean livin&amp;rsquo; here at Word Front. Numerous sites create this subdomain for you when you sign up for<br/><br/>1 投票人数 ]]></description>
</item>

<item>
<title><![CDATA[Top Java 5 EE Servers Compared]]></title>
<link>http://www.yeeach.com/digg/story/338</link>
<comments>http://www.yeeach.com/digg/story/338</comments>
<pubDate>Thu, 28 Feb 2008 23:11:26 PST</pubDate>
<dc:creator></dc:creator>
<category>技术-web服务器</category>
<guid>http://www.yeeach.com/digg/story/338</guid>
<description><![CDATA[Do you need to make a good decision on what Java EE application  server to use for your organization? Sure, and there are a lot of choices out  their. I have used Java application servers for years my self, and total there  are actually about 9 different JEE application servers on the market that I know  of. Open-source Java EE servers are used as much as the commercial counterparts  and I believe the only advantage of going commercial is that you may get better  security tha<br/><br/>1 投票人数 ]]></description>
</item>

<item>
<title><![CDATA[整合 GNU/Linux、Apache2、PHP5、Tomcat5、jk2--Xinsoft ：应用之美，在于药到病除]]></title>
<link>http://www.yeeach.com/digg/story/306</link>
<comments>http://www.yeeach.com/digg/story/306</comments>
<pubDate>Thu, 14 Feb 2008 06:05:19 PST</pubDate>
<dc:creator></dc:creator>
<category>技术-web服务器</category>
<guid>http://www.yeeach.com/digg/story/306</guid>
<description><![CDATA[本文记录了整合 GNU/Linux、Apache 2.2.0、PHP 5.1.2、JDK1.5.0、Tomcat 5.5.16、jk2 2.0.4 的详细过程。JK2 的部分是解决的重点，其余部分都很顺利，唯独 JK2 的编译颇费周折，但是我只记下正确的做法，略去中间摸索的过程。对于 Apache2 与 PHP5 的安装，网上的教程很多，但本文提供的编译参数是经过优化的。注：关于如何用 jk2 2.0.4 整合 Apache 2.2.0 与 Tomcat 5.5.16，本文参考了以下 3 篇文章：关于Apache的性能优化 文章出处：DanceFire的专栏<br/><br/>1 投票人数 ]]></description>
</item>

<item>
<title><![CDATA[mod_rewrite － Apache 2.2 中文版参考手册]]></title>
<link>http://www.yeeach.com/digg/story/277</link>
<comments>http://www.yeeach.com/digg/story/277</comments>
<pubDate>Fri, 08 Feb 2008 04:17:33 PST</pubDate>
<dc:creator></dc:creator>
<category>技术-web服务器</category>
<guid>http://www.yeeach.com/digg/story/277</guid>
<description><![CDATA[此模块提供了一个基于正则表达式分析器的重写引擎来实时重写URL请求。它支持每个完整规则可以拥有不限数 量的子规则以及附加条件规则的灵活而且强大的URL操作机制。此URL操作可以依赖于各种测试，比如服务器变量、环境变量、HTTP头、时间标记，甚至各 种格式的用于匹配URL组成部分的查找数据库。       此模块可以操作URL的所有部分(包括路径信息部分)，在服务器级的(httpd.conf)和目录级的(.htaccess)配置都有效，还可以生成最终请求字符串。此重写操作的结果可以是内部子处理，也可以是外部请求的转向，甚至还可以是内部代理处理。 	但是，所有这些功能和灵活性带来一个问题，那就是复杂性，因此，不要指望一天之内就能看懂整个模块。       更多的讨论、细节、示例，请查看详细的URL重写文档。  <br/><br/>1 投票人数 ]]></description>
</item>

<item>
<title><![CDATA[Apache的Mod_rewrite学习]]></title>
<link>http://www.yeeach.com/digg/story/276</link>
<comments>http://www.yeeach.com/digg/story/276</comments>
<pubDate>Fri, 08 Feb 2008 04:17:33 PST</pubDate>
<dc:creator></dc:creator>
<category>技术-web服务器</category>
<guid>http://www.yeeach.com/digg/story/276</guid>
<description><![CDATA[Apache的rewrite模块，提供了一个基于规则的重写(rewrite,也许译为重构更为合适)引擎，来实时重写发送到Apache的请求URL。因功能极其强大，被称为URL重写的&amp;ldquo;瑞士军刀&amp;rdquo;。  <br/><br/>1 投票人数 ]]></description>
</item>

</channel>
</rss>
