<?xml version="1.0" encoding="UTF-8"?>
<feed 
  xmlns="http://www.w3.org/2005/Atom" 
  xml:lang="ja"> 
<title>Proxyとか</title>
<subtitle>ネット界隈と時事ニュースなどの日常の何気ない話題が中心な信憑性もなければ公平性もない偏った素人のメモ。</subtitle>
<id>tag:fula.jp,2012:blog,</id>
<link href="http://fula.jp/blog/atom.xml" rel="self" />
<author>
<name>fula.jp</name>
</author>
<updated>2012-05-06T13:23:00+09:00</updated>


<entry>
<title>YAMAHA RTX810 静的IPマスカレード ポート変換 の設定例</title>
<link rel="alternate" type="text/html" href="http://fula.jp/blog/index.php?no=r899" />
<published>2012-05-06T11:00:49+09:00</published>
<updated>2012-05-06T11:00:49Z</updated>
<id>tag:fula.jp,2012:r899</id>
<summary type="html">YAMAHA RTX810 静的IPマスカレード ポート変換 の設定例My_Server_IP にはローカルIPアドレス(192.168.1.1 など)が入ります。## IP filter configuration#ip filter 200080 pass * My_Server_IP tcp * wwwip filter 200081 pass * My_Server_IP tcp * pop3ip filter 200082 pass * My_Server_IP tcp * smtpip filter 200083 ...</summary>
<author>
<name>admin</name>
<email>w&#x65;&#x62;ma&#115;t&#101;&#x72;&#x40;m&#x61;&#105;l&#x2e;&#102;ula&#46;&#x6a;p</email>
</author>
<category scheme="http://xmlns.com/wordnet/1.6/" term="Server"/>
<content type="html">
<![CDATA[
<p>
YAMAHA RTX810 静的IPマスカレード ポート変換 の設定例</p>
<div class="border">
<p>
My_Server_IP にはローカルIPアドレス(192.168.1.1 など)が入ります。<br />
<br />
#<br />
# IP filter configuration<br />
#<br />
<br />
ip filter 200080 pass * My_Server_IP tcp * www<br />
ip filter 200081 pass * My_Server_IP tcp * pop3<br />
ip filter 200082 pass * My_Server_IP tcp * smtp<br />
ip filter 200083 pass * My_Server_IP tcp * 587<br />
<br />
#<br />
# NAT Descriptor configuration<br />
#<br />
<br />
nat descriptor type 1000 masquerade<br />
nat descriptor masquerade static 1000 1 My_Server_IP tcp www<br />
nat descriptor masquerade static 1000 2 My_Server_IP tcp pop3<br />
nat descriptor masquerade static 1000 3 My_Server_IP tcp smtp<br />
<span style="color:red;">
# ポート変換の設定 ポート587への接続をポート25(smtp)へ流す</span>
<br />
nat descriptor masquerade static 1000 4 My_Server_IP tcp 587=smtp</p>
</div>
<br />
<br />
<p>
Outbound Port 25 Blocking によりサブミッションポート587を使い、メールサーバーへアクセスする場合の設定例です。プロバイダー等のメールサーバから送られてきた通常のメールはSMTPポート25へそのまま流し、主に自分ですが外部から自所のメールサーバーへ送信する場合に更にサブミッションポート587を経由してアクセスしなければなりません。その場合ポート587に届いた通信を内部サーバが待ち受けているポート25に変換してあげる必要があります。</p>
<p>
YAMAHA RTX810 の場合上記の設定をGUIからも行なうことができます。</p>
<div class="border">
<p>
[トップ] ＞ [詳細設定と情報] ＞ [基本接続の詳細な設定] ＞ [プロバイダの修正(PP[01])] ＞ [静的IPマスカレード関連(フィルタの自動定義：80番～94番)</p>
</div>
<p>
静的IPマスカレードの設定をすると自動的にIPv4 静的IPフィルタの一覧にも項目が追加されますが、最後の 587=smtp の設定部分のエントリーで自動追加される項目が<br />
 <br />
ip filter 200082 pass * My_Server_IP tcp * smtp<br />
<br />
となってしまうので、手動で<br />
<br />
ip filter 200083 pass * My_Server_IP tcp * 587<br />
<br />
に書き換える必要があります。</p>
<p>
外部ポートと内部ポート変換の設定が587=smtpとか特殊なやり方をするのではなく、どうせなら標準のGUIからもっとわかりやすく設定出来れば良いのになと思った。</p>
<p>
<em>
参考サイト</em>
<br />
<a href="http://icecoffe2.blog.so-net.ne.jp/2011-12-13" target="_blank" title="楽しいことばっかりでもないが楽しい！ :: YMAHA RTシリーズ　ポート変換">
YMAHA RTシリーズ　ポート変換</a>
</p>

]]>
</content>
</entry>

<entry>
<title>プロバイダからマルウエア判定されてしまった。</title>
<link rel="alternate" type="text/html" href="http://fula.jp/blog/index.php?no=r898" />
<published>2012-04-25T21:31:16+09:00</published>
<updated>2012-04-25T21:31:16Z</updated>
<id>tag:fula.jp,2012:r898</id>
<summary type="html">本日、プロバイダからメールではなく、電話で取り急ぎの連絡があり、当所の、あるファイルがマルウエア判定されてしまった。2005年にavexのサイトが改ざんされた時の記録の記事で使ったファイルだったのになぁと。白黒判定！！お願いします？。外部と通信するとか、ブラウザをクラッシュするとか、そういうものではありませ ...</summary>
<author>
<name>admin</name>
<email>w&#x65;&#x62;ma&#115;t&#101;&#x72;&#x40;m&#x61;&#105;l&#x2e;&#102;ula&#46;&#x6a;p</email>
</author>
<category scheme="http://xmlns.com/wordnet/1.6/" term="net"/>
<content type="html">
<![CDATA[
<p>
本日、プロバイダからメールではなく、電話で取り急ぎの連絡があり、当所の、あるファイルがマルウエア判定されてしまった。2005年に<a href="http://fula.jp/blog/index.php?no=r661" target="_self" title="avex webサイト 改竄?">
avexのサイトが改ざんされた時の記録</a>
の記事で使ったファイルだったのになぁと。</p>
<p>
白黒判定！！お願いします？。外部と通信するとか、ブラウザをクラッシュするとか、そういうものではありませんが自己責任で。マトリックス風の文字が流れる感じの視覚的主張があるjavascriptを含んだhtmlファイルです。<br />
<a href="./image/malware_plala.html" target="_blank" title="マルウエアではありませんが自己責任で。">
マルウエア判定されたものと同様であろうファイル</a>
</p>
<p>
マルウエア判定に不服が残るものの、プロバイダの素早い対応に感謝している。厄介なものを垂れ流すリスクをプロバイダが把握してくれるんだから。</p>
<p>
ただ、問題が一つあって、問題のあるかもしれないマルウエアであろうファイルを教えてくれない。言葉の隅にヒントらしき言葉はあるものの、こちらから自己申告(自己発見)するまでどのファイルがマルウエア扱いなのか教えてくれない。個人情報云々とかで。もし自分で発見できず、自己対処できない場合はプロバイダ契約破棄だそうな。</p>
<p>
できれば、良いプロバイダなので退会させられたくない。この記事もマルウエア判定かもね。</p>

]]>
</content>
</entry>

<entry>
<title>38.111.147.83 TurnitinBot/2.1 のアクセスが酷すぎる</title>
<link rel="alternate" type="text/html" href="http://fula.jp/blog/index.php?no=r896" />
<published>2012-02-19T10:42:25+09:00</published>
<updated>2012-02-19T10:42:25Z</updated>
<id>tag:fula.jp,2012:r896</id>
<summary type="html">Ip:38.111.147.83 UserAgent:TurnitinBot/2.1 (http://www.turnitin.com/robot/crawlerinfo.html)WHOIS情報 - turnitin.com[Querying whois.verisign-grs.com][whois.verisign-grs.com]Whois Server Version 2.0Domain names in the .com and .net domains can now be registeredwith many different competing registrars. ...</summary>
<author>
<name>admin</name>
<email>w&#x65;&#x62;ma&#115;t&#101;&#x72;&#x40;m&#x61;&#105;l&#x2e;&#102;ula&#46;&#x6a;p</email>
</author>
<category scheme="http://xmlns.com/wordnet/1.6/" term="net"/>
<content type="html">
<![CDATA[
<p>
Ip:38.111.147.83 UserAgent:TurnitinBot/2.1 (http://www.turnitin.com/robot/crawlerinfo.html)</p>
<blockquote>
<p>
WHOIS情報 - turnitin.com</p>
<p>
[Querying whois.verisign-grs.com]<br />
[whois.verisign-grs.com]<br />
Whois Server Version 2.0<br />
Domain names in the .com and .net domains can now be registered<br />
with many different competing registrars. Go to http://www.internic.net<br />
for detailed information.<br />
 Domain Name: TURNITIN.COM<br />
 Registrar: NETWORK SOLUTIONS, LLC.<br />
 Whois Server: whois.networksolutions.com<br />
 Referral URL: http://www.networksolutions.com/en_US/<br />
 Name Server: NS1.IPARADIGMS.COM<br />
 Name Server: NS1.TURNITIN.NET<br />
 Status: clientTransferProhibited<br />
 Updated Date: 05-oct-2011<br />
 Creation Date: 25-jun-1999<br />
 Expiration Date: 25-jun-2021<br />
>
>
>
 Last update of whois database: Sun, 19 Feb 2012 01:21:27 UTC</p>
</blockquote>
<p>
この組織からのアクセスがあまりにも酷い。robots.txt 云々は通り越して、上位ネットワークごとFW。403のリソースがもったいない。</p>

]]>
</content>
</entry>

<entry>
<title>μ-s ver2.09 (myu-s ver2.09) の不具合に伴うコードの修正</title>
<link rel="alternate" type="text/html" href="http://fula.jp/blog/index.php?no=r894" />
<published>2012-02-16T20:49:36+09:00</published>
<updated>2012-02-16T20:49:36Z</updated>
<id>tag:fula.jp,2012:r894</id>
<summary type="html">当所もブログで使わせていただいているPHPスクリプト、myu-s ver2.09に不具合が見つかったようです。セキュリティーに関係するのでmyu-sを利用されている方はコードの修正が必要となります。http://www.fleugel.com/doc/mnews.html当ウェブサイトで過去に公開していた簡易ウェブログシステムμ-sにおいて、 脆弱性が存在す?...</summary>
<author>
<name>admin</name>
<email>w&#x65;&#x62;ma&#115;t&#101;&#x72;&#x40;m&#x61;&#105;l&#x2e;&#102;ula&#46;&#x6a;p</email>
</author>
<category scheme="http://xmlns.com/wordnet/1.6/" term="Webprog"/>
<content type="html">
<![CDATA[
<p>
当所もブログで使わせていただいているPHPスクリプト、myu-s ver2.09に不具合が見つかったようです。セキュリティーに関係するのでmyu-sを利用されている方はコードの修正が必要となります。</p>
<a href="http://www.fleugel.com/doc/mnews.html" target="_top" title="μ-s ver2.09の不具合について">
http://www.fleugel.com/doc/mnews.html</a>
<blockquote>
<p>
当ウェブサイトで過去に公開していた簡易ウェブログシステムμ-sにおいて、 脆弱性が存在する旨の報告がセキュリティ関係機関より報告がありました。</p>
 <p>
現在ご利用しているユーザーの方にはお手数をおかけしますが、 アップデート版を更新していただく必要があります。</p>
</blockquote>
<blockquote>
<p style="list-style-type:none;">
include/system.php のファイルをメモ帳などで開き、700行目付近に、 <br />
<br />
 function search($val){<br />
 global $output_html,$log_arr,$log_arr2,$logdir;<br />
<br />
 // ログをチェック。<br />
 check_log($logdir);<br />
 check_log2($logdir); <br />
 という箇所がありますので、その下の行に、 <br />
<br />
 check_log($logdir);<br />
 check_log2($logdir);<br />
<span style="color:red;">
$val = htmlspecialchars($val, ENT_QUOTES);</span>
<br />
 <br />
というように赤字の部分を追加します。</p>
</blockquote>
<p>
ユーザーが何らかのコードを送信する部分に関する変数のサニタイズは必ず必要になると思います。今回もこの部分に関しての修正ですが、ファイル書き込みとは無関係な部分なのは幸いだと思います。</p>
<p>
<em>
サイト内関連記事</em>
<br />
<a href="http://fula.jp/blog/index.php?no=r105" target="_self" title="2004/06/06(Sun) 21:13:15">
スクリプト myu-s がバージョンアップ</a>
</p>
<p>
※上記の関連記事内のファイルも本日付けで差し替えてあります。</p>
<p>
<strong>
8年前の無償スクリプトのサポート</strong>
の為に、わざわざ、<a href="http://www.fleugel.com/" target="_top" title="FLEUGELz">
FLEUGELz</a>
のmizuki様より直接連絡をいただき、本当に頭の下がる思いです。</p>
<p>
余談ですが、<a href="http://www.fleugel.com/" target="_top" title="FLEUGELz">
FLEUGELz</a>
様のサイトはしばらくノーコンテンツな空白ページの期間が数年間続いていたように思いますが、今回のような場合を含め、ドメインの維持は大切ですね。webserverの稼働とドメインの生死は気にしていました。はい。</p>

]]>
</content>
</entry>

<entry>
<title>Apache HTTP Server 2.2.22 Released</title>
<link rel="alternate" type="text/html" href="http://fula.jp/blog/index.php?no=r893" />
<published>2012-02-02T02:23:00+09:00</published>
<updated>2012-02-02T02:23:00Z</updated>
<id>tag:fula.jp,2012:r893</id>
<summary type="html">Apache HTTP Server 2.2.22 がリリースされました。Changes with Apache 2.2.22  Changes with Apache 2.2.22  *) SECURITY: CVE-2011-3368 (cve.mitre.org)     Reject requests where the request-URI does not match the HTTP     specification, preventing unexpected expansion of target URLs in     some reverse p ...</summary>
<author>
<name>admin</name>
<email>w&#x65;&#x62;ma&#115;t&#101;&#x72;&#x40;m&#x61;&#105;l&#x2e;&#102;ula&#46;&#x6a;p</email>
</author>
<category scheme="http://xmlns.com/wordnet/1.6/" term="Server"/>
<content type="html">
<![CDATA[
<p>
Apache HTTP Server 2.2.22 がリリースされました。</p>
<a href="http://archive.apache.org/dist/httpd/CHANGES_2.2.22" target="_top" title="Changes with Apache 2.2.22">
Changes with Apache 2.2.22</a>
<blockquote>
  Changes with Apache 2.2.22<br />
<br />
  *) SECURITY: CVE-2011-3368 (cve.mitre.org)<br />
     Reject requests where the request-URI does not match the HTTP<br />
     specification, preventing unexpected expansion of target URLs in<br />
     some reverse proxy configurations.  [Joe Orton]<br />
<br />
  *) SECURITY: CVE-2011-3607 (cve.mitre.org)<br />
     Fix integer overflow in ap_pregsub() which, when the mod_setenvif module<br />
     is enabled, could allow local users to gain privileges via a .htaccess<br />
     file. [Stefan Fritsch, Greg Ames]<br />
<br />
  *) SECURITY: CVE-2011-4317 (cve.mitre.org)<br />
     Resolve additional cases of URL rewriting with ProxyPassMatch or<br />
     RewriteRule, where particular request-URIs could result in undesired<br />
     backend network exposure in some configurations.<br />
     [Joe Orton]<br />
<br />
  *) SECURITY: CVE-2012-0021 (cve.mitre.org)<br />
     mod_log_config: Fix segfault (crash) when the '%{cookiename}C' log format<br />
     string is in use and a client sends a nameless, valueless cookie, causing<br />
     a denial of service. The issue existed since version 2.2.17. PR 52256.<br />
     [Rainer Canavan <rainer-apache 7val com>
]<br />
<br />
  *) SECURITY: CVE-2012-0031 (cve.mitre.org)<br />
     Fix scoreboard issue which could allow an unprivileged child process <br />
     could cause the parent to crash at shutdown rather than terminate <br />
     cleanly.  [Joe Orton]<br />
