Mailing List Archive

cvs commit: apache/htdocs/manual/misc API.html FAQ.html client_block_api.html compat_notes.html fin_wait_2.html header.html howto.html index.html known_bugs.html nopgp.html perf-bsd44.html perf-dec.html perf.html security_tips.html vif-info.html windoz_ke
coar 97/06/04 04:43:04

Modified: htdocs/manual/misc API.html FAQ.html client_block_api.html
compat_notes.html fin_wait_2.html header.html
howto.html index.html known_bugs.html nopgp.html
perf-bsd44.html perf-dec.html perf.html
security_tips.html vif-info.html
windoz_keepalive.html
Log:
Online docs appearance rework: pass 1, phase 2 - the
htdocs/manual/misc directory. Colour scheme set up and
page-top stuff centred.

Revision Changes Path
1.8 +10 -2 apache/htdocs/manual/misc/API.html

Index: API.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/API.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -C3 -r1.7 -r1.8
*** API.html 1997/05/01 05:59:51 1.7
--- API.html 1997/06/04 11:42:55 1.8
***************
*** 1,9 ****
<html><head>
<title>Apache API notes</title>
</head>
! <body>
<!--#include virtual="header.html" -->
! <h1>Apache API notes</h1>

These are some notes on the Apache API and the data structures you
have to deal with, etc. They are not yet nearly complete, but
--- 1,17 ----
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html><head>
<title>Apache API notes</title>
</head>
! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <h1 ALIGN="CENTER">Apache API notes</h1>

These are some notes on the Apache API and the data structures you
have to deal with, etc. They are not yet nearly complete, but



1.63 +11 -4 apache/htdocs/manual/misc/FAQ.html

Index: FAQ.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/FAQ.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -C3 -r1.62 -r1.63
*** FAQ.html 1997/05/30 19:33:04 1.62
--- FAQ.html 1997/06/04 11:42:55 1.63
***************
*** 1,14 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache Server Frequently Asked Questions</TITLE>
</HEAD>

! <BODY>
<!--#include virtual="header.html" -->
! <H1>Apache Server Frequently Asked Questions</H1>
<P>
! $Revision: 1.62 $ ($Date: 1997/05/30 19:33:04 $)
</P>
<P>
The latest version of this FAQ is always available from the main
--- 1,21 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache Server Frequently Asked Questions</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
<P>
! $Revision: 1.63 $ ($Date: 1997/06/04 11:42:55 $)
</P>
<P>
The latest version of this FAQ is always available from the main



1.6 +10 -3 apache/htdocs/manual/misc/client_block_api.html

Index: client_block_api.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/client_block_api.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C3 -r1.5 -r1.6
*** client_block_api.html 1997/05/01 05:26:42 1.5
--- client_block_api.html 1997/06/04 11:42:56 1.6
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Reading Client Input in Apache 1.2</TITLE>
</HEAD>

! <BODY>
<!--#include virtual="header.html" -->
! <H1>Reading Client Input in Apache 1.2</h1>

<hr>

--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Reading Client Input in Apache 1.2</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Reading Client Input in Apache 1.2</h1>

<hr>




1.7 +10 -2 apache/htdocs/manual/misc/compat_notes.html

Index: compat_notes.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/compat_notes.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C3 -r1.6 -r1.7
*** compat_notes.html 1997/05/01 05:26:42 1.6
--- compat_notes.html 1997/06/04 11:42:56 1.7
***************
*** 1,9 ****
<HTML><HEAD>
<TITLE>Apache HTTP Server: Compatibility Notes with NCSA's Server</TITLE>
</HEAD>
! <BODY>
<!--#include virtual="header.html" -->
! <H3>Compatibility Notes with NCSA's Server</H3>

<HR>

--- 1,17 ----
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML><HEAD>
<TITLE>Apache HTTP Server: Compatibility Notes with NCSA's Server</TITLE>
</HEAD>
! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Compatibility Notes with NCSA's Server</H1>

<HR>




1.7 +10 -3 apache/htdocs/manual/misc/fin_wait_2.html

Index: fin_wait_2.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/fin_wait_2.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C3 -r1.6 -r1.7
*** fin_wait_2.html 1997/05/22 03:06:44 1.6
--- fin_wait_2.html 1997/06/04 11:42:56 1.7
***************
*** 1,4 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Connections in FIN_WAIT_2 and Apache</TITLE>
--- 1,4 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Connections in FIN_WAIT_2 and Apache</TITLE>
***************
*** 6,15 ****

</HEAD>

! <BODY>
<!--#include virtual="header.html" -->

! <H1>Connections in the FIN_WAIT_2 state and Apache</H1>
<OL>
<LI><H2>What is the FIN_WAIT_2 state?</H2>
Starting with the Apache 1.2 betas, people are reporting many more
--- 6,22 ----

</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->

