You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by el...@apache.org on 2017/03/01 11:43:10 UTC

svn commit: r1784915 - in /httpd/httpd/branches/2.4.x/docs/manual: upgrading.html.en upgrading.xml.fr upgrading.xml.meta

Author: elukey
Date: Wed Mar  1 11:43:10 2017
New Revision: 1784915

URL: http://svn.apache.org/viewvc?rev=1784915&view=rev
Log:
documentation rebuild

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/upgrading.html.en
    httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml.meta

Modified: httpd/httpd/branches/2.4.x/docs/manual/upgrading.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/upgrading.html.en?rev=1784915&r1=1784914&r2=1784915&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/upgrading.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/upgrading.html.en Wed Mar  1 11:43:10 2017
@@ -187,7 +187,7 @@ Allow from example.org</pre>
 
 &lt;Location "/server-status"&gt;
     SetHandler server-status
-    Require 127.0.0.1
+    Require local
 &lt;/Location&gt;
 
 access.log - GET /server-status 403 127.0.0.1

Modified: httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml.fr?rev=1784915&r1=1784914&r2=1784915&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml.fr [utf-8] Wed Mar  1 11:43:10 2017
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1772764 -->
+<!-- English Revision: 1772764:1784914 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml.meta?rev=1784915&r1=1784914&r2=1784915&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml.meta Wed Mar  1 11:43:10 2017
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>



Re: svn commit: r1784915 - in /httpd/httpd/branches/2.4.x/docs/manual: upgrading.html.en upgrading.xml.fr upgrading.xml.meta

Posted by Jim Jagielski <ji...@jaguNET.com>.
Oops! Sorry, didn't see the full commit. My mistake. All good! Thx!
> On Mar 1, 2017, at 9:11 AM, Luca Toscano <to...@gmail.com> wrote:
> 
> Hi Jim,
> 
> 2017-03-01 15:02 GMT+01:00 Jim Jagielski <ji...@jagunet.com>:
> 
> > On Mar 1, 2017, at 6:43 AM, elukey@apache.org wrote:
> >
> >
> > &lt;Location "/server-status"&gt;
> >     SetHandler server-status
> > -    Require 127.0.0.1
> > +    Require local
> > &lt;/Location&gt;
> >
> 
> Isn't 'localhost' the canonical term?
> 
> I used the one indicated in https://httpd.apache.org/docs/trunk/mod/mod_authz_host.html#requiredirectives that should be more coincise than Require ip 127.0.0.01/localhost/::1 (credits to Humbedooh for the tip).
> 
> Did I get it wrong?
> 
> Luca 
> 


Re: svn commit: r1784915 - in /httpd/httpd/branches/2.4.x/docs/manual: upgrading.html.en upgrading.xml.fr upgrading.xml.meta

Posted by Luca Toscano <to...@gmail.com>.
Hi Jim,

2017-03-01 15:02 GMT+01:00 Jim Jagielski <ji...@jagunet.com>:

>
> > On Mar 1, 2017, at 6:43 AM, elukey@apache.org wrote:
> >
> >
> > &lt;Location "/server-status"&gt;
> >     SetHandler server-status
> > -    Require 127.0.0.1
> > +    Require local
> > &lt;/Location&gt;
> >
>
> Isn't 'localhost' the canonical term?
>

I used the one indicated in
https://httpd.apache.org/docs/trunk/mod/mod_authz_host.html#requiredirectives
that should be more coincise than Require ip 127.0.0.01/localhost/::1
(credits to Humbedooh for the tip).

Did I get it wrong?

Luca

Re: svn commit: r1784915 - in /httpd/httpd/branches/2.4.x/docs/manual: upgrading.html.en upgrading.xml.fr upgrading.xml.meta

Posted by Jim Jagielski <ji...@jaguNET.com>.
> On Mar 1, 2017, at 6:43 AM, elukey@apache.org wrote:
> 
> 
> &lt;Location "/server-status"&gt;
>     SetHandler server-status
> -    Require 127.0.0.1
> +    Require local
> &lt;/Location&gt;
> 

Isn't 'localhost' the canonical term?