<?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>pblo &#187; ネットワーク</title>
	<atom:link href="http://playispeace.com/blog/category/%e3%83%8d%e3%83%83%e3%83%88%e3%83%af%e3%83%bc%e3%82%af/feed" rel="self" type="application/rss+xml" />
	<link>http://playispeace.com/blog</link>
	<description>[ぴーぶろ]　PHPやjavascriptを中心に、気になることを実験して報告したり、嘆いてみたりするブログ</description>
	<lastBuildDate>Sun, 05 Sep 2010 10:56:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>リモートサーバに自動バックアップする</title>
		<link>http://playispeace.com/blog/785/automatic_backup</link>
		<comments>http://playispeace.com/blog/785/automatic_backup#comments</comments>
		<pubDate>Wed, 26 May 2010 04:58:34 +0000</pubDate>
		<dc:creator>papettoTV</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ネットワーク]]></category>
		<category><![CDATA[sh]]></category>
		<category><![CDATA[バックアップ]]></category>

		<guid isPermaLink="false">http://playispeace.com/blog/?p=785</guid>
		<description><![CDATA[リモートサーバに自動でバックアップとりたくて、scpをcronで実行する方法を探してみた。

scp（sshも）はパスワードを聞かれる対話形式になるので、このままではプログラムで自動実行できません。なので、ステップとして [...]]]></description>
		<wfw:commentRss>http://playispeace.com/blog/785/automatic_backup/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>304 Not Modifiedをhttpレスポンスヘッダで制御する方法(Etag偏)</title>
		<link>http://playispeace.com/blog/597/304_not_modified_http_response_header_etag</link>
		<comments>http://playispeace.com/blog/597/304_not_modified_http_response_header_etag#comments</comments>
		<pubDate>Thu, 18 Feb 2010 06:18:02 +0000</pubDate>
		<dc:creator>papettoTV</dc:creator>
				<category><![CDATA[application]]></category>
		<category><![CDATA[ネットワーク]]></category>
		<category><![CDATA[携帯]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[パフォーマンス]]></category>

		<guid isPermaLink="false">http://playispeace.com/blog/?p=597</guid>
		<description><![CDATA[前回のエントリーでは、304Not ModifiedをIf-Modified-Sinceを設定して制御する方法でしたが、今回はEtagを利用した方法の紹介です。
実は、前回の方法では、不完全な点がありました。それは、キャ [...]]]></description>
		<wfw:commentRss>http://playispeace.com/blog/597/304_not_modified_http_response_header_etag/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>304 Not Modifiedをhttpレスポンスヘッダで制御する方法（If-Modified-Since偏）</title>
		<link>http://playispeace.com/blog/579/304_not_modified_response_http_header</link>
		<comments>http://playispeace.com/blog/579/304_not_modified_response_http_header#comments</comments>
		<pubDate>Wed, 17 Feb 2010 15:09:37 +0000</pubDate>
		<dc:creator>papettoTV</dc:creator>
				<category><![CDATA[application]]></category>
		<category><![CDATA[ネットワーク]]></category>
		<category><![CDATA[携帯]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[パフォーマンス]]></category>

		<guid isPermaLink="false">http://playispeace.com/blog/?p=579</guid>
		<description><![CDATA[携帯3キャリアのキャッシュ制御をしようとしてたら、304で返すのがいいっぽいということで、まずPC(firefox)で304 Not Modifiedを制御する方法を実装してみました。
前提条件ですが、

制御対象が画像 [...]]]></description>
		<wfw:commentRss>http://playispeace.com/blog/579/304_not_modified_response_http_header/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>固定IPでwebサーバ公開</title>
		<link>http://playispeace.com/blog/92/%e5%9b%ba%e5%ae%9aip%e3%81%a7web%e3%82%b5%e3%83%bc%e3%83%90%e5%85%ac%e9%96%8b</link>
		<comments>http://playispeace.com/blog/92/%e5%9b%ba%e5%ae%9aip%e3%81%a7web%e3%82%b5%e3%83%bc%e3%83%90%e5%85%ac%e9%96%8b#comments</comments>
		<pubDate>Tue, 16 Dec 2008 17:40:06 +0000</pubDate>
		<dc:creator>papettoTV</dc:creator>
				<category><![CDATA[ネットワーク]]></category>
		<category><![CDATA[CTU]]></category>
		<category><![CDATA[DDNS]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[webサーバ]]></category>

		<guid isPermaLink="false">http://playispeace.com/blog/?p=92</guid>
		<description><![CDATA[やっと固定IPでサーバ公開できたので、うれしくってエントリーします！
少し前までDDNS（非固定IP）でwebサーバの公開をしていました。しかし、何かとDDNSが不便だったので、固定IPをwebサーバに割り当てようと思い [...]]]></description>
		<wfw:commentRss>http://playispeace.com/blog/92/%e5%9b%ba%e5%ae%9aip%e3%81%a7web%e3%82%b5%e3%83%bc%e3%83%90%e5%85%ac%e9%96%8b/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
