Author: rbowen
Date: Mon Mar 19 15:14:33 2012
New Revision: 1302502
URL: http://svn.apache.org/viewvc?rev=1302502&view=rev
Log:
Rebuild
Modified:
httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.html.en
httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.html.fr
httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.xml.fr
httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.xml.meta
Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.html.en?rev=1302502&r1=1302501&r2=1302502&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.html.en Mon Mar 19 15:14:33 2012
@@ -265,7 +265,7 @@ an example, not as a recommendation.</p>
<h2><a name="flag_f" id="flag_f">F|forbidden</a></h2>
<p>Using the [F] flag causes the server to return a 403 Forbidden status
code to the client. While the same behavior can be accomplished using
-the <code class="directive"><a href="../mod/mod_access.html#deny">Deny</a></code>
directive, this
+the <code class="directive"><a href="../mod/mod_authz_host.html#deny">Deny</a></code>
directive, this
allows more flexibility in assigning a Forbidden status.</p>
<p>The following rule will forbid <code>.exe</code> files from being
Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.html.fr?rev=1302502&r1=1302501&r2=1302502&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.html.fr (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.html.fr Mon Mar 19 15:14:33 2012
@@ -21,6 +21,8 @@
<p><span>Langues Disponibles: </span><a href="../en/rewrite/flags.html"
hreflang="en" rel="alternate" title="English"> en </a> |
<a href="../fr/rewrite/flags.html" title="Français"> fr </a></p>
</div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.</div>
<p>Ce document décrit les drapeaux disponibles dans la directive
<code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code>,
en fournissant
Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.xml.fr?rev=1302502&r1=1302501&r2=1302502&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.xml.fr (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.xml.fr Mon Mar 19 15:14:33 2012
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1179283 -->
+<!-- English Revision: 1179283:1302501 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.xml.meta?rev=1302502&r1=1302501&r2=1302502&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.xml.meta (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.xml.meta Mon Mar 19 15:14:33 2012
@@ -8,6 +8,6 @@
<variants>
<variant>en</variant>
- <variant>fr</variant>
+ <variant outdated="yes">fr</variant>
</variants>
</metafile>
|