<?xml 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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>筍子工作雜記 &#187; Services</title>
	<atom:link href="http://twycf.com/wordpress/archives/category/windows/services/feed" rel="self" type="application/rss+xml" />
	<link>http://twycf.com/wordpress</link>
	<description>工作、休閒之類的雜記</description>
	<lastBuildDate>Wed, 18 Nov 2009 15:20:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>讓 Apache 不要記錄指定 IP</title>
		<link>http://twycf.com/wordpress/archives/131</link>
		<comments>http://twycf.com/wordpress/archives/131#comments</comments>
		<pubDate>Thu, 24 Aug 2006 07:25:46 +0000</pubDate>
		<dc:creator>shinnlu</dc:creator>
				<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://twycf.com/wordpress/archives/131</guid>
		<description><![CDATA[這一陣子常常分析 Apache 的 httpd_access.log ，做一些使用者來源、瀏覽器、作業系統、以及網站來源參考的分析，在分析的過程中發現自己在 log 裡留下的記錄非常多，所以將 Apache 的設定檔加入以下參數，讓 Apache 不要記錄指定的 IP 位址：
SetEnvIf Remote_Addr &#34;127\.0\.0\.1&#34; dontlogSetEnvIf Remote_Addr &#34;192\.168\.1\.10&#34; dontlog
並且將
CustomLog logs/access.log combined
改為
CustomLog logs/access.log combined env=!dontlog
參考文件：Log Files
]]></description>
		<wfw:commentRss>http://twycf.com/wordpress/archives/131/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

