cvs commit: apache-1.3/htdocs/manual/misc FAQ-I.html

2000-02-11 Thread coar
coar00/02/11 14:11:35

  Modified:htdocs/manual/misc FAQ-I.html
  Log:
Add another module capable of doing footers.
  
  Submitted by: Brian Aker [EMAIL PROTECTED]
  Reviewed by:  Ken Coar
  
  Revision  ChangesPath
  1.5   +2 -2  apache-1.3/htdocs/manual/misc/FAQ-I.html
  
  Index: FAQ-I.html
  ===
  RCS file: /home/cvs/apache-1.3/htdocs/manual/misc/FAQ-I.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- FAQ-I.html2000/01/16 20:52:30 1.4
  +++ FAQ-I.html2000/02/11 22:11:33 1.5
  @@ -31,7 +31,7 @@
 !--#include virtual=header.html --
 H1 ALIGN=CENTERApache Server Frequently Asked Questions/H1
 P
  -  $Revision: 1.4 $ ($Date: 2000/01/16 20:52:30 $)
  +  $Revision: 1.5 $ ($Date: 2000/02/11 22:11:33 $)
 /P
 P
 The latest version of this FAQ is always available from the main
  @@ -188,7 +188,7 @@
 several third party modules available through the A
 HREF=http://modules.apache.org/;Apache Module Registry/A which
 will add footers to documents.  These include mod_trailer, PHP
  -  (SAMPphp3_auto_append_file/SAMP), and mod_perl
  +  (SAMPphp3_auto_append_file/SAMP), mod_layout, and mod_perl
 (SAMPApache::Sandwich/SAMP).
 /P
 HR
  
  
  


cvs commit: apache-1.3/htdocs/manual/misc FAQ-I.html

2000-01-16 Thread martin
martin  00/01/16 12:52:31

  Modified:htdocs/manual/misc FAQ-I.html
  Log:
  At least add a pointer to Andrew Ford's cronolog utility, now that it's
  under the Ap.License
  
  Revision  ChangesPath
  1.4   +24 -1 apache-1.3/htdocs/manual/misc/FAQ-I.html
  
  Index: FAQ-I.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/misc/FAQ-I.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FAQ-I.html1999/07/03 22:12:50 1.3
  +++ FAQ-I.html2000/01/16 20:52:30 1.4
  @@ -31,7 +31,7 @@
 !--#include virtual=header.html --
 H1 ALIGN=CENTERApache Server Frequently Asked Questions/H1
 P
  -  $Revision: 1.3 $ ($Date: 1999/07/03 22:12:50 $)
  +  $Revision: 1.4 $ ($Date: 2000/01/16 20:52:30 $)
 /P
 P
 The latest version of this FAQ is always available from the main
  @@ -82,6 +82,8 @@
  /LI
  LIA HREF=#searchDoes Apache include a search engine?/A
  /LI
  +   LIA HREF=#rotateHow can I rotate my log files?/A
  +   /LI
 /OL
/LI
   !--#endif --
  @@ -202,6 +204,27 @@
 Apache include A HREF=http://www.htdig.org/;ht://Dig/A and A
 HREF=http://sunsite.berkeley.edu/SWISH-E/;SWISH-E/A.
 /P
  +  HR
  + /LI
  + LIA NAME=rotate
  +  STRONGHow can I rotate my log files?/STRONG
  + /A
  +  PThe simple answer: by piping the transfer log into an appropriate
  +  log file rotation utility./P
  +  PThe longer answer: In the src/support/ directory, you will find a
  +  utility called CODErotatelogs/CODE which can be used like this:PRE
  +   TransferLog |/path/to/rotatelogs /path/to/logs/access_log 86400
  +  /PRE to enable daily rotation of the log files.BR
  +  A more sophisticated solution of a logfile rotation utility is
  +  available under the name CODEcronolog/CODE from Andrew Ford's site at
  +  A HREF=http://www.ford-mason.co.uk/resources/cronolog/;
  +  http://www.ford-mason.co.uk/resources/cronolog//A. It can automatically
  +  create logfile subdirectories based on time and date, and can have a
  +  constant symlink point to the rotating logfiles. (As of version 1.6.1,
  +  cronolog is available under the A HREF=../LICENSEApache License/A).
  +  Use it like this:PRE
  +   CustomLog |/path/to/cronolog --symlink=/usr/local/apache/logs/access_log 
/usr/local/apache/logs/%Y/%m/access_log combined
  +  /PRE/P
 HR
/LI
   /OL
  
  
  


cvs commit: apache-1.3/htdocs/manual/misc FAQ-I.html

1999-06-24 Thread coar
coar99/06/24 08:06:27

  Modified:htdocs/manual/misc FAQ-I.html
  Log:
Whoops, missed one LI update..
  
  Revision  ChangesPath
  1.2   +2 -2  apache-1.3/htdocs/manual/misc/FAQ-I.html
  
  Index: FAQ-I.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/misc/FAQ-I.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FAQ-I.html1999/06/24 15:02:52 1.1
  +++ FAQ-I.html1999/06/24 15:06:27 1.2
  @@ -31,7 +31,7 @@
 !--#include virtual=header.html --
 H1 ALIGN=CENTERApache Server Frequently Asked Questions/H1
 P
  -  $Revision: 1.1 $ ($Date: 1999/06/24 15:02:52 $)
  +  $Revision: 1.2 $ ($Date: 1999/06/24 15:06:27 $)
 /P
 P
 The latest version of this FAQ is always available from the main
  @@ -66,7 +66,7 @@
   OL TYPE=A
   !--#endif --
   !--#if expr=$TOC || $STANDALONE --
  - LISTRONGI. Features/STRONG
  + LI VALUE=9STRONGFeatures/STRONG
 OL
  LIA HREF=#proxyDoes or will Apache act as a Proxy server?/A
  /LI