<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.bouthors.fr/wiki/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="http://www.bouthors.fr/wiki/feed.php">
        <title>Bouthors.fr en:linux:serveur_web</title>
        <description></description>
        <link>http://www.bouthors.fr/wiki/</link>
        <image rdf:resource="http://www.bouthors.fr/wiki/lib/tpl/arctic-mbo/images/favicon.ico" />
       <dc:date>2026-08-10T20:57:40+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.bouthors.fr/wiki/doku.php?id=en:linux:serveur_web:auth&amp;rev=1323269830&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.bouthors.fr/wiki/doku.php?id=en:linux:serveur_web:config&amp;rev=1325842422&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.bouthors.fr/wiki/doku.php?id=en:linux:serveur_web:ssl&amp;rev=1323267299&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.bouthors.fr/wiki/lib/tpl/arctic-mbo/images/favicon.ico">
        <title>Bouthors.fr</title>
        <link>http://www.bouthors.fr/wiki/</link>
        <url>http://www.bouthors.fr/wiki/lib/tpl/arctic-mbo/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.bouthors.fr/wiki/doku.php?id=en:linux:serveur_web:auth&amp;rev=1323269830&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-07T15:57:10+02:00</dc:date>
        <title>Authentication with Apache</title>
        <link>http://www.bouthors.fr/wiki/doku.php?id=en:linux:serveur_web:auth&amp;rev=1323269830&amp;do=diff</link>
        <description>LDAP authentication

This chapter describe how to configure LDAP authentication with Apache.

Installation

To install the LDAP server, please look at OpenLDAP.

The LDAP authentication with Apache2 is done with the module authnz_ldap. To enable it, use the following commands :</description>
    </item>
    <item rdf:about="http://www.bouthors.fr/wiki/doku.php?id=en:linux:serveur_web:config&amp;rev=1325842422&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-06T10:33:42+02:00</dc:date>
        <title>Apache Configuration</title>
        <link>http://www.bouthors.fr/wiki/doku.php?id=en:linux:serveur_web:config&amp;rev=1325842422&amp;do=diff</link>
        <description>This page describe how to configure a website with Apache.

Structure

A configuration file for Apache use a structure, for example :


&lt;VirtualHost *:80&gt;
        Servername www.bouthors.fr
        ServerAdmin matthieu@bouthors.fr

        DocumentRoot /var/www
        &lt;Directory /&gt;
                Options FollowSymLinks
                AllowOverride None

        &lt;/Directory&gt;
        &lt;Directory /var/www/&gt;
                Options Indexes FollowSymLinks MultiViews
                AllowOverride No…</description>
    </item>
    <item rdf:about="http://www.bouthors.fr/wiki/doku.php?id=en:linux:serveur_web:ssl&amp;rev=1323267299&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-07T15:14:59+02:00</dc:date>
        <title>HTTPS with Apache</title>
        <link>http://www.bouthors.fr/wiki/doku.php?id=en:linux:serveur_web:ssl&amp;rev=1323267299&amp;do=diff</link>
        <description>This page describes the activation of HTTPS with Apache.

Certificate creation

To generate a certificate (or a CSR), please take a look at OpenSSL.

Then copy the private key and the certificate inside a pem file, for example into /etc/apache2/ssl/.</description>
    </item>
</rdf:RDF>
