]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Wed, 10 Jun 2020 21:22:59 +0000 (21:22 +0000)
committerAndré Malo <nd@apache.org>
Wed, 10 Jun 2020 21:22:59 +0000 (21:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878726 13f79535-47bb-0310-9956-ffa450edef68

docs/man/fcgistarter.8
docs/man/htdbm.1
docs/man/rotatelogs.8
docs/manual/convenience.map
docs/manual/howto/cgi.html.es.utf8
docs/manual/howto/cgi.html.fr.utf8
docs/manual/mod/mod_authz_core.html.fr.utf8
docs/manual/mod/mod_authz_core.xml.fr
docs/manual/mod/mod_authz_core.xml.meta

index decfe62528b9863371a0782232457b1cc737eb02..fa4748f5239fa5defa2e2f2974065364bd50ede6 100644 (file)
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "FCGISTARTER" 8 "2018-09-27" "Apache HTTP Server" "fcgistarter"
+.TH "FCGISTARTER" 8 "2020-06-10" "Apache HTTP Server" "fcgistarter"
 
 .SH NAME
 fcgistarter \- Start a FastCGI program
@@ -46,7 +46,7 @@ Currently only works on Unix systems\&.
  
 .TP
 \fB-c \fIcommand\fR\fR
-FastCGI program  
+Absolute path of the FastCGI program  
 .TP
 \fB-p \fIport\fR\fR
 Port which the program will listen on  
index 1e31a3f976d5066ab71ee982bdc7bf6289aa9892..f1d262aa5e0bd82ef1b5390ed4ac00c5d36a373d 100644 (file)
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "HTDBM" 1 "2018-09-27" "Apache HTTP Server" "htdbm"
+.TH "HTDBM" 1 "2020-06-10" "Apache HTTP Server" "htdbm"
 
 .SH NAME
 htdbm \- Manipulate DBM password databases
@@ -169,7 +169,7 @@ To convert an existing text file \fBhtpasswd\fR-generated password file to a \fB
 .fi
  
 .PP
-The first line creates a new password database with a temporary placeholder entry, and the thrid line removes that placeholder\&.
+The first line creates a new password database with a temporary placeholder entry, and the third line removes that placeholder\&.
  
 .SH "SECURITY CONSIDERATIONS"
  
index 2959155e65fac8a978db7f57e82f614bcd0332e6..eba61bcc5b8ca1a5a83384b1544c44b72cb5c1c7 100644 (file)
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "ROTATELOGS" 8 "2018-09-27" "Apache HTTP Server" "rotatelogs"
+.TH "ROTATELOGS" 8 "2020-06-10" "Apache HTTP Server" "rotatelogs"
 
 .SH NAME
 rotatelogs \- Piped logging program to rotate Apache logs
@@ -44,7 +44,7 @@ rotatelogs \- Piped logging program to rotate Apache logs
 Causes the use of local time rather than GMT as the base for the interval or for \fBstrftime(3)\fR formatting with size-based rotation\&.  
 .TP
 \fB-L\fR \fIlinkname\fR
-Causes a hard link to be made from the current logfile to the specified link name\&. This can be used to watch the log continuously across rotations using a command like \fBtail -F linkname\fR\&.  
+.PP Causes a hard link to be made from the current logfile to the specified link name\&. This can be used to watch the log continuously across rotations using a command like \fBtail -F linkname\fR\&. .PP If the linkname is not an absolute path, it is relative to \fBrotatelogs\fR' working directory, which is the ServerRoot when \fBrotatelogs\fR is run by the server\&.  
 .TP
 \fB-p\fR \fIprogram\fR
 If given, \fBrotatelogs\fR will execute the specified program every time a new log file is opened\&. The filename of the newly opened file is passed as the first argument to the program\&. If executing after a rotation, the old log file is passed as the second argument\&. \fBrotatelogs\fR does not wait for the specified program to terminate before continuing to operate, and will not log any error code returned on termination\&. The spawned program uses the same stdin, stdout, and stderr as rotatelogs itself, and also inherits the environment\&.  
@@ -71,7 +71,7 @@ Create log file for each interval, even if empty\&.
 Use a circular list of filenames without timestamps\&. With -n 3, the series of log files opened would be "logfile", "logfile\&.1", "logfile\&.2", then overwriting "logfile"\&. Available in 2\&.4\&.5 and later\&.  
 .TP
 \fB\fIlogfile\fR\fR
-.PP The path plus basename of the logfile\&. If \fIlogfile\fR includes any '%' characters, it is treated as a format string for \fBstrftime(3)\fR\&. Otherwise, the suffix \fI\&.nnnnnnnnnn\fR is automatically added and is the time in seconds (unless the -t option is used)\&. Both formats compute the start time from the beginning of the current period\&. For example, if a rotation time of 86400 is specified, the hour, minute, and second fields created from the \fBstrftime(3)\fR format will all be zero, referring to the beginning of the current 24-hour period (midnight)\&. .PP When using \fBstrftime(3)\fR filename formatting, be sure the log file format has enough granularity to produce a different file name each time the logs are rotated\&. Otherwise rotation will overwrite the same file instead of starting a new one\&. For example, if \fIlogfile\fR was \fB/var/log/errorlog\&.%Y-%m-%d\fR with log rotation at 5 megabytes, but 5 megabytes was reached twice in the same day, the same log file name would be produced and log rotation would keep writing to the same file\&.  
+.PP The path plus basename of the logfile\&. If \fIlogfile\fR includes any '%' characters, it is treated as a format string for \fBstrftime(3)\fR\&. Otherwise, the suffix \fI\&.nnnnnnnnnn\fR is automatically added and is the time in seconds (unless the -t option is used)\&. Both formats compute the start time from the beginning of the current period\&. For example, if a rotation time of 86400 is specified, the hour, minute, and second fields created from the \fBstrftime(3)\fR format will all be zero, referring to the beginning of the current 24-hour period (midnight)\&. .PP When using \fBstrftime(3)\fR filename formatting, be sure the log file format has enough granularity to produce a different file name each time the logs are rotated\&. Otherwise rotation will overwrite the same file instead of starting a new one\&. For example, if \fIlogfile\fR was \fB/var/log/errorlog\&.%Y-%m-%d\fR with log rotation at 5 megabytes, but 5 megabytes was reached twice in the same day, the same log file name would be produced and log rotation would keep writing to the same file\&. .PP If the logfile is not an absolute path, it is relative to \fBrotatelogs\fR' working directory, which is the ServerRoot when \fBrotatelogs\fR is run by the server\&.  
 .TP
 \fB\fIrotationtime\fR\fR
 The time between log file rotations in seconds\&. The rotation occurs at the beginning of this interval\&. For example, if the rotation time is 3600, the log file will be rotated at the beginning of every hour; if the rotation time is 86400, the log file will be rotated every night at midnight\&. (If no data is logged during an interval, no file will be created\&.)  
index 1f4f1239d50da3d452b89ae491f19781e1b84981..facb93d003dc4337d3db78d1c76fa3f261707b78 100644 (file)
@@ -179,7 +179,10 @@ chrootdir  mod/mod_unixd.html#chrootdir
 contentdigest  mod/core.html#contentdigest
 cookiedomain   mod/mod_usertrack.html#cookiedomain
 cookieexpires  mod/mod_usertrack.html#cookieexpires
+cookiehttponly mod/mod_usertrack.html#cookiehttponly
 cookiename     mod/mod_usertrack.html#cookiename
+cookiesamesite mod/mod_usertrack.html#cookiesamesite
+cookiesecure   mod/mod_usertrack.html#cookiesecure
 cookiestyle    mod/mod_usertrack.html#cookiestyle
 cookietracking mod/mod_usertrack.html#cookietracking
 coredumpdirectory      mod/mpm_common.html#coredumpdirectory
@@ -306,7 +309,6 @@ hostnamelookups     mod/core.html#hostnamelookups
 httpprotocoloptions    mod/core.html#httpprotocoloptions
 identitycheck  mod/mod_ident.html#identitycheck
 identitychecktimeout   mod/mod_ident.html#identitychecktimeout
-idleshutdown   mod/mod_systemd.html#idleshutdown
 if     mod/core.html#if
 ifdefine       mod/core.html#ifdefine
 ifdirective    mod/core.html#ifdirective
@@ -408,16 +410,19 @@ maxrequestworkers mod/mpm_common.html#maxrequestworkers
 maxspareservers        mod/prefork.html#maxspareservers
 maxsparethreads        mod/mpm_common.html#maxsparethreads
 maxthreads     mod/mpm_netware.html#maxthreads
+mdactivationdelay      mod/mod_md.html#mdactivationdelay
 mdbaseserver   mod/mod_md.html#mdbaseserver
 mdcachallenges mod/mod_md.html#mdcachallenges
 mdcertificateagreement mod/mod_md.html#mdcertificateagreement
 mdcertificateauthority mod/mod_md.html#mdcertificateauthority
+mdcertificatecheck     mod/mod_md.html#mdcertificatecheck
 mdcertificatefile      mod/mod_md.html#mdcertificatefile
 mdcertificatekeyfile   mod/mod_md.html#mdcertificatekeyfile
 mdcertificatemonitor   mod/mod_md.html#mdcertificatemonitor
 mdcertificateprotocol  mod/mod_md.html#mdcertificateprotocol
 mdcertificatestatus    mod/mod_md.html#mdcertificatestatus
 mdchallengedns01       mod/mod_md.html#mdchallengedns01
+mdcontactemail mod/mod_md.html#mdcontactemail
 mddrivemode    mod/mod_md.html#mddrivemode
 mdhttpproxy    mod/mod_md.html#mdhttpproxy
 mdmember       mod/mod_md.html#mdmember
@@ -608,6 +613,7 @@ serverroot  mod/core.html#serverroot
 serversignature        mod/core.html#serversignature
 servertokens   mod/core.html#servertokens
 session        mod/mod_session.html#session
+sessioncookiemaxage    mod/mod_session_cookie.html#sessioncookiemaxage
 sessioncookiename      mod/mod_session_cookie.html#sessioncookiename
 sessioncookiename2     mod/mod_session_cookie.html#sessioncookiename2
 sessioncookieremove    mod/mod_session_cookie.html#sessioncookieremove
index 58484b67fce61ca7cbe2a592d0f451909bf623a4..dc2439e359be162aa10b1b4f1c47e7d0de904f09 100644 (file)
 <a href="../ja/howto/cgi.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/howto/cgi.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">Esta traducción podría estar
+            obsoleta. Consulte la versión en inglés de la
+            documentación para comprobar si se han producido cambios
+            recientemente.</div>
 </div>
 <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#intro">Introducción</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#configuring">Configurando Apache para permitir CGI</a></li>
index 57cd0ced6c1270d7e33b6bc08599e49e5b5e7da2..528de8a9d2d7e39718228af62e5d7892531927e7 100644 (file)
@@ -29,6 +29,8 @@
 <a href="../ja/howto/cgi.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/howto/cgi.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 </div>
 <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#intro">Introduction</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#configuring">Configurer Apache pour autoriser CGI</a></li>
index d35828c9738835911bde26e9549b990ccf0d6db8..214130d9cc16779b847feb8df61667c213b04252 100644 (file)
@@ -29,6 +29,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/mod/mod_authz_core.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/mod/mod_authz_core.html" title="Français">&nbsp;fr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Socle d'autorisation</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Base</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">Identificateur de Module:</a></th><td>authz_core_module</td></tr>
@@ -362,12 +364,12 @@ de l'alias spécifié</td></tr>
     
     <pre class="prettyprint lang-config"># Dans cet exemple, pour que les deux adresses IP soient prises en compte, elles
 # DOIVENT être entourées de guillemets
-&lt;AuthzProviderAlias ip blacklisted-ips "XXX.XXX.XXX.XXX YYY.YYY.YYY.YYY"&gt;
+&lt;AuthzProviderAlias ip reject-ips "XXX.XXX.XXX.XXX YYY.YYY.YYY.YYY"&gt;
 &lt;/AuthzProviderAlias&gt;
 
 &lt;Directory "/path/to/dir"&gt;
     &lt;RequireAll&gt;
-        Require not blacklisted-ips
+        Require not reject-ips
         Require all granted
     &lt;/RequireAll&gt;
 &lt;/Directory&gt;</pre>
index da062d95ddfa7293100683e8d72eb5921c74f6af..5b875928974b35cfda39a78c893c08cbf06a37c7 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1834209 -->
+<!-- English Revision: 1834209:1878551 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 5023ce74e38c5033f07d45090b67a59a8e15fea6..248771933a9e8b2688556aaea1c42b82a23108ab 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>