<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>就是我-Web Server</title>
<link>http://blog.roodo.com/thegiive/archives/cat_200296.html</link>
<description>一個 Web Programmer 的工作日誌



_uacct = &quot;UA-107073-7&quot;;
urchinTracker();
</description>
<language>zh-tw</language>
<generator>Roodo Blog System</generator>
<copyright>All Rights Reserved</copyright>
<atom:link href="http://blog.roodo.com/thegiive/archives/cat_200296.xml" rel="self" type="application/rss+xml" />
<item>
	<title>lighttpd + cakePHP 使用 $HTTP[&#039;host&#039;] 來做 url.rewite</title>
	<description><![CDATA[
			在 lighttpd 底下
如果要使用 $HTTP['host'] 這種方式來搞 cakePHP 的 url rewrite
就要使用不同的 host name 來處理
		]]>
	</description>
	<content:encoded><![CDATA[
			在 lighttpd 底下<br />
如果要使用 $HTTP['host'] 這種方式來搞 cakePHP 的 url rewrite<br />
就要使用不同的 host name 來處理
		<a class="acontinues" href="http://blog.roodo.com/thegiive/archives/2026029.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/2026029.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/2026029.html</guid>
	<category>Web Server</category>
	<pubDate>Wed, 16 Aug 2006 11:17:35 +0800</pubDate>
</item>
<item>
	<title>cakePHP 在 lighttpd 上面使用</title>
	<description><![CDATA[
			cakePHP 裡面有一個 .htpaccess 的 file 
負責 module rewrite 的部份
如果享用 lighttpd 來使用的話
必須 enable mod_rewrite 
並且加上一些  rewrite rule 
本文摘自  cakePHP Wiki 

		]]>
	</description>
	<content:encoded><![CDATA[
			cakePHP 裡面有一個 .htpaccess 的 file <br />
負責 module rewrite 的部份<br />
如果享用 lighttpd 來使用的話<br />
必須 enable mod_rewrite <br />
並且加上一些  rewrite rule <br />
本文摘自 <a href="http://wiki.cakephp.org/tutorials:url_rewrite_without_apache?s=lighttpd"> cakePHP Wiki </a><br />

		<a class="acontinues" href="http://blog.roodo.com/thegiive/archives/1997936.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1997936.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1997936.html</guid>
	<category>Web Server</category>
	<pubDate>Thu, 10 Aug 2006 16:03:10 +0800</pubDate>
</item>
<item>
	<title>lighttpd auth</title>
	<description><![CDATA[
			本網頁取自 此頁
記載著 lighttpd 的 auth 方式
		]]>
	</description>
	<content:encoded><![CDATA[
			本網頁取自 <a href="http://www.cyberciti.biz/tips/lighttpd-setup-a-password-protected-directory-directories.html">此頁</a><br />
記載著 lighttpd 的 auth 方式
		<a class="acontinues" href="http://blog.roodo.com/thegiive/archives/1993478.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1993478.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1993478.html</guid>
	<category>Web Server</category>
	<pubDate>Wed, 09 Aug 2006 16:43:39 +0800</pubDate>
</item>
<item>
	<title>lighttpd mod_rewrite 寫法</title>
	<description><![CDATA[
			lighttpd mod_rewrite 的用法


		]]>
	</description>
	<content:encoded><![CDATA[
			lighttpd mod_rewrite 的用法<br />
<br />

		<a class="acontinues" href="http://blog.roodo.com/thegiive/archives/1963959.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1963959.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1963959.html</guid>
	<category>Web Server</category>
	<pubDate>Wed, 02 Aug 2006 16:49:40 +0800</pubDate>
</item>
<item>
	<title>lighttpd + php (mod_fastcgi)</title>
	<description><![CDATA[
			1. USE="-ipv6 -ssl doc php fastcgi"emerge lighttpd -apv

2.  USE="cgi doc -apache2 -berkdb curl mysql mysqli unicode xmlreader xmlrpc xmlwriter iconv gd sockets" emerge -apv php


參考這頁  Gentoo Wiki
		]]>
	</description>
	<content:encoded><![CDATA[
			1. USE="-ipv6 -ssl doc php fastcgi"emerge lighttpd -apv<br />
<br />
2.  USE="cgi doc -apache2 -berkdb curl mysql mysqli unicode xmlreader xmlrpc xmlwriter iconv gd sockets" emerge -apv php<br />
<br />
<br />
參考這頁 <a href="http://gentoo-wiki.com/HOWTO_Lighttpd"> Gentoo Wiki</a>
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1933941.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1933941.html</guid>
	<category>Web Server</category>
	<pubDate>Wed, 26 Jul 2006 18:22:08 +0800</pubDate>
</item>
<item>
	<title>.htpaccess 教學</title>
	<description><![CDATA[
			哉自這裡

		]]>
	</description>
	<content:encoded><![CDATA[
			<a href="http://www.myunix.idv.tw/mx/forum/viewtopic.php?t=27&start=0&postdays=0&postorder=asc&highlight=&sid=e3652075f69334e3d520edda1dadda02">哉自這裡</a><br /><br /><br />

		<a class="acontinues" href="http://blog.roodo.com/thegiive/archives/1714658.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1714658.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1714658.html</guid>
	<category>Web Server</category>
	<pubDate>Tue, 06 Jun 2006 00:30:13 +0800</pubDate>
</item>
<item>
	<title>設定 htpaccess 方式</title>
	<description><![CDATA[
			設定一個 Password File 
htpasswd2 -c password_file  user_name 
撰寫 .htpaccess

AuthUserFile password_file_path
AuthGroupFile /dev/null
AuthName EnterPassword
AuthType Basic


require valid-user





參考連結 : access control 方式Apache Tutorial  
		]]>
	</description>
	<content:encoded><![CDATA[
			<ol><li>設定一個 Password File </li>
<blockquote>htpasswd2 -c password_file  user_name </blockquote>
<li>撰寫 .htpaccess</li>
<blockquote>
AuthUserFile password_file_path
AuthGroupFile /dev/null
AuthName EnterPassword
AuthType Basic

<limit>
require valid-user<br />
</limit>

</blockquote>
</ol>

參考連結 : <a href="http://www.cc.nctu.edu.tw/faq/access.html">access control 方式</a><br /><a href="http://httpd.apache.org/docs/1.3/howto/htaccess.html">Apache Tutorial  </a><br />
		<a class="acontinues" href="http://blog.roodo.com/thegiive/archives/1675209.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1675209.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1675209.html</guid>
	<category>Web Server</category>
	<pubDate>Sun, 28 May 2006 13:27:19 +0800</pubDate>
</item>
<item>
	<title>apache</title>
	<description><![CDATA[
			敘述一些httpd.conf的設定 , 以及一些error的處理
		]]>
	</description>
	<content:encoded><![CDATA[
			敘述一些httpd.conf的設定 , 以及一些error的處理
		<a class="acontinues" href="http://blog.roodo.com/thegiive/archives/1624863.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1624863.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1624863.html</guid>
	<category>Web Server</category>
	<pubDate>Tue, 26 Jul 2005 09:55:13 +0800</pubDate>
</item>
</channel>
</rss>