<br />
  *) SECURITY: CVE-2012-0053 (cve.mitre.org)<br />
     Fix an issue in error responses that could expose "httpOnly" cookies<br />
     when no custom ErrorDocument is specified for status code 400.<br />
     [Eric Covener]<br />
<br />
  *) mod_proxy_ajp: Try to prevent a single long request from marking a worker<br />
     in error. [Jean-Frederic Clere]<br />
<br />
  *) config: Update the default mod_ssl configuration: Disable SSLv2, only<br />
     allow >
= 128bit ciphers, add commented example for speed optimized cipher<br />
     list, limit MSIE workaround to MSIE <= 5. [Kaspar Brand]<br />
<br />
  *) core: Fix segfault in ap_send_interim_response(). PR 52315.<br />
     [Stefan Fritsch]<br />
<br />
  *) mod_log_config: Prevent segfault. PR 50861. [Torsten F???&#189;rtsch<br />
     <torsten.foertsch gmx.net>
]<br />
<br />
  *) mod_win32: Invert logic for env var UTF-8 fixing.<br />
     Now we exclude a list of vars which we know for sure they dont hold UTF-8<br />
     chars; all other vars will be fixed. This has the benefit that now also<br />
     all vars from 3rd-party modules will be fixed. PR 13029 / 34985.<br />
     [Guenter Knauf]<br />
