<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.hot-chilli.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.hot-chilli.net/feed.php">
        <title>Hot-Chilli Wiki - allgemeine-howtos:apache:php</title>
        <description></description>
        <link>https://wiki.hot-chilli.net/</link>
        <image rdf:resource="https://wiki.hot-chilli.net/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-17T08:25:49+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.hot-chilli.net/allgemeine-howtos/apache/php/apache-2-und-libapache2-mod-fcgid?rev=1453284664&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.hot-chilli.net/allgemeine-howtos/apache/php/php-safemode-settings-im-virtualhost?rev=1453284792&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.hot-chilli.net/allgemeine-howtos/apache/php/start?rev=1453285889&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.hot-chilli.net/_media/wiki/dokuwiki.svg">
        <title>Hot-Chilli Wiki</title>
        <link>https://wiki.hot-chilli.net/</link>
        <url>https://wiki.hot-chilli.net/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.hot-chilli.net/allgemeine-howtos/apache/php/apache-2-und-libapache2-mod-fcgid?rev=1453284664&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-01-20T10:11:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>apache-2-und-libapache2-mod-fcgid</title>
        <link>https://wiki.hot-chilli.net/allgemeine-howtos/apache/php/apache-2-und-libapache2-mod-fcgid?rev=1453284664&amp;do=diff</link>
        <description>Apache 2 und libapache2-mod-fcgid

Die Einrichtung von mod-fcgid für Apache 2.x unter Debian ist denkbar einfach, man muss nur einmal herausgefunden haben, wie es geht. Hier eine kurze aber vollständige Zusammenfassung:

apt-get install libapache2-mod-fcgid</description>
    </item>
    <item rdf:about="https://wiki.hot-chilli.net/allgemeine-howtos/apache/php/php-safemode-settings-im-virtualhost?rev=1453284792&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-01-20T10:13:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>php-safemode-settings-im-virtualhost</title>
        <link>https://wiki.hot-chilli.net/allgemeine-howtos/apache/php/php-safemode-settings-im-virtualhost?rev=1453284792&amp;do=diff</link>
        <description>PHP SafeMode Settings im VirtualHost

Wird PHP als Apache-Module eingesetzt, sind wir mit folgenden Settings innerhalb des VirtualHost Eintrages einer Domain innerhalb der Apache-Konfiguration gut gefahren:

php_admin_flag engine on
php_admin_value open_basedir /var/www/http/www.domain.tld/
php_admin_value upload_tmp_dir /var/www/http/www.domain.tld/tmp/
php_admin_value session.save_path /var/www/http/www.domain.tld/tmp/
php_admin_value include_path .:/var/www/http/www.domain.tld/
php_admin_flag…</description>
    </item>
    <item rdf:about="https://wiki.hot-chilli.net/allgemeine-howtos/apache/php/start?rev=1453285889&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-01-20T10:31:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://wiki.hot-chilli.net/allgemeine-howtos/apache/php/start?rev=1453285889&amp;do=diff</link>
        <description>PHP in Verbindung mit Apache

Was wäre der Apache nur ohne PHP...? Um die Programmiersprache an sich geht es hier nicht, mehr um die Integration in den Apachen, ausserdem Sicherheit und interessante Zusatzfunktionalitäten.</description>
    </item>
</rdf:RDF>
