You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by sl...@apache.org on 2003/04/07 04:03:38 UTC

cvs commit: httpd-docs-1.3/htdocs/manual logs.html

slive       2003/04/06 19:03:38

  Modified:    htdocs/manual logs.html
  Log:
  Remove some untested examples that don't really work.
  
  PR: 12386
  
  Revision  Changes    Path
  1.11      +0 -16     httpd-docs-1.3/htdocs/manual/logs.html
  
  Index: logs.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/logs.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -d -b -u -r1.10 -r1.11
  --- logs.html	23 May 2002 07:47:08 -0000	1.10
  +++ logs.html	7 Apr 2003 02:03:38 -0000	1.11
  @@ -517,22 +517,6 @@
       that piped log programs usually run as root. It is therefore
       very important to keep the programs simple and secure.</p>
   
  -    <p>Some simple examples using piped logs:</p>
  -
  -    <blockquote>
  -      <code># compressed logs<br />
  -       CustomLog "|/usr/bin/gzip -c &gt;&gt;
  -      /var/log/access_log.gz" common<br />
  -       # almost-real-time name resolution<br />
  -       CustomLog "|/usr/local/apache/bin/logresolve &gt;&gt;
  -      /var/log/access_log" common</code>
  -    </blockquote>
  -
  -    <p>Notice that quotes are used to enclose the entire command
  -    that will be called for the pipe. Although these examples are
  -    for the access log, the same technique can be used for the
  -    error log.</p>
  -
       <p>One important use of piped logs is to allow log rotation
       without having to restart the server. The Apache HTTP Server
       includes a simple program called <a
  
  
  

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