Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 54072 invoked by uid 500); 26 Jan 2001 21:19:39 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 54060 invoked from network); 26 Jan 2001 21:19:38 -0000 Message-ID: <3A71EA0B.47C6E0C6@us.ibm.com> Date: Fri, 26 Jan 2001 14:20:11 -0700 From: David McCreedy X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: new-httpd@apache.org Subject: [PATCH] TPF: install-tpf.html page for Apache 1.3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N This patch adds additional instructions for people running Apache on IBM's TPF operating system. Below is the unified diff. Thank you. David McCreedy McCreedy@us.ibm.com --- current/install-tpf.html Tue Jan 2 13:22:18 2001 +++ new/install-tpf.html Tue Jan 2 13:25:53 2001 @@ -226,7 +226,7 @@ The default behavior is to let Apache check the server status (active/inactive) with ZINET and shut itself down when appropriate. This default behavior also includes checking the activation number. ZINET can now perform these functions instead of Apache by using the DAEMON model - (PUT12 with APARs PJ25761 & PJ27363 required). + (PUT11 with APARs PJ25761 & PJ27363 required). This model offers increased reliability and is preferred over the NOLISTEN model. If Apache goes down while running under the NOLISTEN model, ZINET will not reactivate it nor alert the operator.

@@ -313,6 +313,17 @@ ZINET ADD S-APACHE PGM-pppp MODEL-NOLISTEN or ZINET ADD S-APACHE PGM-pppp MODEL-DAEMON USER-root (see notes above regarding the DAEMON model) + + TIP: Logic changes implemented with + PUT11 cause ZINET to not restart NOLISTEN servers after + ZOLDR ACT and ZOLDR DEACT entries. + This means that Apache running as NOLISTEN on a PUT11 or later + system will exit whenever any ZOLDR ACT or + ZOLDR DEACT entry is made. Therefore at PUT11 you should + switch to the DAEMON model and ensure that you have APARs PJ25761 + and PJ27363 applied. +

+ Please refer to IBM Transaction Processing Facility Transmission Control Protocol/Internet Protocol Version 4 Release 1 for more information on ZCLAW, INETD, and TFTP.