<?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>wadsのblog &#187; apache</title>
	<atom:link href="http://wadslab.net/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://wadslab.net</link>
	<description>いろいろ準備中</description>
	<lastBuildDate>Mon, 26 Dec 2011 09:11:45 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>[apache]　apacheでリバースプロキシーを設定したときのメモ</title>
		<link>http://wadslab.net/2009/02/mod_proxy/</link>
		<comments>http://wadslab.net/2009/02/mod_proxy/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 11:23:11 +0000</pubDate>
		<dc:creator>wads</dc:creator>
				<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://wadslab.net/?p=250</guid>
		<description><![CDATA[apacheでリバースプロキシの設定をしました。 ■ 条件など ・Apacheのバージョンは2.2.8 ・画像、css、jsなどの静的ファイルについてはリバースプロキシで配信を行う。 ・動的なファイルのときはアプリケーシ [...]]]></description>
		<wfw:commentRss>http://wadslab.net/2009/02/mod_proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[mysql][Apache] mod_log_sql関連のベンチマーク</title>
		<link>http://wadslab.net/2008/12/mod_log_sql-2/</link>
		<comments>http://wadslab.net/2008/12/mod_log_sql-2/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 07:53:29 +0000</pubDate>
		<dc:creator>wads</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://wadslab.net/?p=213</guid>
		<description><![CDATA[前回設定した項目についてベンチマークをとりました。 今回のテストケースは 通常のaccess_log(ファイル)に保存 BufferedLogsディレクティブをONにしたaccess_log mod_log_sql+My [...]]]></description>
		<wfw:commentRss>http://wadslab.net/2008/12/mod_log_sql-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[mysql][Apache] mod_log_sqlを使ってApacheのアクセスログ（access_log）をmysqlのARCHIVEストレージエンジンに保存する</title>
		<link>http://wadslab.net/2008/11/mod_log_sql/</link>
		<comments>http://wadslab.net/2008/11/mod_log_sql/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 07:37:24 +0000</pubDate>
		<dc:creator>wads</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://wadslab.net/?p=200</guid>
		<description><![CDATA[mod_log_sqlを使って、Apacheのアクセスログをmysqlに保存する設定をしたときのメモです。 アクセスログを保存するmysqlのストレージエンジンには、前からずっと気になっていたARCHIVEストレージエン [...]]]></description>
		<wfw:commentRss>http://wadslab.net/2008/11/mod_log_sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Apache] mod_deflateでコンテンツをgzip圧縮して通信する 2</title>
		<link>http://wadslab.net/2008/09/mod_deflate-2/</link>
		<comments>http://wadslab.net/2008/09/mod_deflate-2/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 14:23:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[web開発]]></category>

		<guid isPermaLink="false">http://wadslab.net/?p=161</guid>
		<description><![CDATA[前回の続き。 proxyサーバを経由してアクセスしている場合に、mod_deflateでコンテンツを圧縮して通信していると問題になるのがproxyのキャッシュです。 アクセスによっては、gzip圧縮非対応のブラウザがgz [...]]]></description>
		<wfw:commentRss>http://wadslab.net/2008/09/mod_deflate-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Apache] mod_deflateでコンテンツをgzip圧縮して通信する</title>
		<link>http://wadslab.net/2008/09/mod_deflate/</link>
		<comments>http://wadslab.net/2008/09/mod_deflate/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 15:51:00 +0000</pubDate>
		<dc:creator>wads</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[web開発]]></category>

		<guid isPermaLink="false">http://wadslab.net/?p=153</guid>
		<description><![CDATA[mod_deflateを使って通信を圧縮する設定をします。 圧縮するコンテンツのタイプは、htmlとcss、javascriptを対象とします。 Apacheのコンパイル Apacheのバージョンは2.2.9を使用 $  [...]]]></description>
		<wfw:commentRss>http://wadslab.net/2008/09/mod_deflate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