<br />
  *) core: Fix hook sorting for Perl modules, a regression introduced in<br />
     2.2.21. PR: 45076. [Torsten Foertsch <torsten foertsch gmx net>
]<br />
<br />
  *) Fix a regression introduced by the CVE-2011-3192 byterange fix in 2.2.20:<br />
     A range of '0-' will now return 206 instead of 200. PR 51878.<br />
     [Jim Jagielski]<br />
<br />
  *) Example configuration: Fix entry for MaxRanges (use "unlimited" instead<br />
     of "0").  [Rainer Jung]<br />
<br />
  *) mod_substitute: Fix buffer overrun.  [Ruediger Pluem, Rainer Jung]<br />
</blockquote>
<p>
セキュリティーバージョンなので速やかにアップデートしましょう。</p>
<p>
<a href="http://archive.apache.org/dist/httpd/" target="_top" title="Download">
Apache 2.2.22 Download</a>
</p>
<p>
<em>
サイト内関連記事</em>
<br />
<a href="http://fula.jp/blog/index.php?no=r886" target="_self" title="Apacheの脆弱性を攻撃するツール Apache Killer 対策">
Apacheの脆弱性を攻撃するツール Apache Killer 対策</a>
</p>

]]>
</content>
</entry>

<entry>
<title>TPP</title>
<link rel="alternate" type="text/html" href="http://fula.jp/blog/index.php?no=r891" />
<published>2011-11-11T02:01:30+09:00</published>
<updated>2011-11-11T02:01:30Z</updated>
<id>tag:fula.jp,2011:r891</id>
<summary type="html">日本国の為にならない事をなぜ急ぐ。世界の不幸を輸入するな。 ...</summary>
<author>
<name>admin</name>
<email>w&#x65;&#x62;ma&#115;t&#101;&#x72;&#x40;m&#x61;&#105;l&#x2e;&#102;ula&#46;&#x6a;p</email>
</author>
<category scheme="http://xmlns.com/wordnet/1.6/" term="日本"/>
<content type="html">
<![CDATA[
<p>
日本国の為にならない事をなぜ急ぐ。世界の不幸を輸入するな。</p>

]]>
</content>
</entry>

