<!--#include virtual="header.html" -->
<H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
<P>
- $Revision: 1.73 $ ($Date: 1997/06/21 18:56:36 $)
+ $Revision: 1.74 $ ($Date: 1997/06/26 12:17:20 $)
</P>
<P>
The latest version of this FAQ is always available from the main
</P>
<P>
<DL>
- <DD><CODE>if ($0 =~ m:/*nph-:) {
+ <DD><CODE>if ($0 =~ m:^(.*/)*nph-[^/]*$:) {
<BR>
$HTTP_headers =
"Connection: close\015\012";
<BR>
- printf ($HTTP_headers);
+ print $HTTP_headers;
<BR>
- };</CODE>
+ }</CODE>
</DD>
</DL>
</P>