Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F228618488 for ; Sat, 23 May 2015 16:32:18 +0000 (UTC) Received: (qmail 59425 invoked by uid 500); 23 May 2015 16:32:18 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 59341 invoked by uid 500); 23 May 2015 16:32:18 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 59330 invoked by uid 99); 23 May 2015 16:32:18 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 May 2015 16:32:18 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id A1840AC0636 for ; Sat, 23 May 2015 16:32:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1681366 - in /httpd/httpd/branches/2.4.x/docs/manual: howto/ mod/ rewrite/ vhosts/ Date: Sat, 23 May 2015 16:32:18 -0000 To: cvs@httpd.apache.org From: lgentis@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150523163218.A1840AC0636@hades.apache.org> Author: lgentis Date: Sat May 23 16:32:17 2015 New Revision: 1681366 URL: http://svn.apache.org/r1681366 Log: Rebuild. Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/access.html.fr httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml.meta httpd/httpd/branches/2.4.x/docs/manual/howto/auth.html.fr httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml.meta httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml.fr httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml.ja httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml.ko httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml.tr httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.html.fr httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml.fr httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml.meta httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.html.fr httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.xml.fr httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.xml.meta httpd/httpd/branches/2.4.x/docs/manual/vhosts/examples.html.fr httpd/httpd/branches/2.4.x/docs/manual/vhosts/examples.xml.meta httpd/httpd/branches/2.4.x/docs/manual/vhosts/ip-based.html.fr httpd/httpd/branches/2.4.x/docs/manual/vhosts/ip-based.xml.meta httpd/httpd/branches/2.4.x/docs/manual/vhosts/mass.html.fr httpd/httpd/branches/2.4.x/docs/manual/vhosts/mass.xml.meta httpd/httpd/branches/2.4.x/docs/manual/vhosts/name-based.html.fr httpd/httpd/branches/2.4.x/docs/manual/vhosts/name-based.xml.meta Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/access.html.fr URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/access.html.fr?rev=1681366&r1=1681365&r2=1681366&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/howto/access.html.fr (original) +++ httpd/httpd/branches/2.4.x/docs/manual/howto/access.html.fr Sat May 23 16:32:17 2015 @@ -26,8 +26,6 @@

Langues Disponibles:  en  |  fr 

-
Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.

Le contrôle d'accès fait référence à tout concept de contrôle d'accès à une ressource quelconque. Il est distinct du processus d'authentification et d'autorisation.

@@ -178,9 +176,9 @@ d'accès 6h du matin, vous pouvez utiliser mod_rewrite :

RewriteEngine On
-RewriteCond %{TIME_HOUR} >=20 [OR]
-RewriteCond %{TIME_HOUR} <07
-RewriteRule ^/fridge - [F]
+RewriteCond "%{TIME_HOUR}" ">=20" [OR] +RewriteCond "%{TIME_HOUR}" "<07" +RewriteRule "^/fridge" "-" [F]

Toute requête arrivant après 20h ou avant 7h du matin provoquera Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml.meta URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml.meta?rev=1681366&r1=1681365&r2=1681366&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml.meta (original) +++ httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml.meta Sat May 23 16:32:17 2015 @@ -8,6 +8,6 @@ en - fr + fr Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/auth.html.fr URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/auth.html.fr?rev=1681366&r1=1681365&r2=1681366&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/howto/auth.html.fr (original) +++ httpd/httpd/branches/2.4.x/docs/manual/howto/auth.html.fr Sat May 23 16:32:17 2015 @@ -29,8 +29,6 @@  ko  |  tr 

-
Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.

L'authentification est un processus qui vous permet de vérifier qu'une personne est bien celle qu'elle prétend être. L'autorisation @@ -223,13 +221,13 @@ module de chaque groupe.

utiliser les directives suivantes, soit dans le fichier /usr/local/apache/htdocs/secret/.htaccess, soit dans le fichier httpd.conf à l'intérieur d'une section <Directory - /usr/local/apache/htdocs/secret> :