<entry>
<title>Apache mod_cache mod_mem_cache の設定例</title>
<link rel="alternate" type="text/html" href="http://fula.jp/blog/index.php?no=r889" />
<published>2011-09-06T17:58:18+09:00</published>
<updated>2011-09-06T17:58:18Z</updated>
<id>tag:fula.jp,2011:r889</id>
<summary type="html">今回は画像ファイルだけをキャッシュする設定例です。                     1.         2.         3.         4.         5.         6.         7.         8.         9.        10.        11.        12.        13.        14.        15.        16.        17.        18.        19.        20.        21.        ...</summary>
<author>
<name>admin</name>
<email>w&#x65;&#x62;ma&#115;t&#101;&#x72;&#x40;m&#x61;&#105;l&#x2e;&#102;ula&#46;&#x6a;p</email>
</author>
<category scheme="http://xmlns.com/wordnet/1.6/" term="Server"/>
<content type="html">
<![CDATA[
<p>
今回は画像ファイルだけをキャッシュする設定例です。</p>
<div class="border">
<table class="code_viewer" summary="code viewer">
  <tr>
    <td class="code_line_parent">
      <table class="code_line_area" summary="code line no">
        <tr class="code_line_odd" >
<td>
<code>
 1.</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
 2.</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
 3.</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
 4.</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
 5.</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
 6.</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
 7.</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
 8.</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
 9.</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
10.</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
11.</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
12.</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
13.</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
14.</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
15.</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
16.</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
17.</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
18.</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
19.</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
20.</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
21.</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
22.</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
23.</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
24.</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
25.</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
26.</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
27.</code>
</td>
</tr>
      </table>
    </td>
    <td class="code_source_parent">
      <table class="code_source_area" summary="program source code">
        <tr class="code_line_odd" >
<td>
<code>
<span class="keyword_operator">
&lt;</span>
IfModule&nbsp;<span class="keyword_operator">
mod</span>
_cache<span class="keyword_operator">
.</span>
c<span class="keyword_operator">
&gt;</span>
</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
&nbsp;&nbsp;CacheIgnoreCacheControl&nbsp;On</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
&nbsp;&nbsp;CacheIgnoreNoLastMod&nbsp;On</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
&nbsp;&nbsp;CacheDefaultExpire&nbsp;<span class="keyword_number">
86400</span>
</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
&nbsp;&nbsp;CacheMaxExpire&nbsp;<span class="keyword_number">
86400</span>
</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
&nbsp;&nbsp;CacheIgnoreHeaders&nbsp;Set-Cookie</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
&nbsp;&nbsp;#CacheStoreNoStore&nbsp;On</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
&nbsp;&nbsp;#CacheStorePrivate&nbsp;On</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
&nbsp;&nbsp;<span class="keyword_operator">
&lt;</span>
IfModule&nbsp;<span class="keyword_operator">
mod</span>
_mem_cache<span class="keyword_operator">
.</span>
c<span class="keyword_operator">
&gt;</span>
</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
&nbsp;&nbsp;&nbsp;&nbsp;CacheEnable&nbsp;mem&nbsp;/img</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
&nbsp;&nbsp;&nbsp;&nbsp;CacheEnable&nbsp;mem&nbsp;/imgm</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
&nbsp;&nbsp;&nbsp;&nbsp;CacheEnable&nbsp;mem&nbsp;/imgs</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
&nbsp;&nbsp;&nbsp;&nbsp;CacheEnable&nbsp;mem&nbsp;/imgr</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
&nbsp;&nbsp;&nbsp;&nbsp;CacheEnable&nbsp;mem&nbsp;/histogram</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
&nbsp;&nbsp;&nbsp;&nbsp;MCacheMaxObjectCount&nbsp;<span class="keyword_number">
1000</span>
</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
#&nbsp;&nbsp;&nbsp;MCacheMaxObjectSize&nbsp;Byte&nbsp;<span class="keyword_number">
5</span>
M<span class="keyword_operator">
=</span>
<span class="keyword_number">
524288</span>
&nbsp;<span class="keyword_number">
10</span>
M<span class="keyword_operator">
=</span>
<span class="keyword_number">
1048576</span>
</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
&nbsp;&nbsp;&nbsp;&nbsp;MCacheMaxObjectSize&nbsp;<span class="keyword_number">
2097152</span>
</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
#&nbsp;&nbsp;&nbsp;Byte&nbsp;MCacheMaxStreamingBuffer&nbsp;<span class="keyword_number">
5</span>
M<span class="keyword_operator">
=</span>
<span class="keyword_number">
524288</span>
&nbsp;<span class="keyword_number">
10</span>
M<span class="keyword_operator">
=</span>
<span class="keyword_number">
1048576</span>
</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
&nbsp;&nbsp;&nbsp;&nbsp;MCacheMaxStreamingBuffer&nbsp;<span class="keyword_number">
1048576</span>
</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
#&nbsp;&nbsp;&nbsp;MCacheMinObjectSize&nbsp;Byte&nbsp;<span class="keyword_number">
1</span>
K<span class="keyword_operator">
=</span>
<span class="keyword_number">
1024</span>
&nbsp;<span class="keyword_number">
1</span>
M<span class="keyword_operator">
=</span>
<span class="keyword_number">
1048576</span>
</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
&nbsp;&nbsp;&nbsp;&nbsp;MCacheMinObjectSize&nbsp;<span class="keyword_number">
512</span>
</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
#&nbsp;&nbsp;&nbsp;MCacheRemovalAlgorithm&nbsp;LRU&nbsp;or&nbsp;GDSF</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
&nbsp;&nbsp;&nbsp;&nbsp;MCacheRemovalAlgorithm&nbsp;LRU</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
#&nbsp;&nbsp;&nbsp;MCacheSize&nbsp;KByte&nbsp;<span class="keyword_number">
1</span>
GB<span class="keyword_operator">
=</span>
<span class="keyword_number">
1024</span>
MB<span class="keyword_operator">
=</span>
<span class="keyword_number">
1048576</span>
KB</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
&nbsp;&nbsp;&nbsp;&nbsp;MCacheSize&nbsp;<span class="keyword_number">
2097152</span>
</code>
</td>
</tr>
        <tr class="code_line_even">
<td>
<code>
&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword_operator">
&lt;</span>
/IfModule<span class="keyword_operator">
&gt;</span>
</code>
</td>
</tr>
        <tr class="code_line_odd" >
<td>
<code>
<span class="keyword_operator">
&lt;</span>
/IfModule<span class="keyword_operator">
&gt;</span>
</code>
</td>
</tr>
      </table>
    </td>
  </tr>
</table>
</div>
<p>
この様な使い方もありなのじゃないかと。上記例ではキャッシュ有効24時間で2GBのメモリを割り当て、画像ファイル保存ディレクトリをメモリのみにキャッシュする設定となっています。</p>
<p>
メモリも数年前では考えられないくらい価格が下がってきているので無茶もできます。画像転送が多いサイトなどでは有効ではないでしょうか。</p>
<p>
各数値の設定単位が Byte(バイト) と KByte(キロバイト) が混在しているので注意が必要です。MCacheSizeの設定値はKByte(キロバイト)。それ以外がByte(バイト)となっています。</p>
<p>
記事の内容は間違っているかもしれないのであしからず。</p>
<p>
<em>
公式マニュアル</em>
<br />
<a href="http://httpd.apache.org/docs/2.2/ja/mod/mod_cache.html" target="_top" title="Apache モジュール mod_cache">
Apache モジュール mod_cache</a>
</p>

]]>
</content>
</entry>

