dreid       00/01/04 09:26:02

  Modified:    htdocs   hooks.html index.html
  Log:
  A few minor changes to the simple page provided with Apache 2.0 to allow
  links to the other 2 documents.  No doubt this will get more involved
  but at least this is a start.
  
  Revision  Changes    Path
  1.2       +19 -2     apache-2.0/htdocs/hooks.html
  
  Index: hooks.html
  ===================================================================
  RCS file: /home/cvs/apache-2.0/htdocs/hooks.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hooks.html        1999/08/15 13:50:26     1.1
  +++ hooks.html        2000/01/04 17:26:01     1.2
  @@ -1,5 +1,20 @@
  -<H1>Apache Hook Functions</H1>
  +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  +<html>
  +<head>
  +<title>Apache 2.0 Hook Functions</title>
  +</head>
  +
  +<!-- Background white, links blue (unvisited), navy (visited), red (active) 
-->
  +<BODY
  + BGCOLOR="#FFFFFF"
  + TEXT="#000000"
  + LINK="#0000FF"
  + VLINK="#000080"
  + ALINK="#FF0000"
  +>
   
  +<H1 align="center">Apache Hook Functions</H1>
  +
   <P>In general, a hook function is one that Apache will call at some
   point during the processing of a request. Modules can provide
   functions that are called, and specify when they get called in
  @@ -182,4 +197,6 @@
   by <TT>HOOK_<I>ORDER</I></TT> is preserved, as far as is
   possible.</P>
   
  -<I>Ben Laurie, 15th August 1999</I>
  \ No newline at end of file
  +<I>Ben Laurie, 15th August 1999</I>
  +</body>
  +</html>
  
  
  
  1.2       +3 -1      apache-2.0/htdocs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/apache-2.0/htdocs/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.html        1999/07/04 09:26:07     1.1
  +++ index.html        2000/01/04 17:26:01     1.2
  @@ -3,6 +3,8 @@
   <title>Simple Page for Apache-MPM</title>
   </head>
   <body>
  -Simple Page for Apache-MPM
  +<h2>Simple Page for Apache-MPM</h2>
  +<p><a href="hooks.html">Apache Hook Functions</a></p>
  +<p><a href="modules.html">Converting Apache 1.3 Modules to Apache 2.0</a></p>
   </body>
   </html>
  
  
  

Reply via email to