From 2a463b3cd73c32ee9dcd508248d0194923f435f4 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sat, 29 Mar 2014 21:56:19 +0100 Subject: Imported Upstream version 2.4.9 --- docs/manual/mod/mod_example.html.fr | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'docs/manual/mod/mod_example.html.fr') diff --git a/docs/manual/mod/mod_example.html.fr b/docs/manual/mod/mod_example.html.fr index 17f0dad1..8e7cfc25 100644 --- a/docs/manual/mod/mod_example.html.fr +++ b/docs/manual/mod/mod_example.html.fr @@ -9,7 +9,7 @@ - @@ -123,20 +123,16 @@

Pour activer le module example, ajoutez à votre fichier httpd.conf un bloc du style :

-
-<Location /example-info>
+
<Location /example-info>
    SetHandler example-handler
-</Location>
-
+</Location>

Vous pouvez aussi ajouter ce qui suit dans un fichier .htaccess, puis accéder au fichier "test.example" à partir du répertoire correspondant :

-
-   AddHandler example-handler .example
-   
+
AddHandler example-handler .example

Après avoir rechargé la configuration ou redémarré votre serveur, @@ -187,7 +183,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_example.html } })(window, document); //-->