You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yo...@apache.org on 2004/09/05 00:29:04 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_log_config.xml

yoshiki     2004/09/04 15:29:04

  Modified:    docs/manual/mod Tag: APACHE_2_0_BRANCH mod_log_config.xml
  Log:
  Backport some changes from 2.1.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.13.2.13 +6 -3      httpd-2.0/docs/manual/mod/mod_log_config.xml
  
  Index: mod_log_config.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_log_config.xml,v
  retrieving revision 1.13.2.12
  retrieving revision 1.13.2.13
  diff -u -r1.13.2.12 -r1.13.2.13
  --- mod_log_config.xml	17 Apr 2004 18:43:37 -0000	1.13.2.12
  +++ mod_log_config.xml	4 Sep 2004 22:29:03 -0000	1.13.2.13
  @@ -107,7 +107,10 @@
           in the request sent to the server.</td></tr>
   
       <tr><td><code>%...l</code></td>
  -        <td>Remote logname (from identd, if supplied)</td></tr>
  +        <td>Remote logname (from identd, if supplied). This will return a
  +        dash unless <module>mod_ident</module> is present and <directive
  +        module="mod_ident">IdentityCheck</directive> is set
  +        <code>On</code>.</td></tr>
   
       <tr><td><code>%...m</code></td>
           <td>The request method</td></tr>
  @@ -216,7 +219,7 @@
       at the final request.  So for example, <code>%&gt;s</code> can be
       used to record the final status of the request and
       <code>%&lt;u</code> can be used to record the original
  -    authenticated user on a request that is internally redirect to an
  +    authenticated user on a request that is internally redirected to an
       unauthenticated resource.</p>
   
       <p>Note that in httpd 2.0 versions prior to 2.0.46, no escaping was performed
  
  
  

Re: cvs commit: httpd-2.0/docs/manual/mod mod_log_config.xml

Posted by Yoshiki Hayashi <yo...@xemacs.org>.
At Sun, 5 Sep 2004 00:53:51 +0200,
André Malo wrote:

> * yoshiki@apache.org wrote:
> 
> > yoshiki     2004/09/04 15:29:04
> > 
> >   Modified:    docs/manual/mod Tag: APACHE_2_0_BRANCH mod_log_config.xml
> >        <tr><td><code>%...l</code></td>
> >   -        <td>Remote logname (from identd, if supplied)</td></tr>
> >   +        <td>Remote logname (from identd, if supplied). This will return a
> >   +        dash unless <module>mod_ident</module> is present and <directive
> >   +        module="mod_ident">IdentityCheck</directive> is set
> >   +        <code>On</code>.</td></tr>
> 
> That's wrong. mod_ident doesn't exist in 2.0.

Oops.  I knew IdentiyCheck directive existed but I didn't realize that
mod_ident was a new module.  Fixed now.  Thanks.

-- 
Yoshiki Hayashi

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: cvs commit: httpd-2.0/docs/manual/mod mod_log_config.xml

Posted by André Malo <nd...@perlig.de>.
* yoshiki@apache.org wrote:

> yoshiki     2004/09/04 15:29:04
> 
>   Modified:    docs/manual/mod Tag: APACHE_2_0_BRANCH mod_log_config.xml
>        <tr><td><code>%...l</code></td>
>   -        <td>Remote logname (from identd, if supplied)</td></tr>
>   +        <td>Remote logname (from identd, if supplied). This will return a
>   +        dash unless <module>mod_ident</module> is present and <directive
>   +        module="mod_ident">IdentityCheck</directive> is set
>   +        <code>On</code>.</td></tr>

That's wrong. mod_ident doesn't exist in 2.0.

nd
-- 
package Hacker::Perl::Another::Just;print
qq~@{[reverse split/::/ =>__PACKAGE__]}~;

#  André Malo  #  http://www.perlig.de  #

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org