Installation:

1: Apply the patch

    The /usr/new/patch is required. If you don't have it, please re-install
OS or get it from another Apollo machine.

    First, please unpack virgin Apache 1.3.0. Then please unpack
patch kit. Place apache_1.3.0 and apache_1.3.0.apollo.patch
at the same level.
Apply the patches, execute shell commands:

/usr/new/patch -p0 < apache_1.3.0.apollo.patch/DIFFs

    The folowing files will be modified.
apache_1.3.0/src/Configure
apache_1.3.0/src/helpers/GuessOS
apache_1.3.0/src/include/conf.h
apache_1.3.0/src/main/http_main.c
apache_1.3.0/src/modules/proxy/proxy_cache.c
apache_1.3.0/src/modules/standard/mod_mime_magic.c

2: Create Makefile
    !!!!! PLEASE READ apache-1.3.0/INSTALL BEFORE YOU RUN configure SCRIPT !!!!!
    After apply the patch, you must run ./configure on apache_1.3.0 directory.
I have modified src/Configure file for Apollo native C compiler with ANSI support.
If you don't like it, please modify.

% cd apache_1.3.0
% CC="/bin/cc" ./configure

3: Compile
    Then Just type,
% make

I hope you have new apache httpd.