<entry>
<title>フジテレビ川柳</title>
<link rel="alternate" type="text/html" href="http://fula.jp/blog/index.php?no=r888" />
<published>2011-09-05T16:25:57+09:00</published>
<updated>2011-09-05T16:25:57Z</updated>
<id>tag:fula.jp,2011:r888</id>
<summary type="html">フジテレビ川柳なるものがポストに投函されていました。フジテレビ川柳～視聴者の皆さんにフジテレビにまつわる川柳を読んでもらいました～目にあまる偏向報道フジテレビ宮城県　復興市　様真央ちゃんの目の前本人転んでる北海道　小村正樹　様ここはどこ？私はだあれ？韓日戦愛知県　おいしいお米　様短冊に願いをこめて故 ...</summary>
<author>
<name>admin</name>
<email>w&#x65;&#x62;ma&#115;t&#101;&#x72;&#x40;m&#x61;&#105;l&#x2e;&#102;ula&#46;&#x6a;p</email>
</author>
<category scheme="http://xmlns.com/wordnet/1.6/" term="一般"/>
<content type="html">
<![CDATA[
<p>
フジテレビ川柳なるものがポストに投函されていました。</p>
<p>
<a href="./image/fuji_senryu.jpg" title="フジテレビ川柳 画像">
<img src="./image/s-fuji_senryu.jpg" alt="s-fuji_senryu.jpg" width="400" height="267" title="フジテレビ川柳 :: クリックで拡大します。" />
</a>
<br style="clear: both;" />
</p>
<blockquote>
<h3>
フジテレビ川柳</h3>
<h4>
～視聴者の皆さんにフジテレビにまつわる川柳を読んでもらいました～</h4>
<dl>
<dt>
目にあまる偏向報道フジテレビ</dt>
<dd>
宮城県　復興市　様</dd>
<dt>
真央ちゃんの目の前本人転んでる</dt>
<dd>
北海道　小村正樹　様</dd>
<dt>
ここはどこ？私はだあれ？韓日戦</dt>
<dd>
愛知県　おいしいお米　様</dd>
<dt>
短冊に願いをこめて故郷(くに)帰れ</dt>
<dd>
広島県　リトル棒　様</dd>
<dt>
プルコギの味を私は知りません</dt>
<dd>
東京都　アイノーウェイ　様</dd>
<dt>
どうしたら行けるのだろうこの店に</dt>
<dd>
千葉県　さなえ88　様</dd>
<dt>
キーワード書けばお手当てもらえるの？</dt>
<dd>
東京都　みか鍋　様</dd>
<dt>
本社前デモが起きても知らぬ顔</dt>
<dd>
秋田県　おヅラーマン　様</dd>
</dl>
</blockquote>
<p>
印刷物としてポストに投函されていました。ネットだけの話ではないのですね。これを自ら印刷し、自らの手で実際に撒いた人がいるという事が驚きです。</p>
<br />
<br />
<p>
出展元？　後追いで調べてみました。<br />
<a href="http://chirasihokanko.makibisi.net/sub1b.html##a116" target="_top" title="手作りチラシ集積サイト！～民主主義と世論をマスコミから国民の手に取り戻そう！～">
手作りチラシ集積サイト！～民主主義と世論をマスコミから国民の手に取り戻そう！～</a>
</p>

]]>
</content>
</entry>

<entry>
<title>Apache HTTP Server 2.2.20 Released</title>
<link rel="alternate" type="text/html" href="http://fula.jp/blog/index.php?no=r887" />
<published>2011-08-31T11:39:47+09:00</published>
<updated>2011-08-31T11:39:47Z</updated>
<id>tag:fula.jp,2011:r887</id>
<summary type="html">「Apache Killer」Range header DoS vulnerability Apache HTTPD 1.3/2.x (CVE-2011-3192) への対応修正版 Apache HTTP Server 2.2.20 がリリースされました。Changes with Apache 2.2.20  *) SECURITY: CVE-2011-3192 (cve.mitre.org)     core: Fix handling of byte-range requests to use less memory, to avoid     de ...</summary>
<author>
<name>admin</name>
<email>w&#x65;&#x62;ma&#115;t&#101;&#x72;&#x40;m&#x61;&#105;l&#x2e;&#102;ula&#46;&#x6a;p</email>
</author>
<category scheme="http://xmlns.com/wordnet/1.6/" term="Server"/>
<content type="html">
<![CDATA[
<p>
「Apache Killer」<a href="http://mail-archives.apache.org/mod_mbox/httpd-announce/201108.mbox/%3C20110824161640.122D387DD@minotaur.apache.org%3E" target="_top" title="Range header DoS vulnerability Apache HTTPD 1.3/2.x (CVE-2011-3192)">
Range header DoS vulnerability Apache HTTPD 1.3/2.x (CVE-2011-3192)</a>
 への対応修正版 Apache HTTP Server 2.2.20 がリリースされました。</p>
<br />
<a href="http://archive.apache.org/dist/httpd/CHANGES_2.2.20" target="_top" title="Changes with Apache 2.2.20">
Changes with Apache 2.2.20</a>
<blockquote>
  *) SECURITY: CVE-2011-3192 (cve.mitre.org)<br />
     core: Fix handling of byte-range requests to use less memory, to avoid<br />
     denial of service. If the sum of all ranges in a request is larger than<br />
     the original file, ignore the ranges and send the complete file.<br />
     PR 51714. [Stefan Fritsch, Jim Jagielski, Ruediger Pluem, Eric Covener]<br />
<br />
  *) mod_authnz_ldap: If the LDAP server returns constraint violation,<br />
     don't treat this as an error but as "auth denied". [Stefan Fritsch]<br />
<br />
  *) mod_filter: Fix FilterProvider conditions of type "resp=" (response<br />
     headers) for CGI. [Joe Orton, Rainer Jung]<br />
<br />
  *) mod_reqtimeout: Fix a timed out connection going into the keep-alive<br />
     state after a timeout when discarding a request body. PR 51103.<br />
     [Stefan Fritsch]<br />