! <H1 ALIGN="CENTER">Connections in the FIN_WAIT_2 state and Apache</H1>
<OL>
<LI><H2>What is the FIN_WAIT_2 state?</H2>
Starting with the Apache 1.2 betas, people are reporting many more



1.2 +3 -1 apache/htdocs/manual/misc/header.html

Index: header.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/header.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C3 -r1.1 -r1.2
*** header.html 1996/11/21 09:32:53 1.1
--- header.html 1997/06/04 11:42:57 1.2
***************
*** 1 ****
! <IMG SRC="../images/sub.gif" ALT="[APACHE DOCUMENTATION]">
--- 1,3 ----
! <DIV ALIGN="CENTER">
! <IMG SRC="../images/sub.gif" ALT="[APACHE DOCUMENTATION]">
! </DIV>



1.3 +10 -3 apache/htdocs/manual/misc/howto.html

Index: howto.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/howto.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** howto.html 1996/12/09 04:49:12 1.2
--- howto.html 1997/06/04 11:42:57 1.3
***************
*** 1,4 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<META NAME="description" CONTENT="Some 'how to' tips for the Apache httpd server">
--- 1,4 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="description" CONTENT="Some 'how to' tips for the Apache httpd server">
***************
*** 6,14 ****
<TITLE>Apache HOWTO documentation</TITLE>
</HEAD>

! <BODY>
<!--#include virtual="header.html" -->
! <H1>Apache HOWTO documentation</H1>

How to:
<ul>
--- 6,21 ----
<TITLE>Apache HOWTO documentation</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Apache HOWTO documentation</H1>

How to:
<ul>



1.4 +10 -3 apache/htdocs/manual/misc/index.html

Index: index.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/index.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C3 -r1.3 -r1.4
*** index.html 1997/05/01 05:26:43 1.3
--- index.html 1997/06/04 11:42:57 1.4
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache Miscellaneous Documentation</TITLE>
</HEAD>

! <BODY>
<!--#include virtual="header.html" -->
! <H1>Apache Miscellaneous Documentation</h1>

<P>
Below is a list of additional documentation pages that apply to the
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache Miscellaneous Documentation</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Apache Miscellaneous Documentation</h1>

<P>
Below is a list of additional documentation pages that apply to the



1.14 +10 -3 apache/htdocs/manual/misc/known_bugs.html

Index: known_bugs.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/known_bugs.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -C3 -r1.13 -r1.14
*** known_bugs.html 1997/05/01 05:59:52 1.13
--- known_bugs.html 1997/06/04 11:42:57 1.14
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache HTTP Server Project</TITLE>
</HEAD>

! <BODY>
<!--#include virtual="header.html" -->
! <H1>Known Bugs in Apache</H1>

The most up-to-date resource for bug tracking and information is the
<A HREF="http://www.apache.org/bugdb.cgi">Apache bug database</A>.
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache HTTP Server Project</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Known Bugs in Apache</H1>

The most up-to-date resource for bug tracking and information is the
<A HREF="http://www.apache.org/bugdb.cgi">Apache bug database</A>.



1.3 +10 -2 apache/htdocs/manual/misc/nopgp.html

Index: nopgp.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/nopgp.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** nopgp.html 1996/11/21 09:55:49 1.2
--- nopgp.html 1997/06/04 11:42:58 1.3
***************
*** 1,11 ****
<HTML>
<HEAD>
<TITLE>Why We Took PEM Out of Apache</TITLE>
</HEAD>

! <BODY>
<!--#include virtual="header.html" -->
! <H1>Why We Took PEM Out of Apache</H1>

On May 17th, 1995, we were asked by a representative of NCSA to remove
any copies of NCSA httpd prior to 1.4.1 from our web site. They
--- 1,19 ----
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Why We Took PEM Out of Apache</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Why We Took PEM Out of Apache</H1>

On May 17th, 1995, we were asked by a representative of NCSA to remove
any copies of NCSA httpd prior to 1.4.1 from our web site. They



1.6 +10 -2 apache/htdocs/manual/misc/perf-bsd44.html

Index: perf-bsd44.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/perf-bsd44.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C3 -r1.5 -r1.6
*** perf-bsd44.html 1997/04/28 18:46:37 1.5
--- perf-bsd44.html 1997/06/04 11:42:58 1.6
***************
*** 1,13 ****
<html>
<head>
<title>Running a High-Performance Web Server for BSD</title>
</head>

! <body>
<A NAME="initial">
<!--#include virtual="header.html" -->
</A>
! <H2>Running a High-Performance Web Server for BSD</H2>

Like other OS's, the listen queue is often the <b>first limit hit</b>. The
following are comments from "Aaron Gifford &lt;agifford@InfoWest.COM&gt;"
--- 1,21 ----
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Running a High-Performance Web Server for BSD</title>
</head>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<A NAME="initial">
<!--#include virtual="header.html" -->
</A>
! <H1 ALIGN="CENTER">Running a High-Performance Web Server for BSD</H1>

