readme-tpf.html revision 7cebe0ba33ae904951119a6a0a9d0ea2773f18c3
4be39ac606cc80de5b28e745a94b099557387ff7vboxsync<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsyncThis document has not been updated to take into account changes
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsyncmade in the 2.0 version of the Apache HTTP Server. Some of the
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsyncinformation may still be relevant, but please use it
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync</blockquote>
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync<H1 align="center">Overview of the Apache TPF Port</H1>
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync<CENTER>[ <A HREF="#configuration_files">Configuration Files</A>
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync | <A HREF="#whats_available">What's Available</A>
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsync | <A HREF="#porting_notes">Porting Notes</A> ]
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsync This version of Apache includes changes allowing it to run on
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsync IBM's EBCDIC-based
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsync <A HREF="http://www.s390.ibm.com/products/tpf/tpfhp.html">TPF</A>
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsync (Transaction Processing Facility) operating system.
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync Unless otherwise noted TPF version 4.1 PUT09 is required.
37f15535aede6e0dded8e53eca5bc2e9e7fb188cvboxsync Refer to htdocs/manual/<A HREF="/install-tpf.html">install-tpf.html</A>
37f15535aede6e0dded8e53eca5bc2e9e7fb188cvboxsync for step-by-step installation instructions.
0f730ab371ac7844978aa70d4c5eaf209a8fa515vboxsync As this is the first cut at making Apache run on TPF,
0f730ab371ac7844978aa70d4c5eaf209a8fa515vboxsync performance tuning has not been done.
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync This port builds upon the <A HREF="/ebcdic.html">EBCDIC changes</A>
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync previously made to Apache.
b9cae94c02c9ab8dfca4d21d7862f5f328583c04vboxsync The distributed configuration files (httpd.conf-dist and
b9cae94c02c9ab8dfca4d21d7862f5f328583c04vboxsync mime.types, both located in the conf subdirectory)
14771a21dfae7e828e08da0e03dec4ebb5d58631vboxsync work on TPF. Performance considerations may dictate setting KeepAlive to "Off"
4d00469edbec74de8ddcfe9556235a6edb6c4ee6vboxsync (the default is "On") or lowering the Timeout value from the default
4d00469edbec74de8ddcfe9556235a6edb6c4ee6vboxsync 300 seconds (5 minutes) in order to reduce the number of active ECBs on your system.
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync<H2 align=center>What's Available in this Version</H2>
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync (The Apache organization provides
4d00469edbec74de8ddcfe9556235a6edb6c4ee6vboxsync <A HREF="http://www.apache.org/docs/">online documentation</A>
4d00469edbec74de8ddcfe9556235a6edb6c4ee6vboxsync describing the various modules and components of the server.)
f0accddfbe88e345706d1ea5d4e58146d0c9273cvboxsync <LI>htpasswd.c <i><small>(requires PUT10)</small></i>
f0accddfbe88e345706d1ea5d4e58146d0c9273cvboxsync <LI>logresolve.c <i><small>(requires PUT10)</small></i>
f0accddfbe88e345706d1ea5d4e58146d0c9273cvboxsync <LI>mod_access.c <A HREF="#notes"> <i><small>(see note 1)</small></i></A>
37f15535aede6e0dded8e53eca5bc2e9e7fb188cvboxsync <LI>mod_cgi.c <i><small>(requires PUT10)</small></i>
0f730ab371ac7844978aa70d4c5eaf209a8fa515vboxsync <LI>mod_include.c <A HREF="#notes"> <i><small>(see note 2)</small></i></A>
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync <LI><A HREF="http://hpwww.ec-lyon.fr/~vincent/apache/mod_put.html">mod_put.c</A>
c997349d5e9e445152f214987761513c32488e90vboxsync <LI>mod_tpf_shm_static.c <i><small>(third party module, requires PUT10)</small></i>
c997349d5e9e445152f214987761513c32488e90vboxsync <LI>mod_unique_id.c <i><small>(requires PUT10)</small></i>
b9cae94c02c9ab8dfca4d21d7862f5f328583c04vboxsync <LI>regular expression parser
b9cae94c02c9ab8dfca4d21d7862f5f328583c04vboxsync <LI>regular expression test tool <i><small>(requires PUT10)</small></i>
b9cae94c02c9ab8dfca4d21d7862f5f328583c04vboxsync <LI>rotatelogs.c <i><small>(requires PUT10)</small></i>