<br />
  *) core: Do the hook sorting earlier so that the hooks are properly sorted<br />
     for the pre_config hook and during parsing the config. [Stefan Fritsch]<br />
<br />
  [Apache 2.1.0-dev includes those bug fixes and changes with the<br />
   Apache 2.0.xx tree as documented, and except as noted, below.]<br />
<br />
Changes with Apache 2.0.x and later:<br />
<br />
  *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup</blockquote>
<p>
セキュリティーバージョンなので速やかにアップデートしましょう。</p>
<p>
<a href="http://archive.apache.org/dist/httpd/" target="_top" title="Download">
Apache 2.2.20 Download</a>
</p>
<p>
<em>
サイト内関連記事</em>
<br />
<a href="http://fula.jp/blog/index.php?no=r886" target="_self" title="Apacheの脆弱性を攻撃するツール Apache Killer 対策">
Apacheの脆弱性を攻撃するツール Apache Killer 対策</a>
</p>

]]>
</content>
</entry>

<entry>
<title>Apacheの脆弱性を攻撃するツール Apache Killer 対策</title>
<link rel="alternate" type="text/html" href="http://fula.jp/blog/index.php?no=r886" />
<published>2011-08-26T04:22:46+09:00</published>
<updated>2011-08-26T04:22:46Z</updated>
<id>tag:fula.jp,2011:r886</id>
<summary type="html">「Apache Killer」が流行っているようです。被害を受けるApacheは1.3系および2系の全バージョン。48時間以内にリリースされるであろうパッチリリースまで各自での対策が必要です。対策方法Range header DoS vulnerability Apache HTTPD 1.3/2.x (CVE-2011-3192)-----BEGIN PGP SIGNED MESSAGE-----Hash: SHA1          Apac ...</summary>
<author>
<name>admin</name>
<email>w&#x65;&#x62;ma&#115;t&#101;&#x72;&#x40;m&#x61;&#105;l&#x2e;&#102;ula&#46;&#x6a;p</email>
</author>
<category scheme="http://xmlns.com/wordnet/1.6/" term="Server"/>
<content type="html">
<![CDATA[
<p>
「Apache Killer」が流行っているようです。被害を受けるApacheは1.3系および2系の全バージョン。<br />
48時間以内にリリースされるであろうパッチリリースまで各自での対策が必要です。</p>
<p>
対策方法<br />
<a href="http://mail-archives.apache.org/mod_mbox/httpd-announce/201108.mbox/%3C20110824161640.122D387DD@minotaur.apache.org%3E" target="_blank" title="Advisory: Range header DoS vulnerability Apache HTTPD 1.3/2.x (CVE-2011-3192)">
Range header DoS vulnerability Apache HTTPD 1.3/2.x (CVE-2011-3192)</a>
</p>
<blockquote>
<p>
-----BEGIN PGP SIGNED MESSAGE-----<br />
Hash: SHA1<br />
<br />
          Apache HTTPD Security ADVISORY<br />
          ==============================<br />
<br />
Title:    Range header DoS vulnerability Apache HTTPD 1.3/2.x<br />
<br />
CVE:      CVE-2011-3192: <br />
Date:     20110824 1600Z<br />
Product:  Apache HTTPD Web Server<br />
Versions: Apache 1.3 all versions, Apache 2 all versions<br />
<br />
Description:<br />
============<br />
<br />
A denial of service vulnerability has been found in the way the multiple <br />
overlapping ranges are handled by the Apache HTTPD server:<br />
<br />
     http://seclists.org/fulldisclosure/2011/Aug/175 <br />
<br />
An attack tool is circulating in the wild. Active use of this tools has <br />
been observed.<br />
<br />
The attack can be done remotely and with a modest number of requests can <br />
cause very significant memory and CPU usage on the server. <br />
<br />
The default Apache HTTPD installation is vulnerable.<br />
<br />
There is currently no patch/new version of Apache HTTPD which fixes this <br />
vulnerability. This advisory will be updated when a long term fix <br />
is available. <br />
<br />
A full fix is expected in the next 48 hours. <br />
<br />
Mitigation:<br />
============<br />
<br />
However there are several immediate options to mitigate this issue until <br />
a full fix is available:<br />
<br />
1) Use SetEnvIf or mod_rewrite to detect a large number of ranges and then<br />
   either ignore the Range: header or reject the request.<br />
<br />
   Option 1: (Apache 2.0 and 2.2)<br />
<br />
          # Drop the Range header when more than 5 ranges.<br />
          # CVE-2011-3192<br />
          SetEnvIf Range (,.*?){5,} bad-range=1<br />
          RequestHeader unset Range env=bad-range<br />
<br />
          # optional logging.<br />
          CustomLog logs/range-CVE-2011-3192.log common env=bad-range<br />
<br />
   Option 2: (Also for Apache 1.3)<br />
<br />
          # Reject request when more than 5 ranges in the Range: header.<br />
          # CVE-2011-3192<br />
          #<br />
          RewriteEngine on<br />
          RewriteCond %{HTTP:range} !(^bytes=[^,]+(,[^,]+){0,4}$|^$)<br />
          RewriteRule .* - [F]<br />
<br />
   The number 5 is arbitrary. Several 10's should not be an issue and may be<br />
   required for sites which for example serve PDFs to very high end eReaders<br />
   or use things such complex http based video streaming.<br />
<br />
2) Limit the size of the request field to a few hundred bytes. Note that while <br />
   this keeps the offending Range header short - it may break other headers; <br />
   such as sizeable cookies or security fields. <br />
<br />
          LimitRequestFieldSize 200<br />
<br />
   Note that as the attack evolves in the field you are likely to have<br />
   to further limit this and/or impose other LimitRequestFields limits.<br />
<br />
   See: http://httpd.apache.org/docs/2.2/mod/core.html#limitrequestfieldsize<br />
<br />
3) Use mod_headers to completely dis-allow the use of Range headers:<br />
<br />
          RequestHeader unset Range <br />
<br />
   Note that this may break certain clients - such as those used for<br />
   e-Readers and progressive/http-streaming video.<br />
<br />
4) Deploy a Range header count module as a temporary stopgap measure:<br />
<br />
     http://people.apache.org/~dirkx/mod_rangecnt.c<br />
<br />
   Precompiled binaries for some platforms are available at:<br />
<br />
	http://people.apache.org/~dirkx/BINARIES.txt<br />
<br />
5) Apply any of the current patches under discussion - such as:<br />
<br />
   http://mail-archives.apache.org/mod_mbox/httpd-dev/201108.mbox/%3cCAAPSnn2PO-d-C4nQt_TES2RRWiZr7urefhTKPWBC1b+K1Dqc7g@mail.gmail.com%3e<br />
