mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1690173 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -624,6 +624,7 @@ sslverifydepth mod/mod_ssl.html#sslverifydepth
|
||||
startservers mod/mpm_common.html#startservers
|
||||
startthreads mod/mpm_common.html#startthreads
|
||||
substitute mod/mod_substitute.html#substitute
|
||||
substituteinheritbefore mod/mod_substitute.html#substituteinheritbefore
|
||||
substitutemaxlinelength mod/mod_substitute.html#substitutemaxlinelength
|
||||
suexec mod/mod_unixd.html#suexec
|
||||
suexecusergroup mod/mod_suexec.html#suexecusergroup
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
time with your delimiter which it then remembers and on each subsequent
|
||||
call it returns the next token. Obviously if multiple threads are
|
||||
calling it you will have a problem. Most systems have a reentrant version
|
||||
of of the function called <code>strtok_r()</code> where you pass in an
|
||||
of the function called <code>strtok_r()</code> where you pass in an
|
||||
extra argument which contains an allocated <code>char *</code> which the
|
||||
function will use instead of its own static storage for maintaining
|
||||
the tokenizing state. If you are using <a href="http://apr.apache.org/">APR</a> you can use <code>apr_strtok()</code>.</p>
|
||||
|
||||
@@ -464,7 +464,7 @@ Swap: 3903784 12540 3891244</pre></div>
|
||||
be done offline so the web server machine is not burdened
|
||||
by processing the log files. Most log analysis packages
|
||||
understand the Common Log Format. The fields in the log
|
||||
lines are explained in in the following:
|
||||
lines are explained in the following:
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
@@ -566,7 +566,7 @@ parser has been added in 2.4.4.</td></tr>
|
||||
</table>
|
||||
<p>The <code class="directive"><a href="#authformmethod">AuthFormMethod</a></code> directive specifies
|
||||
the name of an HTML field which, if present, will contain the
|
||||
mimetype of the request to to submit should login be successful.</p>
|
||||
mimetype of the request to submit should login be successful.</p>
|
||||
|
||||
<p>By populating the form with fields described by
|
||||
<code class="directive"><a href="#authformmethod">AuthFormMethod</a></code>,
|
||||
|
||||
@@ -29,6 +29,8 @@
|
||||
<p><span>Langues Disponibles: </span><a href="../en/mod/mod_auth_form.html" hreflang="en" rel="alternate" title="English"> en </a> |
|
||||
<a href="../fr/mod/mod_auth_form.html" title="Fran<61>ais"> fr </a></p>
|
||||
</div>
|
||||
<div class="outofdate">Cette traduction peut <20>tre p<>rim<69>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>Authentification <20> l'aide d'un formulaire</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<75>de<64>Module:</a></th><td>auth_form_module</td></tr>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||||
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
|
||||
<!-- English Revision: 1673892 -->
|
||||
<!-- English Revision: 1673892:1690137 (outdated) -->
|
||||
<!-- French translation : Lucien GENTIS -->
|
||||
<!-- Reviewed by : Vincent Deffontaines -->
|
||||
|
||||
|
||||
@@ -8,6 +8,6 @@
|
||||
|
||||
<variants>
|
||||
<variant>en</variant>
|
||||
<variant>fr</variant>
|
||||
<variant outdated="yes">fr</variant>
|
||||
</variants>
|
||||
</metafile>
|
||||
|
||||
@@ -1330,7 +1330,7 @@ ProxyPass "/mirror/foo" "http://backend.example.com"</pre>
|
||||
like <code>JSESSIONID</code> or <code>PHPSESSIONID</code>,
|
||||
and it depends on the backend application server that support sessions.
|
||||
If the backend application server uses different name for cookies
|
||||
and url encoded id (like servlet containers) use | to to separate them.
|
||||
and url encoded id (like servlet containers) use | to separate them.
|
||||
The first part is for the cookie the second for the path.<br />
|
||||
Available in Apache HTTP Server 2.4.4 and later.
|
||||
</td></tr>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||||
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
|
||||
<!-- English Revision: 1673932:1689317 (outdated) -->
|
||||
<!-- English Revision: 1673932:1690137 (outdated) -->
|
||||
<!-- French translation : Lucien GENTIS -->
|
||||
<!-- Reviewed by : Vincent Deffontaines -->
|
||||
|
||||
|
||||
@@ -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.ja.xsl"?>
|
||||
<!-- English Revision: 344971:1689317 (outdated) -->
|
||||
<!-- English Revision: 344971:1690137 (outdated) -->
|
||||
|
||||
<!--
|
||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
|
||||
@@ -361,7 +361,7 @@ AliasMatch "^/myapp" "/opt/myapp-1.2.3"
|
||||
|
||||
<dd>The path component of the requested URI,
|
||||
such as "/index.html". This notably excludes the
|
||||
query string which is available as as its own variable
|
||||
query string which is available as its own variable
|
||||
named <code>QUERY_STRING</code>.</dd>
|
||||
|
||||
<dt><code>THE_REQUEST</code></dt>
|
||||
|
||||
@@ -29,6 +29,8 @@
|
||||
<p><span>Langues Disponibles: </span><a href="../en/mod/mod_rewrite.html" hreflang="en" rel="alternate" title="English"> en </a> |
|
||||
<a href="../fr/mod/mod_rewrite.html" title="Fran<61>ais"> fr </a></p>
|
||||
</div>
|
||||
<div class="outofdate">Cette traduction peut <20>tre p<>rim<69>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>Ce module fournit un moteur de r<><72>criture <20> base de
|
||||
r<EFBFBD>gles permettant de r<><72>crire les URLs des requ<71>tes
|
||||
<EFBFBD> la vol<6F>e</td></tr>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||||
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
|
||||
<!-- English Revision: 1673945 -->
|
||||
<!-- English Revision: 1673945:1690137 (outdated) -->
|
||||
<!-- French translation : Lucien GENTIS -->
|
||||
<!-- Reviewed by : Vincent Deffontaines -->
|
||||
|
||||
|
||||
@@ -8,6 +8,6 @@
|
||||
|
||||
<variants>
|
||||
<variant>en</variant>
|
||||
<variant>fr</variant>
|
||||
<variant outdated="yes">fr</variant>
|
||||
</variants>
|
||||
</metafile>
|
||||
|
||||
@@ -426,7 +426,7 @@ refreshed</td></tr>
|
||||
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl_ct</td></tr>
|
||||
</table>
|
||||
<p>The <code class="directive">CTSCTStorage</code> directive sets the name of a
|
||||
directory where SCTs and SCT lists will will be stored. If <em>directory</em>
|
||||
directory where SCTs and SCT lists will be stored. If <em>directory</em>
|
||||
is not absolute then it is assumed to be relative to <code class="directive"><a href="../mod/core.html#defaultruntimedir">
|
||||
DefaultRuntimeDir</a></code>.</p>
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<code class="directive"><a href="../mod/mpm_common.html#startservers">StartServers</a></code> processes
|
||||
accepting connections.</p>
|
||||
|
||||
<p>Each child process consists of a a pool of worker threads and a
|
||||
<p>Each child process consists of a pool of worker threads and a
|
||||
main thread that accepts connections and passes them to the workers via
|
||||
a work queue. The worker thread pool is dynamic, managed by a
|
||||
maintenance thread so that the number of idle threads is kept between
|
||||
|
||||
Reference in New Issue
Block a user