<?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>loggn.de - Mac OSX, Linux und manchmal auch Windows &#187; php-ini</title>
	<atom:link href="http://www.loggn.de/tag/php-ini/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.loggn.de</link>
	<description>Erfahrungen, Tipps und Tricks zu Mac OSX, Linux und manchmal auch Windows. ;-)</description>
	<lastBuildDate>Wed, 01 Sep 2010 16:25:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress &#8211; Upload &#8211; Die Datei ist zu groß</title>
		<link>http://www.loggn.de/wordpress-upload-die-datei-ist-zu-gross/</link>
		<comments>http://www.loggn.de/wordpress-upload-die-datei-ist-zu-gross/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 11:16:47 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Die Datei ist zu groß]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php-ini]]></category>
		<category><![CDATA[upload_max_filesize]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.loggn.de/?p=3060</guid>
		<description><![CDATA[Gestern Abend hatte ich beim Datei-Upload ins WordPress ein Problem. Fehlermeldung: Die Datei ist zu groß. Die maximale Dateigröße für deinen Server beträgt 2M. Dieses Problem lässt sich sehr einfach beheben. Wir editieren die php.ini auf unserem Webserver… vi /etc/php5/apache2/php.ini &#8230;und suchen nach dem Eintrag upload_max_filesize. ; Maximum allowed size for uploaded files. upload_max_filesize = [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.loggn.de/wp-content/uploads/2009/10/internet.png" rel="lightbox[3060]"><img class="size-thumbnail wp-image-238   alignright" title="Internet" src="http://www.loggn.de/wp-content/uploads/2009/10/internet-150x150.png" alt="" width="98" height="98" /></a>Gestern Abend hatte ich beim <strong>Datei-Upload ins WordPress</strong> ein Problem.</p>
<p><strong>Fehlermeldung:</strong><br />
<em>Die Datei ist zu groß. Die maximale Dateigröße für deinen Server beträgt 2M.</em></p>
<p>Dieses Problem lässt sich sehr einfach <strong>beheben</strong>. Wir editieren die <strong>php.ini</strong> auf unserem Webserver…</p>
<pre class="brush: bash;">vi /etc/php5/apache2/php.ini</pre>
<p>&#8230;und suchen nach dem Eintrag <strong>upload_max_filesize</strong>.</p>
<pre class="brush: bash;">; Maximum allowed size for uploaded files.
upload_max_filesize = 2M</pre>
<p>Diesen Eintrag können wir unseren <strong>Ansprüchen</strong> anpassen. Jetzt starten wir nur noch den <strong>Apache2-Server</strong> neu, Fertig!  <img src='http://www.loggn.de/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /> </p>
<pre class="brush: bash;">/etc/init.d/apache2 restart</pre>
<img src="http://www.loggn.de/?ak_action=api_record_view&id=3060&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.loggn.de/wordpress-upload-die-datei-ist-zu-gross/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
