<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Zugschlusbeobachtungen (Entries tagged as webapps)</title>
    <link>https://blog.zugschlus.de/</link>
    <description>Marc Habers Weblog</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 2.5.0 - http://www.s9y.org/</generator>
    <pubDate>Sun, 02 Apr 2017 16:25:27 GMT</pubDate>

    <image>
    <url>https://blog.zugschlus.de/templates/2k11/img/s9y_banner_small.png</url>
    <title>RSS: Zugschlusbeobachtungen - Marc Habers Weblog</title>
    <link>https://blog.zugschlus.de/</link>
    <width>100</width>
    <height>21</height>
</image>

<item>
    <title>Trennung von Webapplikationen mit Extrainstanzen des Apache</title>
    <link>https://blog.zugschlus.de/archives/324-Trennung-von-Webapplikationen-mit-Extrainstanzen-des-Apache.html</link>
            <category>Computer und Netze</category>
    
    <comments>https://blog.zugschlus.de/archives/324-Trennung-von-Webapplikationen-mit-Extrainstanzen-des-Apache.html#comments</comments>
    <wfw:comment>https://blog.zugschlus.de/wfwcomment.php?cid=324</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>https://blog.zugschlus.de/rss.php?version=2.0&amp;type=comments&amp;cid=324</wfw:commentRss>
    

    <author>nospam@example.com ()</author>
    <content:encoded>
    &lt;p&gt;Die Artikelreihe zum Thema &amp;quot;Trennung von Webanwendungen untereinander&amp;quot;, die mit &lt;a href=&quot;http://blog.zugschlus.de/archives/286-fteastcgi.html&quot;&gt;fastcgi,&lt;/a&gt; &lt;a href=&quot;http://blog.zugschlus.de/archives/276-suphp.html&quot;&gt;suphp&lt;/a&gt; und zwei Artikeln über das &lt;a href=&quot;http://blog.zugschlus.de/archives/252-suexec,-die-naechste.html&quot;&gt;klassische&lt;/a&gt; &lt;a href=&quot;http://blog.zugschlus.de/archives/211-suexec-my-php,-babywapache2.html&quot;&gt;suexec&lt;/a&gt; begann, findet heute ihren vorläufigen Abschluss mit dem Setup, für das ich mich letztendlich entschieden habe.
&lt;/p&gt;

&lt;p&gt;
Da auf dem von mir angepeilten Zielsystem nur eine Handvoll Präsenzen mit ähnlich wenigen verschiedenen Webanwendungen ins Hosting kommen wird, könnte ich mich für eine Lösung entscheiden, deren Skalierungsverhalten sie für &amp;quot;richtiges&amp;quot; Hosting uninteressant macht. Jede Webapplikation bekommt einen eigenen apache, der gleich unter einer nicht priviligierten uid gestartet wird und auf einem hohen Port von 127.0.0.1 Verbindungen annimmt. Das Mapping auf die &amp;quot;offizielle&amp;quot; IP und Port 80 übernimmt ein zentraler &amp;quot;normaler&amp;quot; apache als reverse proxy.
&lt;/p&gt;

&lt;p&gt;
Dieser Artikel entstand ursprünglich im Jahr 2006. Fünf Jahre später hat auch Debian es geschafft, mehrere apache-Instanzen &amp;quot;ordentlich&amp;quot; zu unterstützen, und ganz ohne gepatchte Scripts. Diese überarbeitete Version dieses Artikels beschreibt die Vorgehensweise unter dem in 2011 aktuellen Debian squeeze.
&lt;/p&gt;
 &lt;a class=&quot;block_level&quot; href=&quot;https://blog.zugschlus.de/archives/324-Trennung-von-Webapplikationen-mit-Extrainstanzen-des-Apache.html#extended&quot;&gt;Continue reading &quot;Trennung von Webapplikationen mit Extrainstanzen des Apache&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 18 Feb 2006 15:21:24 +0000</pubDate>
    <guid isPermaLink="false">https://blog.zugschlus.de/archives/324-guid.html</guid>
    <category>apache</category>
<category>incluesion</category>
<category>php</category>
<category>security</category>
<category>webapps</category>

</item>
<item>
    <title>fastcgi</title>
    <link>https://blog.zugschlus.de/archives/286-fastcgi.html</link>
            <category>Freie Software</category>
    
    <comments>https://blog.zugschlus.de/archives/286-fastcgi.html#comments</comments>
    <wfw:comment>https://blog.zugschlus.de/wfwcomment.php?cid=286</wfw:comment>

    <slash:comments>9</slash:comments>
    <wfw:commentRss>https://blog.zugschlus.de/rss.php?version=2.0&amp;type=comments&amp;cid=286</wfw:commentRss>
    

    <author>nospam@example.com ()</author>
    <content:encoded>
    &lt;p&gt;In Fortsetzung der &lt;a href=&quot;http://blog.zugschlus.de/archives/276-suphp.html&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Artikelreihe&lt;/a&gt; zur &lt;a href=&quot;http://blog.zugschlus.de/archives/211-suexec-my-php,-babywapache2.html&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Entfernung&lt;/a&gt; von &lt;a href=&quot;http://blog.zugschlus.de/archives/252-suexec,-die-naechste.html&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;PHP-Scripts&lt;/a&gt; aus dem Accountkontext des Webservers ist heute FastCGI an der Reihe.&lt;/p&gt;

&lt;p&gt;Kurzzusammenfassung aus der Theorie: Es ist vermutlich performanter als suexec und suphp, bringt aber weder Erleichterung in der Handhabung noch in der Sicherheit.&lt;/p&gt;

