]> granicus.if.org Git - apache/commitdiff
Remove some STATUS items, and finish off the install dir re-org.
authorRyan Bloom <rbb@apache.org>
Wed, 20 Dec 2000 06:17:53 +0000 (06:17 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 20 Dec 2000 06:17:53 +0000 (06:17 +0000)
1)  DSO modules are installed in modules/.  If/when Unix gets some
    shared libraries, those should be installed in libraries/.

2)  apache.org:8092 is currently running Apache 2.0.  When Brian has time,
    this will move to port 80

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87446 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
acinclude.m4

diff --git a/CHANGES b/CHANGES
index 0cc11edb5a4dd28c521ac48cf86c20da75a43dca..2c6abf16f96235250dabee35459d638e360ce0b8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,9 @@
 Changes with Apache 2.0b1
+  *) Modify the install directory layout.  Modules are now installed in
+     modules/.  Shared libraries should be installed in libraries/, but
+     we don't have any of those on Unix yet.  All install directories
+     are modifyable at configure time. [Ryan Bloom]
+
   *) Install all header files in the same directory on Unix. [Ryan Bloom]
 
   *) Get the functions in server/linked into the server, regardless of
diff --git a/STATUS b/STATUS
index a98b8481e4c4431ed883be5757df0e05b8e96633..3c073df59e42a9a25a5d897ff5463d9a7cc9b841 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2000/12/19 03:43:15 $]
+Last modified at [$Date: 2000/12/20 06:17:52 $]
 
 Release:
 
@@ -69,11 +69,6 @@ RELEASE SHOWSTOPPERS:
       top-level SUBDIRS list, but definitely get it cleaned for the
       dev guys.  (Greg volunteers)
 
-    * The installed layout needs to be fixed.  This means that the header
-      files need to be installed in the correct location.  Expect a message 
-      in a few minutes with my opinion for how this should look.
-       Status: rbb volunteers
-
     * The instructions for rolling a release need to be updated for
       2.0.
        Status: rbb volunteers
@@ -82,9 +77,6 @@ RELEASE SHOWSTOPPERS:
       would be surprised if it works.
        Status: rbb volunteers
 
-    * Apache.org needs to start running Apache 2.0 if at all possible.
-
-
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
     * Combine log_child and piped_log_spawn. Clean up http_log.c.
index abbc58325154e0f769a06135acc44480d2a7e516..8ef8eb4e3aff1f198ea1bbdcdfdfa29f35983b77 100644 (file)
@@ -358,6 +358,7 @@ if test -z "$LAYOUT"; then
   cgidir='$(prefix)/cgi-bin'
   logdir='$(prefix)/logs'
   sysconfdir='${prefix}/conf'
+  libexecdir='${prefix}/modules'
   layout_name=Apache
 else  
   APACHE_LAYOUT($srcdir/../config.layout, $LAYOUT)