Like other OS's, the listen queue is often the <b>first limit hit</b>. The
following are comments from "Aaron Gifford &lt;agifford@InfoWest.COM&gt;"



1.4 +10 -2 apache/htdocs/manual/misc/perf-dec.html

Index: perf-dec.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/perf-dec.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C3 -r1.3 -r1.4
*** perf-dec.html 1997/05/01 05:26:44 1.3
--- perf-dec.html 1997/06/04 11:42:58 1.4
***************
*** 1,10 ****
<HTML>
<HEAD>
<TITLE>Performance Tuning Tips for Digital Unix</TITLE>
</HEAD>
! <BODY>
<!--#include virtual="header.html" -->
! <H1>Performance Tuning Tips for Digital Unix</H1>

Below is a set of newsgroup posts made by an engineer from DEC in
response to queries about how to modify DEC's Digital Unix OS for more
--- 1,18 ----
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Performance Tuning Tips for Digital Unix</TITLE>
</HEAD>
! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Performance Tuning Tips for Digital Unix</H1>

Below is a set of newsgroup posts made by an engineer from DEC in
response to queries about how to modify DEC's Digital Unix OS for more



1.8 +10 -3 apache/htdocs/manual/misc/perf.html

Index: perf.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/perf.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -C3 -r1.7 -r1.8
*** perf.html 1997/05/29 22:12:07 1.7
--- perf.html 1997/06/04 11:42:58 1.8
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>Hints on Running a High-Performance Web Server</title>
</head>

! <body>
<!--#include virtual="header.html" -->
! <h2>Hints on Running a High-Performance Web Server</H2>

Running Apache on a heavily loaded web server, one often encounters
problems related to the machine and OS configuration. "Heavy" is
--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Hints on Running a High-Performance Web Server</title>
</head>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <h1 ALIGN="CENTER">Hints on Running a High-Performance Web Server</H1>

Running Apache on a heavily loaded web server, one often encounters
problems related to the machine and OS configuration. "Heavy" is



1.8 +10 -3 apache/htdocs/manual/misc/security_tips.html

Index: security_tips.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/security_tips.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -C3 -r1.7 -r1.8
*** security_tips.html 1997/03/25 04:57:58 1.7
--- security_tips.html 1997/06/04 11:42:58 1.8
***************
*** 1,12 ****
! <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache HTTP Server: Security Tips</TITLE>
</HEAD>

! <BODY>
<!--#include virtual="header.html" -->
! <H1>Security Tips for Server Configuration</H1>

<hr>

--- 1,19 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache HTTP Server: Security Tips</TITLE>
</HEAD>

! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Security Tips for Server Configuration</H1>

<hr>




1.6 +10 -2 apache/htdocs/manual/misc/vif-info.html

Index: vif-info.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/vif-info.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C3 -r1.5 -r1.6
*** vif-info.html 1997/05/01 05:26:45 1.5
--- vif-info.html 1997/06/04 11:42:59 1.6
***************
*** 1,9 ****
<HTML><HEAD>
<TITLE>Configuring Multiple IP Addresses</TITLE>
</HEAD>
! <BODY>
<!--#include virtual="header.html" -->
! <H2>Configuring Multiple IP Addresses</H2>

<PRE>
This material is originally from John Ioannidis (ji@polaris.ctr.columbia.edu)
--- 1,17 ----
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML><HEAD>
<TITLE>Configuring Multiple IP Addresses</TITLE>
</HEAD>
! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">Configuring Multiple IP Addresses</H1>

<PRE>
This material is originally from John Ioannidis (ji@polaris.ctr.columbia.edu)



1.3 +10 -2 apache/htdocs/manual/misc/windoz_keepalive.html

Index: windoz_keepalive.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/windoz_keepalive.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** windoz_keepalive.html 1996/11/21 09:55:53 1.2
--- windoz_keepalive.html 1997/06/04 11:42:59 1.3
***************
*** 1,10 ****
<HTML>
<HEAD>
<TITLE>MS Windows Netscape 3.0b4 KeepAlive problem solved</TITLE>
</HEAD>
! <BODY>
<!--#include virtual="header.html" -->
! <H2>HTTP/1.1 KeepAlive problems with Netscape 3.0</H2>

<PRE>
Date: Mon, 1 Jul 1996 16:03:06 -0700 (PDT)
--- 1,18 ----
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>MS Windows Netscape 3.0b4 KeepAlive problem solved</TITLE>
</HEAD>
! <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
! <BODY
! BGCOLOR="#FFFFFF"
! TEXT="#000000"
! LINK="#0000FF"
! VLINK="#000080"
! ALINK="#FF0000"
! >
<!--#include virtual="header.html" -->
! <H1 ALIGN="CENTER">HTTP/1.1 KeepAlive problems with Netscape 3.0</H1>

<PRE>
Date: Mon, 1 Jul 1996 16:03:06 -0700 (PDT)