<?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>fpm &#8211; matthias.guru</title>
	<atom:link href="https://matthias.guru/tag/fpm/feed/" rel="self" type="application/rss+xml" />
	<link>https://matthias.guru</link>
	<description>Tipps und Tricks rund um Serveradministration, Werbeeinnahmen und allem was mit meiner IT Selbstständigkeit zu tun hat</description>
	<lastBuildDate>Mon, 14 Nov 2016 10:55:02 +0000</lastBuildDate>
	<language>de-DE</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.3</generator>
	<item>
		<title>nextcloud PHP Warnung beheben</title>
		<link>https://matthias.guru/2016/11/14/nextcloud-php-warnung-beheben/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nextcloud-php-warnung-beheben</link>
					<comments>https://matthias.guru/2016/11/14/nextcloud-php-warnung-beheben/#respond</comments>
		
		<dc:creator><![CDATA[Matthias]]></dc:creator>
		<pubDate>Mon, 14 Nov 2016 10:55:02 +0000</pubDate>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[nextcloud]]></category>
		<category><![CDATA[fpm]]></category>
		<category><![CDATA[php7]]></category>
		<guid isPermaLink="false">https://hilfreiche-server.tips/?p=71</guid>

					<description><![CDATA[Folgende Meldung zeigt nextcloud nach einer Standardinstallation im Admininterface an. Das zu beheben ist recht leicht. PHP scheint zur Abfrage von Systemumgebungsvariablen nicht richtig eingerichtet zu sein. Der Test mit getenv (&#8222;PATH&#8220;) liefert nur eine <a class="mh-excerpt-more" href="https://matthias.guru/2016/11/14/nextcloud-php-warnung-beheben/" title="nextcloud PHP Warnung beheben">[...]</a>]]></description>
										<content:encoded><![CDATA[<p>Folgende Meldung zeigt nextcloud nach einer Standardinstallation im Admininterface an. Das zu beheben ist recht leicht.</p>
<blockquote>
<ul>
<li>PHP scheint zur Abfrage von Systemumgebungsvariablen nicht richtig eingerichtet zu sein. Der Test mit getenv (&#8222;PATH&#8220;) liefert nur eine leere Antwort zurück.<br />
Bitte die <a href="https://docs.nextcloud.org/server/10/go.php?to=admin-php-fpm" target="_blank" rel="noreferrer noopener">Installationsdokumentation <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/2197.png" alt="↗" class="wp-smiley" style="height: 1em; max-height: 1em;" /></a>auf Hinweise zur PHP-Konfiguration durchlesen, sowie die PHP-Konfiguration Ihres Servers überprüfen, insbesondere dann, wenn PHP-FPM eingesetzt wird.</li>
</ul>
</blockquote>
<p>In unserem Beispiel setzen wir PHP7 als FPM Modul ein. Daher müssen wir in der Datei /etc/php/7.0/fpm/pool.d/www.conf folgende Zeilen auskommentieren (den Strichpunkt am Zeilenanfang entfernen)</p>
<blockquote>
<pre>env[HOSTNAME] = $HOSTNAME
env[PATH] = /usr/local/bin:/usr/bin:/bin
env[TMP] = /tmp
env[TMPDIR] = /tmp
env[TEMP] = /tmp


</pre>
</blockquote>
<p>Abschließend starten wir PHP7-FPM neu</p>
<blockquote><p>/etc/init.d/php7.0-fpm reload</p></blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://matthias.guru/2016/11/14/nextcloud-php-warnung-beheben/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
