<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://schaelsick.de/doku/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://schaelsick.de/doku/feed.php">
        <title>joDoc - server</title>
        <description></description>
        <link>https://schaelsick.de/doku/</link>
        <image rdf:resource="https://schaelsick.de/doku/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-06-30T21:07:38+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://schaelsick.de/doku/doku.php?id=server:apache24&amp;rev=1712957094&amp;do=diff"/>
                <rdf:li rdf:resource="https://schaelsick.de/doku/doku.php?id=server:exim4&amp;rev=1663754450&amp;do=diff"/>
                <rdf:li rdf:resource="https://schaelsick.de/doku/doku.php?id=server:ms365&amp;rev=1731013607&amp;do=diff"/>
                <rdf:li rdf:resource="https://schaelsick.de/doku/doku.php?id=server:wordpress&amp;rev=1695583884&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://schaelsick.de/doku/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>joDoc</title>
        <link>https://schaelsick.de/doku/</link>
        <url>https://schaelsick.de/doku/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://schaelsick.de/doku/doku.php?id=server:apache24&amp;rev=1712957094&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-04-12T21:24:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>apache24</title>
        <link>https://schaelsick.de/doku/doku.php?id=server:apache24&amp;rev=1712957094&amp;do=diff</link>
        <description>Apache



Auf mpm_event und php-fpm umstellen, um maximale performance und http2 zu ermöglichen
https://www.lalber.org/2020/02/apache2-auf-mpm-event-und-php-fpm-umstellen/
Security settings, um maximale SSL Kompatibilität und Sicherheit zu ermöglichen - siehe required mods!</description>
    </item>
    <item rdf:about="https://schaelsick.de/doku/doku.php?id=server:exim4&amp;rev=1663754450&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-21T10:00:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>exim4</title>
        <link>https://schaelsick.de/doku/doku.php?id=server:exim4&amp;rev=1663754450&amp;do=diff</link>
        <description>EXIM



Enable TLS, mit lets encrypt certificates
Siehe auch https://otremba.net/wiki/Exim4_als_SMTP-Server_(Debian)
Und vor allem das README.Debian.gz von exim4
Und https://wiki.debian.org/PkgExim4UserFAQ https://wiki.debian.org/PkgExim4
 - Erst letsencrypt einrichten mit Apache und certbot</description>
    </item>
    <item rdf:about="https://schaelsick.de/doku/doku.php?id=server:ms365&amp;rev=1731013607&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-07T21:06:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ms365</title>
        <link>https://schaelsick.de/doku/doku.php?id=server:ms365&amp;rev=1731013607&amp;do=diff</link>
        <description>Microsoft 365

MFA Zugriffsschutz

Dieser wird durch MS sukzessive erzwungen. Es gibt zwei Möglichkeiten:

Sicherheitsstandards: &lt;https://learn.microsoft.com/de-de/entra/fundamentals/security-defaults&gt;

Oder 

Richtlinie für bedingten Zugriff: &lt;https://learn.microsoft.com/de-de/entra/identity/conditional-access/overview&gt;</description>
    </item>
    <item rdf:about="https://schaelsick.de/doku/doku.php?id=server:wordpress&amp;rev=1695583884&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-24T19:31:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wordpress</title>
        <link>https://schaelsick.de/doku/doku.php?id=server:wordpress&amp;rev=1695583884&amp;do=diff</link>
        <description>WordPress

Ein paar Notizen zu Wordpress - unsortiert.

Initiales User Setup

Als admin einloggen, und dann: (hostname kann % sein)


create database databasename;
CREATE USER &quot;wordpressusername&quot;@&quot;hostname&quot; IDENTIFIED BY &quot;password&quot;;
GRANT ALL PRIVILEGES ON databasename.* TO &quot;wordpressusername&quot;@&quot;hostname&quot;;
FLUSH PRIVILEGES;
exit;</description>
    </item>
</rdf:RDF>