+ "/usr/local/apache/htdocs/secret"> :

AuthType Basic
 AuthName "Restricted Files"
 # (Following line optional)
 AuthBasicProvider file
-AuthUserFile /usr/local/apache/passwd/passwords
+AuthUserFile "/usr/local/apache/passwd/passwords"
 Require user rbowen
@@ -332,8 +330,8 @@ plusieurs personnes AuthName "By Invitation Only" # Optional line: AuthBasicProvider file -AuthUserFile /usr/local/apache/passwd/passwords -AuthGroupFile /usr/local/apache/passwd/groups +AuthUserFile "/usr/local/apache/passwd/passwords" +AuthGroupFile "/usr/local/apache/passwd/groups" Require group GroupName @@ -393,12 +391,12 @@ passe

Par exemple, pour sélectionner un fichier dbm à la place d'un fichier texte :

-
<Directory /www/docs/private>
+    
<Directory "/www/docs/private">
 
     AuthName "Private"
     AuthType Basic
     AuthBasicProvider dbm
-    AuthDBMUserFile /www/passwords/passwd.dbm
+    AuthDBMUserFile "/www/passwords/passwd.dbm"
     Require valid-user
 
 </Directory>
@@ -420,12 +418,12 @@ d'authentification conjointement les fournisseurs d'authentification file et LDAP :

-
<Directory /www/docs/private>
+    
<Directory "/www/docs/private">
 
     AuthName "Private"
     AuthType Basic
     AuthBasicProvider file ldap
-    AuthUserFile /usr/local/apache/passwd/passwords
+    AuthUserFile "/usr/local/apache/passwd/passwords"
     AuthLDAPURL ldap://ldaphost/o=yourorg
     Require valid-user
 
@@ -448,14 +446,14 @@ d'authentification
     autorisation à base de fichier de groupes et une autorisation à base
     de groupes LDAP.

-
<Directory /www/docs/private>
+    
<Directory "/www/docs/private">
 
     AuthName "Private"
     AuthType Basic
     AuthBasicProvider file
-    AuthUserFile /usr/local/apache/passwd/passwords
+    AuthUserFile "/usr/local/apache/passwd/passwords"
     AuthLDAPURL ldap://ldaphost/o=yourorg
-    AuthGroupFile /usr/local/apache/passwd/groups
+    AuthGroupFile "/usr/local/apache/passwd/groups"
     Require group GroupName
     Require ldap-group cn=mygroup,o=yourorg
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml.meta?rev=1681366&r1=1681365&r2=1681366&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml.meta Sat May 23 16:32:17 2015
@@ -8,7 +8,7 @@
 
   
     en
-    fr
+    fr
     ja
     ko
     tr

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml.fr?rev=1681366&r1=1681365&r2=1681366&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml.fr Sat May 23 16:32:17 2015
@@ -1,7 +1,7 @@
 
 
 
-
+
 
 
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml.ja?rev=1681366&r1=1681365&r2=1681366&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml.ja [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml.ja [utf-8] Sat May 23 16:32:17 2015
@@ -1,7 +1,7 @@
 
 
 
-
+
 
 
+
 
 
+
 
+
 
 
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml.meta?rev=1681366&r1=1681365&r2=1681366&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml.meta Sat May 23 16:32:17 2015
@@ -8,6 +8,6 @@
 
   
     en
-    fr
+    fr
   
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.html.fr?rev=1681366&r1=1681365&r2=1681366&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.html.fr Sat May 23 16:32:17 2015
@@ -26,6 +26,8 @@
 

Langues Disponibles:  en  |  fr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.

Ce document complète la documentation de référence du Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.xml.fr?rev=1681366&r1=1681365&r2=1681366&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.xml.fr (original) +++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.xml.fr Sat May 23 16:32:17 2015 @@ -3,7 +3,7 @@ - +