<br />
Actions:<br />
========<br />
<br />
Apache HTTPD users who are concerned about a DoS attack against their server <br />
should consider implementing any of the above mitigations immediately. <br />
<br />
When using a third party attack tool to verify vulnerability - know that most <br />
of the versions in the wild currently check for the presence of mod_deflate; <br />
and will (mis)report that your server is not vulnerable if this module is not <br />
present. This vulnerability is not dependent on presence or absence of <br />
that module.<br />
<br />
Planning:<br />
=========<br />
<br />
This advisory will be updated when new information, a patch or a new release <br />
is available. A patch or new apache release for Apache 2.0 and 2.2 is expected <br />
in the next 48 hours. Note that, while popular, Apache 1.3 is deprecated.<br />
<br />
<br />
-----BEGIN PGP SIGNATURE-----<br />
Version: GnuPG v1.4.11 (Darwin)<br />
<br />
iEYEARECAAYFAk5VI+MACgkQ/W+IxiHQpxsz4wCgipR6nQmd45hAgFmI/8dHULLF<br />
BtoAmQGsi2efZKibpaSMI+aCt8fQgWgS<br />
=11BG<br />
-----END PGP SIGNATURE-----</p>
</blockquote>
<p>
世界中が大混乱するレベルの大きな脆弱性ですね</p>

]]>
</content>
</entry>

<entry>
<title>04WebServer 1.91 リリース</title>
<link rel="alternate" type="text/html" href="http://fula.jp/blog/index.php?no=r885" />
<published>2011-08-15T10:19:15+09:00</published>
<updated>2011-08-15T10:19:15Z</updated>
<id>tag:fula.jp,2011:r885</id>
<summary type="html">04WebServer 1.91 が数年ぶりにニューリリースされました。04WebServer 1.91リリース 04WebServer 1.91リリース 更新日 2011/08/14 00:57:48記事 04WebServer 1.91をリリースしました。[更新点]Windows Vista/7に対応サーバコントローラが稀に起動しなくなる不具合を修正中間証明書の読み込みに対応（全ての証明書を1個の証 ...</summary>
<author>
<name>admin</name>
<email>w&#x65;&#x62;ma&#115;t&#101;&#x72;&#x40;m&#x61;&#105;l&#x2e;&#102;ula&#46;&#x6a;p</email>
</author>
<category scheme="http://xmlns.com/wordnet/1.6/" term="Server"/>
<content type="html">
<![CDATA[
<p>
04WebServer 1.91 が数年ぶりにニューリリースされました。</p>
<a href="http://soft3304.net/04WebServer/view_04webserver.php?Tag=Release" target="_blank" title="04WebServer 1.91リリース">
04WebServer 1.91リリース <04WebServer ,News ,Release>
</a>
<blockquote>
<p>
04WebServer 1.91リリース <04WebServer ,News ,Release>
<br />
更新日 2011/08/14 00:57:48<br />
記事 04WebServer 1.91をリリースしました。</p>
[更新点]<ul>
<li>
Windows Vista/7に対応</li>
<li>
サーバコントローラが稀に起動しなくなる不具合を修正</li>
<li>
中間証明書の読み込みに対応（全ての証明書を1個の証明書ファイルに統合する必要あり）</li>
<li>
WebDAVの互換性を向上(Windows7の「ネットワークの場所を追加する」、MacOS Xの「サーバへ接続」、iOSのGoodReaderで動作確認)</li>
<li>
CGIでターゲットが実行ファイルでない場合、環境変数にREDIRECT_STATUSを設定するよう変更（PHPインタプリタ用）</li>
<li>
ディレクトリ設定の上下移動機能を追加</li>
<li>
SSLの秘密鍵・サイト証明書作成で、ビット強度を1024-8192の間で選択できるよう変更。</li>
<br />
<li>
OpenSSLライブラリを1.0.0dへ更新</li>
<li>
サーバ・コントローラ間の通信方法をCOMから名前付きパイプに変更</li>
<li>
開発環境をVisualStudio 2008に変更</li>
<li>
インストーラの開発環境をWix 3.5に変更</li>
<li>
MSBuildによるビルド環境を整備</li>
</ul>
</blockquote>
<p>
04WebServerはWindowsで動作するWebServerソフトです。Apacheより格段に簡単にWebServerを構築することが出来ます。文字コード等を気にする事無く、日本語環境でWebDAVを簡単に構築できる事も特記したいと思います。Apacheと同等な複雑な動きは出来ませんが、個人で使う分には速度も十分に実用域だと思います。</p>

]]>
</content>
</entry>

<entry>
<title>gdipp_setting.xml の設定例</title>
<link rel="alternate" type="text/html" href="http://fula.jp/blog/index.php?no=r883" />
<published>2011-04-17T14:24:37+09:00</published>
<updated>2011-04-17T14:24:37Z</updated>
<id>tag:fula.jp,2011:r883</id>
<summary type="html">好みにもよると思うのですが、Windows7 64bit標準のフォントは見るに耐えません。gdipphttp://code.google.com/p/gdipp/ gdippをインストールする事によってましになります。gdipp適用前 Windows7 64bit標準フォントgdipp適用後 Windows7 64bit標準フォントgdipp_setting.xml設定例インラインフレームを使用しています。新?...</summary>
<author>
<name>admin</name>
<email>w&#x65;&#x62;ma&#115;t&#101;&#x72;&#x40;m&#x61;&#105;l&#x2e;&#102;ula&#46;&#x6a;p</email>
</author>
<category scheme="http://xmlns.com/wordnet/1.6/" term="tool"/>
<content type="html">
<![CDATA[
好みにもよると思うのですが、Windows7 64bit標準のフォントは見るに耐えません。<p>
gdipp<br />
<a href="http://code.google.com/p/gdipp/" target="_top" title="gdipp公式">
http://code.google.com/p/gdipp/</a>
</p>
 <p>
gdippをインストールする事によってましになります。</p>
<p>
gdipp適用前 Windows7 64bit標準フォント<br style="clear: both;" />
<a href="./image/no_gdipp.png" title="画像">
<img src="./image/no_gdipp_t.png" alt="no_gdipp_t.png" width="522" height="237" title="gdipp適用前 Windows7 64bit標準フォント :: クリックで拡大します。" />
</a>
<br style="clear: both;" />
</p>
<p>
gdipp適用後 Windows7 64bit標準フォント<br style="clear: both;" />
<a href="./image/gdipp.png" title="画像">
<img src="./image/gdipp_t.png" alt="gdipp_t.png" width="522" height="237" title="gdipp適用後 Windows7 64bit標準フォント :: クリックで拡大します。" />
</a>
<br style="clear: both;" />
</p>
<p>
gdipp_setting.xml設定例</p>
<iframe src="./image/gdipp_setting.xml_sample_code.html" style="width:560px;height:700px;overflow:auto; margin:0;padding:0; border:solid 1px #696969;" title="gdipp_setting.xml sample code">
インラインフレームを使用しています。</iframe>
<p>
新しいウインドウで <a href="./image/gdipp_setting.xml_sample_code.html" target="_blank" title="gdipp_setting.xml_sample_code">
gdipp_setting.xml_sample_code</a>
 を開く</p>
<p>
gdippの紹介は多々あるのですが、設定ファイルの、gdipp_setting.xmlについては情報があまりないようで、調べてもよくわかりませんでした。上記のgdipp_setting.xmlのコメントも私が自己解釈して勝手につけたものなので間違っている可能性が高いです。私は上記の設定で落ち着きましたが、もっと良い設定があるかもしれません。参考程度にお考えください。</p>
<p>
gdipp wiki<br />
<a href="http://code.google.com/p/gdipp/w/list" target="_top" title="gdipp wiki">
http://code.google.com/p/gdipp/w/list</a>
</p>
<p>
ここのWikiを参考にしました。</p>
gdippをインストールすると C:\Program Files (x86)\gdipp\gdipp_setting.xml があるのでそこの gdipp_setting.xml で色々な設定をする事ができます。その後、コントロールパネル → 管理ツール → コンピューターの管理 → サービスとアプリケーション → サービスと移動し、gdipp 64-bit coordinator service. gdipp 32-bit coordinator service. をそれぞれ再起動する事でその設定内容を反映させることが出来ます。64bit環境でもアプリケーションは32bitも混在しているのでそれぞれ再起動する事で、それぞれに反映させることが出来ます。<p>
<a href="./image/gdipp_service.png" title="画像">
<img src="./image/gdipp_service_t.png" alt="gdipp_service_t.png" width="522" height="237" title="サービス画面 :: クリックで拡大します。" />
</a>
<br style="clear: both;" />
</p>

]]>
</content>
</entry>

