<?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>映像とその周辺 &#187; apache</title>
	<atom:link href="http://www.kalium.net/image/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kalium.net/image</link>
	<description></description>
	<lastBuildDate>Sun, 13 Nov 2011 03:36:10 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>NameVirtualHostを忘れない</title>
		<link>http://www.kalium.net/image/2010/09/06/namevirtualhost%e3%82%92%e5%bf%98%e3%82%8c%e3%81%aa%e3%81%84/</link>
		<comments>http://www.kalium.net/image/2010/09/06/namevirtualhost%e3%82%92%e5%bf%98%e3%82%8c%e3%81%aa%e3%81%84/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 23:28:25 +0000</pubDate>
		<dc:creator>araken</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://www.kalium.net/image/?p=1085</guid>
		<description><![CDATA[NameVirtualHostディレクティブ NameVirtualHost *:80 &#60;VirtualHost *:80&#62; &#60;/VirtualHost&#62;]]></description>
			<content:encoded><![CDATA[<p>NameVirtualHostディレクティブ<br />
<code></p>
<pre>
NameVirtualHost *:80
&lt;VirtualHost *:80&gt;
&lt;/VirtualHost&gt;
</pre>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalium.net/image/2010/09/06/namevirtualhost%e3%82%92%e5%bf%98%e3%82%8c%e3%81%aa%e3%81%84/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPのアップロード制限の設定</title>
		<link>http://www.kalium.net/image/2008/11/12/php%e3%81%ae%e3%82%a2%e3%83%83%e3%83%97%e3%83%ad%e3%83%bc%e3%83%89%e5%88%b6%e9%99%90%e3%81%ae%e8%a8%ad%e5%ae%9a/</link>
		<comments>http://www.kalium.net/image/2008/11/12/php%e3%81%ae%e3%82%a2%e3%83%83%e3%83%97%e3%83%ad%e3%83%bc%e3%83%89%e5%88%b6%e9%99%90%e3%81%ae%e8%a8%ad%e5%ae%9a/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 07:31:16 +0000</pubDate>
		<dc:creator>araken</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP, PostgreSQL]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://www.kalium.net/image/?p=730</guid>
		<description><![CDATA[PHPがPOST経由でアップロードファイルを受け取る際に、以下の様なエラーが発生。 PHP Warning:  POST Content-Length of 32981482 bytes exceeds the limi [...]]]></description>
			<content:encoded><![CDATA[<p>PHPがPOST経由でアップロードファイルを受け取る際に、以下の様なエラーが発生。</p>
<blockquote><p>PHP Warning:  POST Content-Length of 32981482 bytes exceeds the limit of 8388608 bytes</p></blockquote>
<p>php.iniのupload_max_filesizeを書き換えれば良いかと思ったら、解決できなかったのでメモ。php.iniの以下の設定を変える必要がある。</p>
<ul>
<li>memory_limit</li>
<li>post_max_size</li>
<li>upload_max_filesize</li>
</ul>
<p>上の３項目は、memory_limit &gt; post_max_size &gt; upload_max_filesizeの関係にあるので、upload_max_filesizeだけを変えてもpost_max_sizeなどで制限が掛かってしまう。例えば、100MBまで許可する場合は、いずれの項目も100MB以上に設定する必要がある。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalium.net/image/2008/11/12/php%e3%81%ae%e3%82%a2%e3%83%83%e3%83%97%e3%83%ad%e3%83%bc%e3%83%89%e5%88%b6%e9%99%90%e3%81%ae%e8%a8%ad%e5%ae%9a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

