<?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>session18.net &#187; Software</title>
	<atom:link href="http://www.session18.net/blog/tag/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.session18.net/blog</link>
	<description></description>
	<lastBuildDate>Mon, 26 Jul 2010 04:59:41 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Windows 7 Professional を購入しました</title>
		<link>http://www.session18.net/blog/2009/10/windows-7-professional/</link>
		<comments>http://www.session18.net/blog/2009/10/windows-7-professional/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 14:59:27 +0000</pubDate>
		<dc:creator>yosh</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[買い物]]></category>

		<guid isPermaLink="false">http://www.session18.net/blog/?p=973</guid>
		<description><![CDATA[本日発売の Windows 7 Professional アップグレード を Amazon で購入しました。
6 月 26 日からの先行予約で予約していました。
週末にでもインストールしてみよう。


]]></description>
			<content:encoded><![CDATA[<p>本日発売の <a href="http://www.amazon.co.jp/gp/product/B002OL1XAY?ie=UTF8&#038;tag=session18-22&#038;linkCode=as2&#038;camp=247&#038;creative=1211&#038;creativeASIN=B002OL1XAY">Windows 7 Professional アップグレード</a><img src="http://www.assoc-amazon.jp/e/ir?t=session18-22&#038;l=as2&#038;o=9&#038;a=B002OL1XAY" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> を Amazon で購入しました。</p>
<p>6 月 26 日からの先行予約で予約していました。<br />
週末にでもインストールしてみよう。</p>
<p><a href="http://www.flickr.com/photos/yosh18/4034071209/" title="Windows 7 Professional by yosh18, on Flickr"><img src="http://farm3.static.flickr.com/2766/4034071209_01e8e40ccc_m.jpg" width="240" height="161" alt="Windows 7 Professional" /></a></p>
<p><iframe src="http://rcm-jp.amazon.co.jp/e/cm?t=session18-22&#038;o=9&#038;p=8&#038;l=as1&#038;asins=B002OL1XAY&#038;fc1=000000&#038;IS2=1&#038;lt1=_blank&#038;m=amazon&#038;lc1=0000FF&#038;bc1=000000&#038;bg1=FFFFFF&#038;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.session18.net/blog/2009/10/windows-7-professional/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache の Basic 認証でサブディレクトリを外す</title>
		<link>http://www.session18.net/blog/2008/06/apache-basic-auth/</link>
		<comments>http://www.session18.net/blog/2008/06/apache-basic-auth/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 06:24:20 +0000</pubDate>
		<dc:creator>yosh</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.session18.net/blog/?p=479</guid>
		<description><![CDATA[お仕事の話。
Apache で、とあるディレクトリに対し Basic 認証をかけ、そのディレクトリのサブディレクトリには Basic 認証を外すという必要があったので Apache　のマニュアルを調べてみたら、あった。
 [...]]]></description>
			<content:encoded><![CDATA[<p>お仕事の話。</p>
<p>Apache で、とあるディレクトリに対し Basic 認証をかけ、そのディレクトリのサブディレクトリには Basic 認証を外すという必要があったので Apache　のマニュアルを調べてみたら、あった。</p>
<p><a href="http://httpd.apache.org/docs/2.2/ja/mod/core.html#require" target="_blank">サブディレクトリで制御を解除する方法</a></p>
<p>サンプル↓</p>
<pre>
&lt;Directory "/path/to/protected"&gt;
    AuthName "hoge"
    AuthType Basic
    AuthUserFile /path/to/protected/.htpasswd
    Require valid-user
&lt;/Directory&gt;

&lt;Directory "/path/to/protected/unprotected"&gt;
    Satisfy Any
    Allow from any
&lt;/Directory&gt;
</pre>
<p>これで protected ディレクトリにある unprotected ディレクトリは Basic 認証の適用外になります。<br />
まぁ、こんな構成で運用するほうが仕様として問題があるのではと思うのだけど&#8230;。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.session18.net/blog/2008/06/apache-basic-auth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ウィルスバスター 2008 の迷惑メール判定機能で Bekcy が使えない</title>
		<link>http://www.session18.net/blog/2007/12/virusbuster2008/</link>
		<comments>http://www.session18.net/blog/2007/12/virusbuster2008/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 04:49:01 +0000</pubDate>
		<dc:creator>yosh</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.session18.net/blog/?p=346</guid>
		<description><![CDATA[う～ん、まいった&#8230;。
ウィルスバスターを 2008 にバージョンアップしたら、 迷惑メール判定の仕様が変更になって Becky じゃ使えなくなってしまった&#8230;。
2007 なら [MEIWAKU]  [...]]]></description>
			<content:encoded><![CDATA[<p>う～ん、まいった&#8230;。<br />
ウィルスバスターを 2008 にバージョンアップしたら、 迷惑メール判定の仕様が変更になって Becky じゃ使えなくなってしまった&#8230;。</p>
<p>2007 なら [MEIWAKU] とヘッダーに追加されたので、あとは Becky のフィルタリングマネージャで管理すればいいだけだったのに、 2008 からは特定のメーラ (Outlook) のアドインとして機能する仕様に変更されたのをバージョンアップしてから知った。</p>
<p>最近は Gmail を使うことが多くなってきたけど、今までのメールもあるし、必要なメールは Becky で管理してるしなぁ&#8230;。<br />
他のメーラを排除するようなバージョンアップが行われたとは&#8230;。<br />
とりあえず 2007 に戻すかな。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.session18.net/blog/2007/12/virusbuster2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XAMPP で Apache が起動しない&#8230;</title>
		<link>http://www.session18.net/blog/2007/08/xampp/</link>
		<comments>http://www.session18.net/blog/2007/08/xampp/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 06:40:46 +0000</pubDate>
		<dc:creator>yosh</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.session18.net/blog/?p=319</guid>
		<description><![CDATA[今まで PHP での開発は、 Apache, PHP, PostgreSQL や MySQL を Linux で構築し、開発するという手法で長年やってきましたが、
XAMPP は、どうなんでしょ&#8230;となんとなく [...]]]></description>
			<content:encoded><![CDATA[<p>今まで PHP での開発は、 Apache, PHP, PostgreSQL や MySQL を Linux で構築し、開発するという手法で長年やってきましたが、<br />
<a href="http://www.apachefriends.org/jp/xampp-windows.html" target="_blank">XAMPP</a> は、どうなんでしょ&#8230;となんとなく思って XAMPP 2.5 をインストール。</p>
<p>インストールはさくっと問題なく完了。<br />
そして XAMPP コントロールパネルから Apache の開始をクリック。これも問題ないだろうと思っていると&#8230;<br />
あれ！？起動しない&#8230;。<br />
MySQL は起動する&#8230;。</p>
<p>サービス経由での起動だったので、イベントビューアでログの確認。</p>
<p><code>&gt;&gt;&gt; (OS 10048)通常、各ソケット アドレスに対してプロトコル、ネットワーク アドレス、またはポートのどれか 1 つのみを使用できます。</code></p>
<p>のメッセージが残っていました。<br />
ググってみると Port 80 が Skype で使っている可能性ありと&#8230;。</p>
<p>ん！？<br />
Skype は入れているな&#8230;。<br />
[詳細]-[接続] を見てみると、<br />
[上記のポートに代わり、ポート80を使用] にチェックが入っている。<br />
このチェックを外して、 Apache を起動すると、起動成功。</p>
<p>Skype のデフォルトが上記の設定になっているので XAMPP を使う際には注意が必要ですね。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.session18.net/blog/2007/08/xampp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Amazon からの刺客</title>
		<link>http://www.session18.net/blog/2005/09/from-amazon/</link>
		<comments>http://www.session18.net/blog/2005/09/from-amazon/#comments</comments>
		<pubDate>Wed, 07 Sep 2005 16:13:10 +0000</pubDate>
		<dc:creator>yosh</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.session18.net/blog/?p=158</guid>
		<description><![CDATA[Amazon からコレが届いたけど、アレが届かないと遊べないなぁ&#8230;
明日には届くかな&#8230;台風 14 号が北海道を直撃しているけど&#8230;



バトルフィールド2エレクトロニック・アーツ  2 [...]]]></description>
			<content:encoded><![CDATA[<p>Amazon からコレが届いたけど、アレが届かないと遊べないなぁ&#8230;<br />
明日には届くかな&#8230;台風 14 号が北海道を直撃しているけど&#8230;</p>
<table border="0" cellpadding="5">
<tr>
<td valign="top"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/B0009WEAGY/session18-22/ref=nosim/" target="_blank"><img src="http://images.amazon.com/images/P/B0009WEAGY.01._SCMZZZZZZZ_.jpg" alt="B0009WEAGY" border="0" /></a></td>
<td valign="top"><font size="-1"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/B0009WEAGY/session18-22/ref=nosim/" target="_blank">バトルフィールド2</a></font><font size="-1">エレクトロニック・アーツ  2005-07-07<br />
売り上げランキング : 18<br />
おすすめ平均  <img src="http://g-images.amazon.com/images/G/01/detail/stars-4-5.gif" /></font></p>
<p><font size="-1"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/B0009WEAGY/session18-22/ref=nosim/" target="_blank">Amazonで詳しく見る</a></font> <font size="-2">by <a href="http://www.goodpic.com/mt/aws/index.html">G-Tools</a></font></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.session18.net/blog/2005/09/from-amazon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
