From: Ryan Bloom Date: Wed, 20 Dec 2000 06:17:53 +0000 (+0000) Subject: Remove some STATUS items, and finish off the install dir re-org. X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~388 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3886e6de3484554f2ac6933cb28921fb7928d07;p=apache Remove some STATUS items, and finish off the install dir re-org. 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 --- diff --git a/CHANGES b/CHANGES index 0cc11edb5a..2c6abf16f9 100644 --- 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 a98b8481e4..3c073df59e 100644 --- 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. diff --git a/acinclude.m4 b/acinclude.m4 index abbc583251..8ef8eb4e3a 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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)