<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.herrmix.de/dokuwiki/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://www.herrmix.de/dokuwiki/feed.php">
        <title>Wiki zum Unterricht - python:pythoncgi</title>
        <description></description>
        <link>https://www.herrmix.de/dokuwiki/</link>
        <image rdf:resource="https://www.herrmix.de/dokuwiki/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-04-17T21:35:21+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.herrmix.de/dokuwiki/doku.php?id=python:pythoncgi:cgi&amp;rev=1686923580&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.herrmix.de/dokuwiki/doku.php?id=python:pythoncgi:cgiformulare&amp;rev=1716529734&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.herrmix.de/dokuwiki/doku.php?id=python:pythoncgi:webserver&amp;rev=1713594786&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.herrmix.de/dokuwiki/lib/exe/fetch.php?media=wiki:logo.png">
        <title>Wiki zum Unterricht</title>
        <link>https://www.herrmix.de/dokuwiki/</link>
        <url>https://www.herrmix.de/dokuwiki/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://www.herrmix.de/dokuwiki/doku.php?id=python:pythoncgi:cgi&amp;rev=1686923580&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-06-16T13:53:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cgi</title>
        <link>https://www.herrmix.de/dokuwiki/doku.php?id=python:pythoncgi:cgi&amp;rev=1686923580&amp;do=diff</link>
        <description>CGI in Python

Was ist CGI?

Das Common Gateway Interface (CGI) ist eine Schnittstelle von Webservern, über die Datenaustausch mit externen Anwendungen möglich ist. Die Webseiten müssen nicht vollständig auf den Server liegen, sie werden von Programmen dynamisch erzeugt. Die Programme liegen dazu in einem Extra-Verzeichnis des Webservers (z.B. cgi-bin). Früher wurde für CGI-Scripte meist Perl oder C verwendet. Python wird auch in CGI-Scripten, meist innerhalb von Webframeworks, wie Django oder F…</description>
    </item>
    <item rdf:about="https://www.herrmix.de/dokuwiki/doku.php?id=python:pythoncgi:cgiformulare&amp;rev=1716529734&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-24T05:48:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cgiformulare</title>
        <link>https://www.herrmix.de/dokuwiki/doku.php?id=python:pythoncgi:cgiformulare&amp;rev=1716529734&amp;do=diff</link>
        <description>Auswertung von Formularen mit CGI

Mit Hilfe von CGI lassen sich auch Webformulare auswerten. Das Formular kann dabei direkt in einer HTML-Datei stehen, es kann aber auch mit Hilfe einer Pythondatei durch CGI erzeugt werden. Dazu als erstes ein einfaches Beispiel:</description>
    </item>
    <item rdf:about="https://www.herrmix.de/dokuwiki/doku.php?id=python:pythoncgi:webserver&amp;rev=1713594786&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-04-20T06:33:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>webserver</title>
        <link>https://www.herrmix.de/dokuwiki/doku.php?id=python:pythoncgi:webserver&amp;rev=1713594786&amp;do=diff</link>
        <description>Ein Webserver mit Python

Ein Webserver ist ein Dienst, welcher den Zugriff auf Webseiten über das http- oder das https-Protokoll anbietet. Der Server lauscht dabei standardmäßig am Port 80 (http-Protokoll) bzw. am Port 443 (https-Protokoll). Typische Webserverprogramme sind Apache oder nginx. Sie sind sehr vielseitig aber auch sehr schwierig zu konfigurieren.</description>
    </item>
</rdf:RDF>
