You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2001/10/19 07:53:53 UTC

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

jerenkrantz    01/10/18 22:53:53

  Modified:    docs/manual/mod mod_log_config.html directives.html
  Log:
  Remove Port references
  
  Revision  Changes    Path
  1.53      +1 -1      httpd-2.0/docs/manual/mod/mod_log_config.html
  
  Index: mod_log_config.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_log_config.html,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- mod_log_config.html	2001/10/13 17:46:49	1.52
  +++ mod_log_config.html	2001/10/19 05:53:53	1.53
  @@ -157,7 +157,7 @@
   
       <p>Note that the canonical <a
       href="core.html#servername">ServerName</a> and <a
  -    href="core.html#port">Port</a> of the server serving the
  +    href="mpm_common.html#listen">Listen</a> of the server serving the
       request are used for <code>%v</code> and <code>%p</code>
       respectively. This happens regardless of the <a
       href="core.html#usecanonicalname">UseCanonicalName</a> setting
  
  
  
  1.89      +0 -2      httpd-2.0/docs/manual/mod/directives.html
  
  Index: directives.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/directives.html,v
  retrieving revision 1.88
  retrieving revision 1.89
  diff -u -r1.88 -r1.89
  --- directives.html	2001/09/22 19:36:00	1.88
  +++ directives.html	2001/10/19 05:53:53	1.89
  @@ -472,8 +472,6 @@
   
         <li><a href="mpm_common.html#pidfile">PidFile</a></li>
   
  -      <li><a href="core.html#port">Port</a></li>
  -
         <li><a href="mod_proxy.html#proxyblock">ProxyBlock</a></li>
   
         <li><a href="mod_proxy.html#proxydomain">ProxyDomain</a></li>