Commit 0a7a5c00 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

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
parent fd4907dc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
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
+1 −9
Original line number Diff line number Diff line
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.
+1 −0
Original line number Diff line number Diff line
@@ -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)