cvs commit: apache-1.3/htdocs/manual index.html

1999-03-01 Thread brian
brian   99/02/28 18:45:57

  Modified:htdocs/manual index.html
  Log:
  Standardize search on http://www.apache.org/search.html.  Will move this other
  search engine to the manual in case others would like to use it.
  
  Revision  ChangesPath
  1.28  +1 -1  apache-1.3/htdocs/manual/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/apache-1.3/htdocs/manual/index.html,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- index.html1998/12/19 13:17:45 1.27
  +++ index.html1999/03/01 02:45:56 1.28
  @@ -27,7 +27,7 @@
   H3A NAME=refApache Reference Manual/A/H3
   
   UL
  -LIA HREF=http://www.apache.org/manual-index.cgi/docs;
  +LIA HREF=http://www.apache.org/search.html;
   STRONGSearch/STRONG/A for key words
   LIA HREF=install.htmlCompiling and Installing/A
   LIA HREF=invoking.htmlStarting/A
  
  
  


cvs commit: apache-1.3/htdocs/manual/search - New directory

1999-03-01 Thread brian
brian   99/02/28 18:46:17

  apache-1.3/htdocs/manual/search - New directory


cvs commit: apache-site manual-index.cgi

1999-03-01 Thread brian
brian   99/02/28 18:51:38

  Removed: .manual-index.cgi
  Log:
  I copied the CVS history for this over to apache-1.3/htdocs/manual/search/.


cvs commit: apache-1.3/src/modules/standard mod_so.c

1999-03-01 Thread dgaudet
dgaudet 99/03/01 07:37:54

  Modified:src/modules/standard mod_so.c
  Log:
  missing fixer_upper comment
  
  Submitted by: John Bley [EMAIL PROTECTED]
  
  Revision  ChangesPath
  1.31  +1 -0  apache-1.3/src/modules/standard/mod_so.c
  
  Index: mod_so.c
  ===
  RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_so.c,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- mod_so.c  1999/01/01 22:32:16 1.30
  +++ mod_so.c  1999/03/01 15:37:53 1.31
  @@ -351,6 +351,7 @@
  NULL, /* check auth */
  NULL, /* check access */
  NULL, /* type_checker */
  +   NULL, /* fixer_upper */
  NULL, /* logger */
  NULL, /* header parser */
  NULL, /* child_init */