
rbowen at apache
Aug 9, 2013, 11:33 AM
Post #1 of 1
(7 views)
Permalink
|
|
svn commit: r1512436 [5/5] - in /httpd/httpd/trunk/docs/manual: ./ mod/
|
|
Modified: httpd/httpd/trunk/docs/manual/upgrading.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/upgrading.html.en?rev=1512436&r1=1512435&r2=1512436&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/upgrading.html.en (original) +++ httpd/httpd/trunk/docs/manual/upgrading.html.en Fri Aug 9 18:33:18 2013 @@ -204,6 +204,9 @@ Allow from example.org settings to replace it in 2.4. </li> + <li><code class="directive"><a href="./mod/core.html#allowoverride">AllowOverride</a></code> now + defaults to <code>None</code>.</li> + <li><code class="directive"><a href="./mod/core.html#enablesendfile">EnableSendfile</a></code> now defaults to Off.</li> @@ -359,6 +362,9 @@ Allow from example.org <ul> <li><code>configuration error: couldn't check user: /path</code> - load module <code class="module"><a href="./mod/mod_authn_core.html">mod_authn_core</a></code>.</li> + <li><code>.htaccess</code> files aren't being processed - Check for an + appropriate <code class="directive"><a href="./mod/core.html#allowoverride">AllowOverride</a></code> directive; + the default changed to <code>None</code> in 2.4.</li> </ul> </li> </ul> Modified: httpd/httpd/trunk/docs/manual/upgrading.html.fr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/upgrading.html.fr?rev=1512436&r1=1512435&r2=1512436&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/upgrading.html.fr (original) +++ httpd/httpd/trunk/docs/manual/upgrading.html.fr Fri Aug 9 18:33:18 2013 @@ -24,6 +24,8 @@ <p><span>Langues Disponibles: </span><a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English"> en </a> | <a href="./fr/upgrading.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>Afin d'assister les utilisateurs lors de leurs opérations de mise à jour, nous maintenons un document Modified: httpd/httpd/trunk/docs/manual/upgrading.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/upgrading.xml.fr?rev=1512436&r1=1512435&r2=1512436&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/upgrading.xml.fr (original) +++ httpd/httpd/trunk/docs/manual/upgrading.xml.fr Fri Aug 9 18:33:18 2013 @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?> <!-- French translation : Lucien GENTIS --> <!-- Reviewed by : Vincent Deffontaines --> -<!-- English Revision : 1495843 --> +<!-- English Revision: 1495843:1511093 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more Modified: httpd/httpd/trunk/docs/manual/upgrading.xml.meta URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/upgrading.xml.meta?rev=1512436&r1=1512435&r2=1512436&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/upgrading.xml.meta (original) +++ httpd/httpd/trunk/docs/manual/upgrading.xml.meta Fri Aug 9 18:33:18 2013 @@ -8,6 +8,6 @@ <variants> <variant>en</variant> - <variant>fr</variant> + <variant outdated="yes">fr</variant> </variants> </metafile>
|