<?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>firegoby &#187; apache</title>
	<atom:link href="http://firegoby.theta.ne.jp/archives/tag/apache/feed" rel="self" type="application/rss+xml" />
	<link>http://firegoby.theta.ne.jp</link>
	<description>WordPress Plugins &#38; Tips</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:29:40 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress + mod_ruid で自動アップデートをハッピーにする。</title>
		<link>http://firegoby.theta.ne.jp/archives/2174</link>
		<comments>http://firegoby.theta.ne.jp/archives/2174#comments</comments>
		<pubDate>Fri, 22 Apr 2011 15:03:03 +0000</pubDate>
		<dc:creator>miya</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mod_ruid]]></category>

		<guid isPermaLink="false">http://firegoby.theta.ne.jp/?p=2174</guid>
		<description><![CDATA[WordPress の自動アップデートをハッピーにする環境の構築方法をご紹介します。 http://vps.fean.info/archives/server101.html さらにいい方法があります。 mod_ruid &#8230; <a href="http://firegoby.theta.ne.jp/archives/2174">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://firegoby.theta.ne.jp/archives/2174/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>「さくらのVPS」上のWebサーバーのパフォーマンス向上</title>
		<link>http://firegoby.theta.ne.jp/archives/1784</link>
		<comments>http://firegoby.theta.ne.jp/archives/1784#comments</comments>
		<pubDate>Wed, 24 Nov 2010 18:51:46 +0000</pubDate>
		<dc:creator>miya</dc:creator>
				<category><![CDATA[Linuxコマンドやサーバー構築など]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[memcache]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[さくらのVPS]]></category>

		<guid isPermaLink="false">http://firegoby.theta.ne.jp/?p=1784</guid>
		<description><![CDATA[このサイトは「さくらのVPS」を使用しているのだが、徐々にパフォーマンスが低下するという現象が発生するようになった。 ひどい時には１ページの表示に30秒以上かかる。。。 Apacheを再起動すると状況が改善するため、Ap &#8230; <a href="http://firegoby.theta.ne.jp/archives/1784">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://firegoby.theta.ne.jp/archives/1784/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webサーバーの稼働状況を定期的にチェックする</title>
		<link>http://firegoby.theta.ne.jp/archives/1249</link>
		<comments>http://firegoby.theta.ne.jp/archives/1249#comments</comments>
		<pubDate>Wed, 21 Jul 2010 19:21:00 +0000</pubDate>
		<dc:creator>miya</dc:creator>
				<category><![CDATA[Linuxコマンドやサーバー構築など]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Linuxコマンド]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://firegoby.theta.ne.jp/?p=1249</guid>
		<description><![CDATA[先日データーセンターでネットワークトラブルがあって、そのトラブルそのものはうちの問題ではなかったので、おまかせにしていたら数時間で復旧したのだが、トラブルに弊社が気づくのが遅れてしまい、お客様に余計な心配をかけてしまった &#8230; <a href="http://firegoby.theta.ne.jp/archives/1249">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://firegoby.theta.ne.jp/archives/1249/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon S3とmod_proxyでクロスドメインとか</title>
		<link>http://firegoby.theta.ne.jp/archives/569</link>
		<comments>http://firegoby.theta.ne.jp/archives/569#comments</comments>
		<pubDate>Wed, 05 Aug 2009 20:38:06 +0000</pubDate>
		<dc:creator>miya</dc:creator>
				<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Linuxコマンドやサーバー構築など]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[S3]]></category>

		<guid isPermaLink="false">http://firegoby.theta.ne.jp/?p=569</guid>
		<description><![CDATA[できるのは、わかってたんですけど、一応テストしたのでご紹介を。 mod_proxyでクロスドメイン制約を回避 .htaccessに以下のような内容を記述して、FlashやAjaxのクロスドメイン制約を回避できるかどうかを &#8230; <a href="http://firegoby.theta.ne.jp/archives/569">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://firegoby.theta.ne.jp/archives/569/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mod_ruidとSubversion+Trac</title>
		<link>http://firegoby.theta.ne.jp/archives/499</link>
		<comments>http://firegoby.theta.ne.jp/archives/499#comments</comments>
		<pubDate>Tue, 21 Jul 2009 18:44:35 +0000</pubDate>
		<dc:creator>miya</dc:creator>
				<category><![CDATA[Linuxコマンドやサーバー構築など]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Trac+Subversion]]></category>

		<guid isPermaLink="false">http://firegoby.theta.ne.jp/?p=499</guid>
		<description><![CDATA[このサイトで公開しているMail_CheckUserやCrossOverなどのSubversionリポジトリをWebDAV+Tracで構築した。 構築方法は、Google先生に聞いていただければたくさんあるので、詳細は割 &#8230; <a href="http://firegoby.theta.ne.jp/archives/499">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://firegoby.theta.ne.jp/archives/499/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpのsystem()で呼び出されたコマンドの環境変数に注意</title>
		<link>http://firegoby.theta.ne.jp/archives/343</link>
		<comments>http://firegoby.theta.ne.jp/archives/343#comments</comments>
		<pubDate>Mon, 22 Jun 2009 15:30:25 +0000</pubDate>
		<dc:creator>miya</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://firegoby.theta.ne.jp/?p=343</guid>
		<description><![CDATA[phpから外部コマンドを実行する、system()関数やshell_exec()関数で呼び出される外部コマンド内の環境変数には注意しましょう。 たとえば。 $ sudo /etc/init.d/httpd restart &#8230; <a href="http://firegoby.theta.ne.jp/archives/343">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://firegoby.theta.ne.jp/archives/343/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mod_ruid環境でPHPのセッションを使うには？</title>
		<link>http://firegoby.theta.ne.jp/archives/289</link>
		<comments>http://firegoby.theta.ne.jp/archives/289#comments</comments>
		<pubDate>Wed, 29 Apr 2009 11:38:12 +0000</pubDate>
		<dc:creator>miya</dc:creator>
				<category><![CDATA[Linuxコマンドやサーバー構築など]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://firegoby.theta.ne.jp/?p=289</guid>
		<description><![CDATA[いつのまにかphpMyAdminにログインできなくなっていて、apacheのエラーログを見たら、以下のような記述があった。 PHP Warning:  Unknown: Failed to write session d &#8230; <a href="http://firegoby.theta.ne.jp/archives/289">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://firegoby.theta.ne.jp/archives/289/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mod_ruidを導入した。</title>
		<link>http://firegoby.theta.ne.jp/archives/9</link>
		<comments>http://firegoby.theta.ne.jp/archives/9#comments</comments>
		<pubDate>Wed, 28 Jan 2009 16:31:00 +0000</pubDate>
		<dc:creator>miya</dc:creator>
				<category><![CDATA[Linuxコマンドやサーバー構築など]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://firegoby.webma.jp/archives/9</guid>
		<description><![CDATA[バーチャルホスト用サーバーの構築にあたり、suExecをやめてmod_ruidを導入した。OSはCentOS5.x suExecとは違って、DSO版のPHPに対してもuidが設定されるところが、suExecに対するメリッ &#8230; <a href="http://firegoby.theta.ne.jp/archives/9">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://firegoby.theta.ne.jp/archives/9/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mod_perlを使ってhttpd.confをPerlで動的に生成する</title>
		<link>http://firegoby.theta.ne.jp/archives/34</link>
		<comments>http://firegoby.theta.ne.jp/archives/34#comments</comments>
		<pubDate>Sat, 29 Nov 2008 06:53:00 +0000</pubDate>
		<dc:creator>miya</dc:creator>
				<category><![CDATA[その他]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://firegoby.webma.jp/archives/34</guid>
		<description><![CDATA[意外と資料が少ないのですが、mod_perlを使用するとhttpd.conf内にPerlスクリプトを記述して、Apacheの起動時に動的にバーチャルホストを定義することができます。 この方法を利用すると、データベースやX &#8230; <a href="http://firegoby.theta.ne.jp/archives/34">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://firegoby.theta.ne.jp/archives/34/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

