brian       98/05/28 10:53:11

  Modified:    .        STATUS
               htdocs/manual sourcereorg.html
  Log:
  Added link to dso.html from sourcereorg.html for clarity.  Also, Paul's
  windows.html recent update was excellent.
  
  Revision  Changes    Path
  1.407     +0 -5      apache-1.3/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.406
  retrieving revision 1.407
  diff -u -r1.406 -r1.407
  --- STATUS    1998/05/28 17:41:16     1.406
  +++ STATUS    1998/05/28 17:53:06     1.407
  @@ -24,11 +24,6 @@
   
   Documentation that needs writing:
   
  -    * Documentation for:
  -      1) htdocs/manual/sourcereorg.html and other files should mention 
  -         new mod_so capabilities.
  -      2) windows.html should be cleaned up.
  -
       * Need a document explaining mod_rewrite/"UseCanonicalName off" based
        virtualhosting.  (If it exists already I can't find it easily.)
   
  
  
  
  1.11      +9 -7      apache-1.3/htdocs/manual/sourcereorg.html
  
  Index: sourcereorg.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/sourcereorg.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- sourcereorg.html  1998/04/11 12:27:50     1.10
  +++ sourcereorg.html  1998/05/28 17:53:10     1.11
  @@ -145,13 +145,15 @@
        create a Makefile to build the module given a file containing
        the module's dependencies.
    </LI>
  - <LI>For building a third-party module <STRONG>outside</STRONG>
  -     the Apache source tree the new <CODE>apxs</CODE> support tool can be 
used
  -     to compile the module into a dynamic shared object (DSO), install it 
into
  -     the existing Apache installation and optionally activating it in the
  -     Apache <CODE>httpd.conf</CODE> file.  The only requirement is that 
Apache
  -     has DSO-support for the used platform and the module <CODE>mod_so</CODE>
  -     was built into the server binary <CODE>httpd</CODE>.
  + <LI>For building a third-party module <STRONG>outside</STRONG> the
  +     Apache source tree the new <CODE>apxs</CODE> support tool can be
  +     used to compile the module into a <A HREF="dso.html">dynamic
  +     shared object (DSO)</A>, install it into the existing Apache
  +     installation and optionally activating it in the Apache
  +     <CODE>httpd.conf</CODE> file.  The only requirement is that
  +     Apache has DSO-support for the used platform and the module
  +     <CODE><A HREF="mod/mod_so.html">mod_so</A></CODE> was built into
  +     the server binary <CODE>httpd</CODE>.
    </LI>
   </UL>
   
  
  
  

Reply via email to