<entry>
<title>サーバーを NEC Express5800／S70 タイプRB に新調しました。</title>
<link rel="alternate" type="text/html" href="http://fula.jp/blog/index.php?no=r882" />
<published>2011-04-17T11:15:58+09:00</published>
<updated>2011-04-17T11:15:58Z</updated>
<id>tag:fula.jp,2011:r882</id>
<summary type="html">2003年当時から昨日まで頑張っていたサーバーです。GA-7N400 Pro2 に AthlonXP2800 FX5800 PC3200 x 1.5G Intel1000MT今回は市販の NEC Express5800／S70 タイプRB にメモリKingston KVR1333D3N9K2/4G (Elpida)(Low Profile)(DDR3 PC3-10600 4GB 2枚組)の計8GBを装着して、本体\16.800円 + メモリ4G x 2 \4.960円の\21.760?...</summary>
<author>
<name>admin</name>
<email>w&#x65;&#x62;ma&#115;t&#101;&#x72;&#x40;m&#x61;&#105;l&#x2e;&#102;ula&#46;&#x6a;p</email>
</author>
<category scheme="http://xmlns.com/wordnet/1.6/" term="Server"/>
<content type="html">
<![CDATA[
<p>
<a href="http://fula.jp/cgi-bin/bbs/img/7.jpg">
<img src="http://fula.jp/cgi-bin/bbs/imgs/7.jpg" alt="サーバー画像 1" />
</a>
<a href="http://fula.jp/cgi-bin/bbs/img/17.jpg">
<img src="http://fula.jp/cgi-bin/bbs/imgs/17.jpg" alt="サーバー画像 2" />
</a>
</p>
<br style="clear: both;" />
<p>
2003年当時から昨日まで頑張っていたサーバーです。GA-7N400 Pro2 に AthlonXP2800 FX5800 PC3200 x 1.5G Intel1000MT</p>
<p>
今回は市販の <a href="http://www.nec.co.jp/products/pcserver/s/s70/" target="_top" title="NEC Express5800／S70 タイプRB 公式サイト">
NEC Express5800／S70 タイプRB</a>
 にメモリKingston KVR1333D3N9K2/4G (Elpida)(Low Profile)(DDR3 PC3-10600 4GB 2枚組)の計8GBを装着して、本体\16.800円 + メモリ4G x 2 \4.960円の\21.760円と、かなり格安に新調することが出来ました。2003年当時のメモリ代にもならない価格で10倍以上の処理能力を手にできるとは驚きです。</p>
<p>
NEC Express5800／S70 タイプRB は動作音もとても静かだし、安価だし、おおむね満足です。</p>
<p>
8年間頑張ってくれたサーバお疲れさん。</p>

]]>
</content>
</entry>

<entry>
<title>東日本大震災(東北地方太平洋沖地震) 節電</title>
<link rel="alternate" type="text/html" href="http://fula.jp/blog/index.php?no=r879" />
<published>2011-03-14T17:57:05+09:00</published>
<updated>2011-03-14T17:57:05Z</updated>
<id>tag:fula.jp,2011:r879</id>
<summary type="html">東日本大震災(東北地方太平洋沖地震)が発生し、国家全体で節電が必要な時に平然と営業を行なっているパチンコ屋の意味が分からない。そこに群がる人達も。 ...</summary>
<author>
<name>admin</name>
<email>w&#x65;&#x62;ma&#115;t&#101;&#x72;&#x40;m&#x61;&#105;l&#x2e;&#102;ula&#46;&#x6a;p</email>
</author>
<category scheme="http://xmlns.com/wordnet/1.6/" term="日本"/>
<content type="html">
<![CDATA[
東日本大震災(東北地方太平洋沖地震)が発生し、国家全体で節電が必要な時に平然と営業を行なっているパチンコ屋の意味が分からない。そこに群がる人達も。
]]>
</content>
</entry>

<entry>
<title>東日本大震災(東北地方太平洋沖地震)</title>
<link rel="alternate" type="text/html" href="http://fula.jp/blog/index.php?no=r878" />
<published>2011-03-14T17:53:42+09:00</published>
<updated>2011-03-14T17:53:42Z</updated>
<id>tag:fula.jp,2011:r878</id>
<summary type="html">東日本大震災(東北地方太平洋沖地震)が発生し、大変厳しい状況ですが国民総力で乗り切りましょう。 ...</summary>
<author>
<name>admin</name>
<email>w&#x65;&#x62;ma&#115;t&#101;&#x72;&#x40;m&#x61;&#105;l&#x2e;&#102;ula&#46;&#x6a;p</email>
</author>
<category scheme="http://xmlns.com/wordnet/1.6/" term="日本"/>
<content type="html">
<![CDATA[
東日本大震災(東北地方太平洋沖地震)が発生し、大変厳しい状況ですが国民総力で乗り切りましょう。
]]>
</content>
</entry>
</feed>
