Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 3858 invoked by uid 6000); 12 Oct 1998 16:20:32 -0000 Received: (qmail 3814 invoked from network); 12 Oct 1998 16:20:29 -0000 Received: from smtp4.ny.us.ibm.com (198.133.22.43) by taz.hyperreal.org with SMTP; 12 Oct 1998 16:20:29 -0000 Received: from relay2.server.ibm.com (relay2.server.ibm.com [9.14.2.99]) by smtp4.ny.us.ibm.COM (8.8.7/8.8.7) with ESMTP id MAA28970 for ; Mon, 12 Oct 1998 12:07:46 -0400 Received: from US.IBM.COM (d03lms03.boulder.ibm.com [9.99.80.13]) by relay2.server.ibm.com (8.8.7/8.8.7) with SMTP id MAA13006 for ; Mon, 12 Oct 1998 12:16:23 -0400 Received: by US.IBM.COM (Soft-Switch LMS 2.0) with snapi via D03AU017 id 5030300026184754; Mon, 12 Oct 1998 12:29:21 -0400 From: Joe Moenich To: Subject: TPF port upcoming patches Message-ID: <5030300026184754000002L042*@MHS> Date: Mon, 12 Oct 1998 12:29:21 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org Hi all I'm submitting the patches this morning for the IBM/TPF (Transaction Pr= ocessing Facility) port. The port is currently only for inetd mode and effects = the following files: src/Configure src/helpers/GuessOS src/include/alloc.h src/include/ap_config.h src/include/scoreboard.h src/main/buff.c src/main/http_log.c src/main/http_main.c src/main/http_protocol.c src/main/util.c src/main/util_md5.c src/main/util_script.c src/main/util_uti.c All modifications apply to Apache-1.3. All patches are based upon apache_1_3_19981012131212.tar.gz. The TPF port differs from typical UNIX implementations in that it is no= t compiled on the TPF platform. It must be compiled on an EBCDIC based mainframe. For our testing purposes, we used an IBM S390 but it is not= a requirement to use a S390. GuessOS checks for an environment variable = to determine if it should be configured for TPF. The majority of modifications are TPF specific and have been #ifdef'd t= o protoect other implementations. As a general note, TPF uses the old st= yle OS/2 select statements and a few function calls had to be type cast. Otherw= ise, there's no major changes to the original Apache code. Install and Readme.html pages will be included in a separate directory = under src/os/tpf. We hope to tie them into the Apache htdocs at a later time= . The standalone port will be submitted later this month or in November. Thanks! Joe Moenich moenich@us.ibm.com 303 773-5483 tie-line 656-7487 =