<?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>Lighttpd | Nerdpress.org</title>
	<atom:link href="https://nerdpress.org/tag/lighttpd/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdpress.org</link>
	<description>...dev, tech problems and solutions.</description>
	<lastBuildDate>Fri, 17 Jun 2011 16:00:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Lighttpd, Plesk und PHP</title>
		<link>https://nerdpress.org/2011/06/17/lighttpd-plesk-und-php/</link>
		
		<dc:creator><![CDATA[Ivo Bathke]]></dc:creator>
		<pubDate>Fri, 17 Jun 2011 16:00:03 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[vServer]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Lighttpd]]></category>
		<category><![CDATA[Plesk]]></category>
		<guid isPermaLink="false">https://nerdpress.org/?p=1523</guid>

					<description><![CDATA[<p>Will man auf seinem Server(debian) Lighttpd paralell zu Plesk&#8217;s Apache zum laufen kriegen sollte man auf jeden fall PHP als FPM laufen lassen. Das kommt sich nicht mit dem von Plesk und Apache regierten PHPs in die Quere und ist sowieso schneller und kann auch die Prozesse killen und neuladen. Falls man mal was in &#8230; </p>
<p class="link-more"><a href="https://nerdpress.org/2011/06/17/lighttpd-plesk-und-php/" class="more-link">Continue reading<span class="screen-reader-text"> "Lighttpd, Plesk und PHP"</span></a></p>
The post <a href="https://nerdpress.org/2011/06/17/lighttpd-plesk-und-php/">Lighttpd, Plesk und PHP</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></description>
										<content:encoded><![CDATA[<p>Will man auf seinem Server(debian) Lighttpd paralell zu Plesk&#8217;s Apache zum laufen kriegen sollte man auf jeden fall PHP als <a href="http://www.php.net/manual/en/install.fpm.php">FPM</a> laufen lassen.<br />
Das kommt sich nicht mit dem von Plesk und Apache regierten PHPs in die Quere und ist sowieso schneller und kann auch die Prozesse killen und neuladen.<br />
Falls man mal was in der ini ändern will.</p>
<p>FPM installieren geht so, wie er es <a href="http://code.saghul.net/lighttpd-php-fpm-on-debian-squeeze">dort</a> beschreibt:</p>
<p>Allerdings in der conf den Port nicht als String, sondern numeric:</p>
<pre class="brush: bash; title: ; notranslate">
server.modules   += ( &quot;mod_fastcgi&quot; )

## Start an FastCGI server for php (needs the php5-cgi package)
fastcgi.server    = ( &quot;.php&quot; =&gt;
        (
&quot;localhost&quot; =&gt;
        (
                &quot;host&quot; =&gt; &quot;127.0.0.1&quot;,
                &quot;port&quot; =&gt; 9000
        ))
)
</pre>
<p>Bleibt noch das Problem mit dem <a href="http://serverfault.com/questions/281040/apc-conflict-with-php-as-fast-cgi-when-running-apache-and-lighty-paralell">APC Konflikt</a>, falls da jemand eine Lösung weiß, nur her damit.</p>
<p>Man, das war ein kampf ;)<br />
Mal sehen wie lang das hält&#8230;</p>The post <a href="https://nerdpress.org/2011/06/17/lighttpd-plesk-und-php/">Lighttpd, Plesk und PHP</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
