rse 98/04/01 05:53:44
Modified: htdocs/manual sourcereorg.html
Log:
Just one more place where we had to add information about
the new stuff to make sure the user gets informed about them.
Revision Changes Path
1.9 +13 -0 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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sourcereorg.html 1998/02/05 20:04:15 1.8
+++ sourcereorg.html 1998/04/01 13:53:44 1.9
@@ -59,6 +59,11 @@
</LI>
<LI>All the sub-directories (main, modules/* and os/*) are built as
libraries.
+ </LI>
+ <LI>The new Apache Autoconf-style Interface (APACI) script named
+ <CODE>configure</CODE> replaced the old top-level <CODE>Makefile</CODE>
+ and <CODE>src/helpers/InstallApache</CODE> stuff.
+ </LI>
</UL>
<H2>Adding Modules</H2>
@@ -132,6 +137,14 @@
<LI>If the module is in its own directory, Apache can automatically
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>
</UL>