From: David McCreedy Date: Mon, 10 Jan 2005 17:07:59 +0000 (+0000) Subject: refine TPF-specific build instructions based on feedback X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60c5424a4267cde08c662a068b6d09ad69bc1a41;p=thirdparty%2Fapache%2Fhttpd.git refine TPF-specific build instructions based on feedback git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@124817 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/htdocs/manual/install-tpf.html b/htdocs/manual/install-tpf.html index e9600d7e686..56eb76e9d77 100644 --- a/htdocs/manual/install-tpf.html +++ b/htdocs/manual/install-tpf.html @@ -26,6 +26,7 @@ [ Download | Compilation | Installation | + Activation | Link Map ]
@@ -66,9 +67,13 @@
  1. -

    Download the compressed Apache files (the "tarball") - to your PC. The file name on the web site will be - apache_1.3.vv.tar.Z.

    +

    Download the compressed Apache 1.3 files (the "tarball") from + http://httpd.apache.org/download.cgi + to your PC. The file name on the web site will be + apache_1.3.vv.tar.Z, where "vv" + is the version number. + Replaced "vv" throughout these instructions + with the actual version number.

    TIP: @@ -119,8 +124,7 @@ binary:  binary 

  2. send the file to OS/390 UNIX:
    -    send "c:/path/apache_1.3. - vv.tar.Z" apache_1.3.vv.tar.Z
  3. +    send "c:/path/apache_1.3.vv.tar.Z" apache_1.3.vv.tar.Z
  4. exit FTP:  bye
  5. @@ -135,7 +139,7 @@
  6. -

    Decompress and extract the archived files necessary +

    On your OS/390 UNIX machine, decompress and extract the archived files necessary for compiling Apache:

    @@ -413,7 +417,7 @@ to generate modules.c, include/ap_config_auto.h, and necessary Makefiles:

    -

    Configure

    +

    ./Configure

    @@ -445,7 +449,7 @@ $ you want to maintain multiple configurations:

    - Configure -file Configuration.2nd

    + ./Configure -file Configuration.2nd

    @@ -696,7 +700,8 @@ Creating Makefile

    Create the Apache run-time configuration file. The server requires a configuration file to initialize itself during activation.
    - Copy the distribution version, conf/httpd.conf-dist, + Copy the distribution version, conf/httpd.conf-dist + from the decompressed tarball on your PC, to conf/httpd.conf and then edit the conf/httpd.conf copy with your site specific information.

    @@ -841,15 +846,22 @@ Creating Makefile zinet start s-apache

    + -
  7. -

    Request a page from your browser:

    +
    +

    Activation

    +
    + +
      +
    1. Request a page from your browser:

      http://xx.xx.xx.xx   (where xx.xx.xx.xx is your test system IP address)

    2. -

    + +
    @@ -972,6 +984,7 @@ regex/regfree.o [ top | Download | Compilation | Installation | + Activation | Link Map ]
    diff --git a/htdocs/manual/install-ztpf.html b/htdocs/manual/install-ztpf.html index 85e80ed9424..d25a1fe283e 100644 --- a/htdocs/manual/install-ztpf.html +++ b/htdocs/manual/install-ztpf.html @@ -26,7 +26,8 @@ [ Download | MakeTPF Setup | Compilation | - Installation ] + Installation | + Activation ]
    @@ -68,9 +69,13 @@
    1. -

      Download the compressed Apache files (the "tarball") - to your PC. The file name on the web site will be - apache_1.3.vv.tar.Z.

      +

      Download the compressed Apache 1.3 files (the "tarball") from + http://httpd.apache.org/download.cgi + to your PC. The file name on the web site will be + apache_1.3.vv.tar.Z, where "vv" + is the version number. + Replaced "vv" throughout these instructions + with the actual version number.

      TIP: @@ -122,8 +127,7 @@

    2. send the file to your Linux build machine:
      -    send "c:/path/apache_1.3. - vv.tar.Z" apache_1.3.vv.tar.Z
    3. +    send "c:/path/apache_1.3.vv.tar.Z" apache_1.3.vv.tar.Z
    4. exit FTP:  bye
    5. @@ -134,8 +138,8 @@
    6. -

      Decompress and extract the archived files necessary - for compiling Apache:

      +

      On your Linux build machine, decompress and extract the + archived files necessary for compiling Apache:

      tar -xzkf apache_1.3.vv.tar.Z "*/src"

      @@ -154,8 +158,7 @@ for other platforms but are not for z/TPF:

      cp - apache_1.3.vv/src/os/tpf/samples/test_char.txt  apache_1.3. - vv/src/main/test_char.h
      + apache_1.3.vv/src/os/tpf/samples/test_char.txt  apache_1.3.vv/src/main/test_char.h
      cp apache_1.3.vv/src/os/tpf/samples/uri_delims.txt apache_1.3.vv/src/main/uri_delims.h

      @@ -175,10 +178,11 @@ Replace "foobar" below with your actual directory name:

      -

      mkdir -p - foobar/opensource
      +

      export AROOT="foobar/opensource/apache"
      - mv apache_1.3.vv $AROOT

      + mkdir -p $AROOT
      + mv apache_1.3.vv/* $AROOT
      +

    7. @@ -293,7 +297,7 @@

      export TPF=YES; export TPF64BIT=YES
      - Configure

      + ./Configure

  8. @@ -332,7 +336,7 @@ $ you want to maintain multiple configurations:

    - Configure -file Configuration.2nd

    + ./Configure -file Configuration.2nd

    @@ -421,7 +425,8 @@ Creating Makefile

    Create the Apache run-time configuration file. The server requires a configuration file to initialize itself during activation.
    - Copy the distribution version, conf/httpd.conf-dist, + Copy the distribution version, conf/httpd.conf-dist + from the decompressed tarball on your PC, to conf/httpd.conf and then edit the conf/httpd.conf copy with your site specific information.

    @@ -514,11 +519,9 @@ Creating Makefile
    -
    -
    -[timestamp] [notice] Apache/1.3.vv (TPF) configured -- resuming normal operations
    -[timestamp] [notice] Accept mutex: tpfcore (Default: tpfcore)
    -                        
    +
    +
    [timestamp] [notice] Apache/1.3.vv (TPF) configured -- resuming normal operations
    +[timestamp] [notice] Accept mutex: tpfcore (Default: tpfcore)
    @@ -534,22 +537,32 @@ Creating Makefile zinet start s-apache

  9. +
+
+ -
  • -

    Request a page from your browser:

    +
    +

    Activation

    +
    + +
      +
    1. Request a page from your browser:

      http://xx.xx.xx.xx   (where xx.xx.xx.xx is your test system IP address)

    +
    [ top | Download [ MakeTPF Setup | Compilation | - Installation ] + Installation | + Activation ]