Commit 4b689ec7 authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

Ok, its time to replace the bogus {Makefile,src/install/InstallApache} stuff

with the new Apache Autoconf-style Interface (APACI) while adjusting some
documentation and CVS files for it.

APACI was already tested by me under the following platforms:

  FreeBSD   2.1.5-RELEASE   [en1]         +DSO
  FreeBSD   2.2.2-RELEASE   [taz]         +DSO
  FreeBSD   2.2.5-RELEASE   [en4]         +DSO
  Solaris   2.5.1           [sunti5]      +DSO
  Solaris   2.6             [en5]         +DSO
  SunOS     4.1.3           [sunbi1]      +DSO
  Linux     2.0.33 / Deb131 [gw1]         +DSO
  Linux     2.0.33 / RH4.1  [rcs41]       +DSO
  DEC OSF/1 4.0             [rcs12]       +DSO
  IRIX      6.2             [sgihalle14]  -
  HPUX      10.20           [rcs31]       -
  AIX       4.2             [rcs7]        -

with the test procedure command

  $ ./configure --prefix=/tmp/apache --enable-module=most [--enable-shared=max]
  $ make
  $ make install
  $ vi /tmp/apache/etc/httpd.conf
  [edit Port 80->8000]
  $ /tmp/apache/sbin/apachectl start
  $ lynx -source http://localhost:8000/
  $ /tmp/apache/sbin/apachectl stop

We should test more in the next days before 1.3b6 will go out.  Let us hope
that our users now really honor my hacking and the groups decision effort for
APACI. Puuhhhhhhh....  ;-)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80731 13f79535-47bb-0310-9956-ffa450edef68
parent 6d0fa88e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment