<?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>futuremix &#187; Apache</title>
	<atom:link href="http://futuremix.org/tag/apache/feed" rel="self" type="application/rss+xml" />
	<link>http://futuremix.org</link>
	<description>Web や IT にまつわる話題やメモ。システム開発・サーバ運用の解決策などを掲載しています。</description>
	<lastBuildDate>Sat, 04 Sep 2010 06:11:47 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>XAMPP Lite でローカルの CakePHP の開発環境を構築する</title>
		<link>http://futuremix.org/2010/07/xampp-lite-cakephp-mysql-develop-environemnt</link>
		<comments>http://futuremix.org/2010/07/xampp-lite-cakephp-mysql-develop-environemnt#comments</comments>
		<pubDate>Sat, 24 Jul 2010 08:27:42 +0000</pubDate>
		<dc:creator>ｆｕｍｉ</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://futuremix.org/?p=3520</guid>
		<description><![CDATA[
  いまさら聞けない、Windows PC 上に XAMPP による開発環境を整える手順のまとめです。といってもよくある XAMPP ではなく XAMPP Lite で必要最小限のセットアップをしてみました。CakeP……(<a href="http://futuremix.org/2010/07/xampp-lite-cakephp-mysql-develop-environemnt">続きを読む</a>)]]></description>
		<wfw:commentRss>http://futuremix.org/2010/07/xampp-lite-cakephp-mysql-develop-environemnt/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SNMP + MRTG で Apache のプロセス数を監視する方法</title>
		<link>http://futuremix.org/2010/06/snmp-mrtg-apache-process-count</link>
		<comments>http://futuremix.org/2010/06/snmp-mrtg-apache-process-count#comments</comments>
		<pubDate>Thu, 24 Jun 2010 03:05:08 +0000</pubDate>
		<dc:creator>ｆｕｍｉ</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MRTG]]></category>
		<category><![CDATA[SNMP]]></category>

		<guid isPermaLink="false">http://futuremix.org/?p=3567</guid>
		<description><![CDATA[
  以前、CentOS で SNMP と MRTG を使ったロードアベレージの監視方法をまとめましたが、今回はその仕組みを利用してさらに Apache のプロセス数を監視できるようにします。ついでにプロセス数が閾値を超……(<a href="http://futuremix.org/2010/06/snmp-mrtg-apache-process-count">続きを読む</a>)]]></description>
		<wfw:commentRss>http://futuremix.org/2010/06/snmp-mrtg-apache-process-count/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache で同一IPからの接続数を制限する mod_limitipconn 設定方法</title>
		<link>http://futuremix.org/2010/04/apache-mod_limitipconn</link>
		<comments>http://futuremix.org/2010/04/apache-mod_limitipconn#comments</comments>
		<pubDate>Sun, 18 Apr 2010 22:00:55 +0000</pubDate>
		<dc:creator>ｆｕｍｉ</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://futuremix.org/?p=3265</guid>
		<description><![CDATA[
  


  Apache で同一IPからの同時接続数を制限するためのモジュールで有名なのが mod_limitipconn です。決められた値以上の同時接続に対しては 503 のステータスコードを返します。


  ……(<a href="http://futuremix.org/2010/04/apache-mod_limitipconn">続きを読む</a>)]]></description>
		<wfw:commentRss>http://futuremix.org/2010/04/apache-mod_limitipconn/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS5 に phpMyAdmin をインストール</title>
		<link>http://futuremix.org/2009/11/centos5-phpmyadmin-install</link>
		<comments>http://futuremix.org/2009/11/centos5-phpmyadmin-install#comments</comments>
		<pubDate>Wed, 25 Nov 2009 22:00:49 +0000</pubDate>
		<dc:creator>ｆｕｍｉ</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[phpMyAdmin]]></category>

		<guid isPermaLink="false">http://futuremix.org/?p=2981</guid>
		<description><![CDATA[インストール

  EPEL に RPM パッケージが用意されています。yum で EPEL を使えるようにして phpMyAdmin をインストールします。


# yum install phpMyAdmin

アク……(<a href="http://futuremix.org/2009/11/centos5-phpmyadmin-install">続きを読む</a>)]]></description>
		<wfw:commentRss>http://futuremix.org/2009/11/centos5-phpmyadmin-install/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache のバーチャルホストの設定</title>
		<link>http://futuremix.org/2009/11/apache-virtual-hosts-conf</link>
		<comments>http://futuremix.org/2009/11/apache-virtual-hosts-conf#comments</comments>
		<pubDate>Wed, 18 Nov 2009 10:16:01 +0000</pubDate>
		<dc:creator>ｆｕｍｉ</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://futuremix.org/?p=2958</guid>
		<description><![CDATA[
  Apache のバーチャルホストの設定は、httpd.conf に直接書く場合もありますが、他のファイルに分けて書いた方がメンテナンスは容易です。Apache 2.2 では、httpd/extra/httpd-vh……(<a href="http://futuremix.org/2009/11/apache-virtual-hosts-conf">続きを読む</a>)]]></description>
		<wfw:commentRss>http://futuremix.org/2009/11/apache-virtual-hosts-conf/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 5.4 で Oracle 対応 PHP の RPM</title>
		<link>http://futuremix.org/2009/11/centos-54-oracle-php-oci8-rpm</link>
		<comments>http://futuremix.org/2009/11/centos-54-oracle-php-oci8-rpm#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:00:54 +0000</pubDate>
		<dc:creator>ｆｕｍｉ</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[データベース]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[RPM]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://futuremix.org/2009/11/centos-54-oracle-php-oci8-rpm</guid>
		<description><![CDATA[
  以前書いたCentOS 5.2 での Oracle 対応 PHP の RPM の改訂版です。今回は CentOS 5.4 (32bit版) のマシンで試しました。なお、Oracle instant Client は……(<a href="http://futuremix.org/2009/11/centos-54-oracle-php-oci8-rpm">続きを読む</a>)]]></description>
		<wfw:commentRss>http://futuremix.org/2009/11/centos-54-oracle-php-oci8-rpm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>無料 SSL 証明書 StartSSL を使う</title>
		<link>http://futuremix.org/2009/02/startssl</link>
		<comments>http://futuremix.org/2009/02/startssl#comments</comments>
		<pubDate>Tue, 03 Feb 2009 22:00:38 +0000</pubDate>
		<dc:creator>ｆｕｍｉ</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://futuremix.org/?p=2158</guid>
		<description><![CDATA[
  無料で利用できる StartSSL の証明書を使って、Apache + mod_ssl で HTTPS 通信ができるように設定をする方法です。StartSSL は、個人であれば、1年間の期限付きで SSL 証明書を……(<a href="http://futuremix.org/2009/02/startssl">続きを読む</a>)]]></description>
		<wfw:commentRss>http://futuremix.org/2009/02/startssl/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP ファイルのアップロードエラー解決方法</title>
		<link>http://futuremix.org/2008/08/php-file-upload-problem</link>
		<comments>http://futuremix.org/2008/08/php-file-upload-problem#comments</comments>
		<pubDate>Fri, 22 Aug 2008 22:00:00 +0000</pubDate>
		<dc:creator>ｆｕｍｉ</dc:creator>
				<category><![CDATA[その他]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://futuremix.org/?p=1466</guid>
		<description><![CDATA[
  PHP のファイルアップロード実装で、つまずきそうな部分をまとめてました。

大きなファイルがアップロードできない

  php.ini の upload_max_filesize と post_max_size ……(<a href="http://futuremix.org/2008/08/php-file-upload-problem">続きを読む</a>)]]></description>
		<wfw:commentRss>http://futuremix.org/2008/08/php-file-upload-problem/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache 起動直後に PHP で ORA-00911 エラーが発生</title>
		<link>http://futuremix.org/2008/08/ora-00911-error-occurred-after-resterted-apache</link>
		<comments>http://futuremix.org/2008/08/ora-00911-error-occurred-after-resterted-apache#comments</comments>
		<pubDate>Wed, 20 Aug 2008 11:57:40 +0000</pubDate>
		<dc:creator>ｆｕｍｉ</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[データベース]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://futuremix.org/?p=1464</guid>
		<description><![CDATA[
  Apache 起動直後に PHP から Oracle に接続すると、ORA-00911 エラーが発生することがあります。


ORA-00911: invalid character in hogehoge.php……(<a href="http://futuremix.org/2008/08/ora-00911-error-occurred-after-resterted-apache">続きを読む</a>)]]></description>
		<wfw:commentRss>http://futuremix.org/2008/08/ora-00911-error-occurred-after-resterted-apache/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>世界のウェブサーバの1割がGoogle?</title>
		<link>http://futuremix.org/2007/10/google-servers</link>
		<comments>http://futuremix.org/2007/10/google-servers#comments</comments>
		<pubDate>Tue, 16 Oct 2007 13:09:21 +0000</pubDate>
		<dc:creator>ｆｕｍｉ</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[検索エンジン]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://futuremix.org/2007/10/google-servers</guid>
		<description><![CDATA[
  CNET Japan の記事によると、IIS のシェアが拡大し、Apache に10ポイント差と迫っているらしい。Apache も 9月に 100 万台増加したが、IIS は 300 万台増加したのだそうです。それ……(<a href="http://futuremix.org/2007/10/google-servers">続きを読む</a>)]]></description>
		<wfw:commentRss>http://futuremix.org/2007/10/google-servers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HMSE_Robot</title>
		<link>http://futuremix.org/2007/09/hmse_robot-dos</link>
		<comments>http://futuremix.org/2007/09/hmse_robot-dos#comments</comments>
		<pubDate>Mon, 24 Sep 2007 08:00:59 +0000</pubDate>
		<dc:creator>ｆｕｍｉ</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://futuremix.org/2007/09/hmse_robot-dos</guid>
		<description><![CDATA[
  MySQL メモリ食いつぶしという記事を書きましたが、原因は MySQL ではなく &#8220;HMSE_Robot&#8221; というロボットにより集中アクセスによるものでした。昨日と本日もこれによる絨毯爆撃……(<a href="http://futuremix.org/2007/09/hmse_robot-dos">続きを読む</a>)]]></description>
		<wfw:commentRss>http://futuremix.org/2007/09/hmse_robot-dos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache の httpd: apr_sockaddr_info_get() failed for　エラー</title>
		<link>http://futuremix.org/2007/09/httpd-apr_sockaddr_info_get-failed</link>
		<comments>http://futuremix.org/2007/09/httpd-apr_sockaddr_info_get-failed#comments</comments>
		<pubDate>Sat, 22 Sep 2007 08:46:22 +0000</pubDate>
		<dc:creator>ｆｕｍｉ</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://futuremix.org/2007/09/httpd-apr_sockaddr_info_get-failed</guid>
		<description><![CDATA[
  新しいサーバで Apache を動かしたら


  httpd: apr_sockaddr_info_get() failed for server_name
  httpd: Could not reliably……(<a href="http://futuremix.org/2007/09/httpd-apr_sockaddr_info_get-failed">続きを読む</a>)]]></description>
		<wfw:commentRss>http://futuremix.org/2007/09/httpd-apr_sockaddr_info_get-failed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>logwatch に大量の Apache アクセスログが添付される</title>
		<link>http://futuremix.org/2007/07/logwatch-httpd-log</link>
		<comments>http://futuremix.org/2007/07/logwatch-httpd-log#comments</comments>
		<pubDate>Sun, 29 Jul 2007 22:00:25 +0000</pubDate>
		<dc:creator>ｆｕｍｉ</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[logwatch]]></category>

		<guid isPermaLink="false">http://futuremix.org/2007/07/logwatch-httpd-log</guid>
		<description><![CDATA[
  CentOS や Fedora Core には LogWatch というアプリケーションがついており、毎晩各種ログを検査して、問題のある部分を抜き出して送ってきてくれます。しかし Apache のログが大量に記録さ……(<a href="http://futuremix.org/2007/07/logwatch-httpd-log">続きを読む</a>)]]></description>
		<wfw:commentRss>http://futuremix.org/2007/07/logwatch-httpd-log/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>www ありの URL を www 無しの URL にリダイレクトする</title>
		<link>http://futuremix.org/2007/07/www-rewrite-htaccess</link>
		<comments>http://futuremix.org/2007/07/www-rewrite-htaccess#comments</comments>
		<pubDate>Wed, 25 Jul 2007 22:00:12 +0000</pubDate>
		<dc:creator>ｆｕｍｉ</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://futuremix.org/2007/07/www-rewrite-htaccess</guid>
		<description><![CDATA[
  


  独自ドメインでサイトを運営する際に、http://www.example.com/ のように &#8220;www&#8221; を頭につけるか、http://example.com/ のように &#82……(<a href="http://futuremix.org/2007/07/www-rewrite-htaccess">続きを読む</a>)]]></description>
		<wfw:commentRss>http://futuremix.org/2007/07/www-rewrite-htaccess/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google が X-Robots-Tag で PDF や XLS文書などのクロール制御に対応</title>
		<link>http://futuremix.org/2007/07/google-x-robots-tag</link>
		<comments>http://futuremix.org/2007/07/google-x-robots-tag#comments</comments>
		<pubDate>Mon, 23 Jul 2007 01:10:27 +0000</pubDate>
		<dc:creator>ｆｕｍｉ</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[検索エンジン]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://futuremix.org/2007/07/google-x-robots-tag</guid>
		<description><![CDATA[
  search engine land の記事 を読むと、Google が非 HTML 文書である PDF Office ドキュメント (DOC, XLS) などの文書に対して、インデックス化の可否・アーカイブ化（キ……(<a href="http://futuremix.org/2007/07/google-x-robots-tag">続きを読む</a>)]]></description>
		<wfw:commentRss>http://futuremix.org/2007/07/google-x-robots-tag/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess の Redirect と Content Negotiation の相性</title>
		<link>http://futuremix.org/2007/07/apache-redirect-multiviews</link>
		<comments>http://futuremix.org/2007/07/apache-redirect-multiviews#comments</comments>
		<pubDate>Sat, 21 Jul 2007 02:17:07 +0000</pubDate>
		<dc:creator>ｆｕｍｉ</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://futuremix.org/2007/07/apache-redirect-multiviews</guid>
		<description><![CDATA[
  以前のサイトから、このブログに移行しましたが、MT から WordPress に移行したため、いくつかの URL(URL) が変わってしまいました。個別記事 (Permalink) については同じにしましたが、アー……(<a href="http://futuremix.org/2007/07/apache-redirect-multiviews">続きを読む</a>)]]></description>
		<wfw:commentRss>http://futuremix.org/2007/07/apache-redirect-multiviews/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress でアップロードに失敗してサムネイルが生成されない</title>
		<link>http://futuremix.org/2007/06/wordpress-upload-thumbnail-error</link>
		<comments>http://futuremix.org/2007/06/wordpress-upload-thumbnail-error#comments</comments>
		<pubDate>Tue, 19 Jun 2007 04:22:53 +0000</pubDate>
		<dc:creator>ｆｕｍｉ</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[サムネイル]]></category>

		<guid isPermaLink="false">http://futuremix.org/2007/06/wordpress-upload-thumbnail-error</guid>
		<description><![CDATA[
  WordPress は画像ファイル (JPEG の写真など) をアップロードすると、簡単にサムネイルを生成してくれます。しかし、エラーメッセージがでたり、アップロード後に画面が空白になって失敗することがあります。フ……(<a href="http://futuremix.org/2007/06/wordpress-upload-thumbnail-error">続きを読む</a>)]]></description>
		<wfw:commentRss>http://futuremix.org/2007/06/wordpress-upload-thumbnail-error/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress で画面が真っ白になる</title>
		<link>http://futuremix.org/2007/03/wordpress-white-problem</link>
		<comments>http://futuremix.org/2007/03/wordpress-white-problem#comments</comments>
		<pubDate>Thu, 29 Mar 2007 16:05:09 +0000</pubDate>
		<dc:creator>ｆｕｍｉ</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://futuremix.org/2007/03/wordpress-white-problem</guid>
		<description><![CDATA[
  Apache の httpd.conf ファイルや .htaccess の設定を間違えると、WordPress の画面が真っ白になることがあります。  しかも Firefox では表示されて IE だと真っ白になる……(<a href="http://futuremix.org/2007/03/wordpress-white-problem">続きを読む</a>)]]></description>
		<wfw:commentRss>http://futuremix.org/2007/03/wordpress-white-problem/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DoS 攻撃などの欠陥を修正した Apache の RPM(Red Hat 9用)</title>
		<link>http://futuremix.org/2005/11/apache-httpd-rpm</link>
		<comments>http://futuremix.org/2005/11/apache-httpd-rpm#comments</comments>
		<pubDate>Tue, 22 Nov 2005 06:43:14 +0000</pubDate>
		<dc:creator>ｆｕｍｉ</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[セキュリティ]]></category>
		<category><![CDATA[DoS]]></category>
		<category><![CDATA[FedoraLegacy]]></category>
		<category><![CDATA[RPM]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://futuremix.org/2005/11/apache-httpd-rpm</guid>
		<description><![CDATA[
  Apache 2.0 の 2.0.54 以前に、細工した HTTP ヘッダを用いて、DoS 攻撃を引き起こす欠陥 (CVE-2005-2728
) が発見されています。


  また、mod_ssl の 2.8.2……(<a href="http://futuremix.org/2005/11/apache-httpd-rpm">続きを読む</a>)]]></description>
		<wfw:commentRss>http://futuremix.org/2005/11/apache-httpd-rpm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora Legacy Watch : httpd, mod_ssl, glibc などのアップデート</title>
		<link>http://futuremix.org/2005/11/fedora-legacy-httpd-glibc</link>
		<comments>http://futuremix.org/2005/11/fedora-legacy-httpd-glibc#comments</comments>
		<pubDate>Tue, 22 Nov 2005 00:59:45 +0000</pubDate>
		<dc:creator>ｆｕｍｉ</dc:creator>
				<category><![CDATA[FedoraLegacy]]></category>
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://futuremix.org/2005/11/fedora-legacy-httpd-glibc</guid>
		<description><![CDATA[
  この記事は以前 &#8220;Fedora Lagacy Watch&#8221; で公開していたものです。古い内容ですのでご注意下さい。


  少し前のことですが、今月に入って glibc、Apache (ht……(<a href="http://futuremix.org/2005/11/fedora-legacy-httpd-glibc">続きを読む</a>)]]></description>
		<wfw:commentRss>http://futuremix.org/2005/11/fedora-legacy-httpd-glibc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