&lt;p&gt;In diesem Artikel bekommt auch das debianhowto.de apache2-php-fcgi-HOWTO sein Fett weg.&lt;/p&gt;
 &lt;a class=&quot;block_level&quot; href=&quot;https://blog.zugschlus.de/archives/286-fastcgi.html#extended&quot;&gt;Continue reading &quot;fastcgi&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 30 Dec 2005 13:18:31 +0000</pubDate>
    <guid isPermaLink="false">https://blog.zugschlus.de/archives/286-guid.html</guid>
    <category>apache</category>
<category>fastcgi</category>
<category>incluesion</category>
<category>php</category>
<category>security</category>
<category>webapps</category>

</item>
<item>
    <title>suphp</title>
    <link>https://blog.zugschlus.de/archives/276-suphp.html</link>
            <category>Computer und Netze</category>
    
    <comments>https://blog.zugschlus.de/archives/276-suphp.html#comments</comments>
    <wfw:comment>https://blog.zugschlus.de/wfwcomment.php?cid=276</wfw:comment>

    <slash:comments>9</slash:comments>
    <wfw:commentRss>https://blog.zugschlus.de/rss.php?version=2.0&amp;type=comments&amp;cid=276</wfw:commentRss>
    

    <author>nospam@example.com ()</author>
    <content:encoded>
    &lt;p&gt;Schon bei den Vorarbeiten zu &lt;a onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot; href=&quot;http://blog.zugschlus.de/archives/211-suexec-my-php,-babywapache2.html&quot;&gt;diesem&lt;/a&gt; und &lt;a onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot; href=&quot;http://blog.zugschlus.de/archives/252-suexec,-die-naechste.html&quot;&gt;diesem&lt;/a&gt; Artikel hat man mir sehr nahegelegt, &lt;a onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot; href=&quot;http://www.suphp.org/&quot;&gt;suphp&lt;/a&gt; anzugucken. Das habe ich heute getan.&lt;/p&gt;
 &lt;a class=&quot;block_level&quot; href=&quot;https://blog.zugschlus.de/archives/276-suphp.html#extended&quot;&gt;Continue reading &quot;suphp&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 11 Dec 2005 20:59:38 +0000</pubDate>
    <guid isPermaLink="false">https://blog.zugschlus.de/archives/276-guid.html</guid>
    <category>apache</category>
<category>incluesion</category>
<category>php</category>
<category>security</category>
<category>suphp</category>
<category>webapps</category>

</item>
<item>
    <title>suexec, die nächste</title>
    <link>https://blog.zugschlus.de/archives/252-suexec,-die-naechste.html</link>
            <category>Security</category>
    
    <comments>https://blog.zugschlus.de/archives/252-suexec,-die-naechste.html#comments</comments>
    <wfw:comment>https://blog.zugschlus.de/wfwcomment.php?cid=252</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>https://blog.zugschlus.de/rss.php?version=2.0&amp;type=comments&amp;cid=252</wfw:commentRss>
    

    <author>nospam@example.com ()</author>
    <content:encoded>
    &lt;p&gt;In Fortsetzung von &lt;a onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot; href=&quot;http://blog.zugschlus.de/archives/211-suexec-my-php,-babywapache2.html&quot;&gt;suexec my php, baby^wapache&lt;/a&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt; &lt;/span&gt;habe ich gestern suexec auf dem ersten Produktivsystem verfügbar gemacht, und einige Unzulänglichkeiten im Debian-Setup gefunden.&lt;/p&gt;
 &lt;a class=&quot;block_level&quot; href=&quot;https://blog.zugschlus.de/archives/252-suexec,-die-naechste.html#extended&quot;&gt;Continue reading &quot;suexec, die nächste&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 27 Nov 2005 10:27:02 +0000</pubDate>
    <guid isPermaLink="false">https://blog.zugschlus.de/archives/252-guid.html</guid>
    <category>apache</category>
<category>incluesion</category>
<category>php</category>
<category>security</category>
<category>suexec</category>
<category>webapps</category>

</item>
<item>
    <title>suexec my php, baby^wapache2</title>
    <link>https://blog.zugschlus.de/archives/211-suexec-my-php,-babywapache2.html</link>
            <category>Security</category>
    
    <comments>https://blog.zugschlus.de/archives/211-suexec-my-php,-babywapache2.html#comments</comments>
    <wfw:comment>https://blog.zugschlus.de/wfwcomment.php?cid=211</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>https://blog.zugschlus.de/rss.php?version=2.0&amp;type=comments&amp;cid=211</wfw:commentRss>
    

    <author>nospam@example.com ()</author>
    <content:encoded>
    &lt;p&gt;Von einem der auszog, seine PHP-Scripts nicht mehr als www-data laufen zu sehen.&lt;/p&gt;

&lt;p&gt;Auf der Suche nach einer Lösung für ein Standardproblem&lt;/p&gt;
 &lt;a class=&quot;block_level&quot; href=&quot;https://blog.zugschlus.de/archives/211-suexec-my-php,-babywapache2.html#extended&quot;&gt;Continue reading &quot;suexec my php, baby^wapache2&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 07 Oct 2005 23:47:00 +0000</pubDate>
    <guid isPermaLink="false">https://blog.zugschlus.de/archives/211-guid.html</guid>
    <category>apache</category>
<category>incluesion</category>
<category>php</category>
<category>security</category>
<category>suexec</category>
<category>webapps</category>

</item>

</channel>
</rss>
