[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug in display




Hi Alecu,

When I open the default Apache index.html (attached below), there is a
strange 'softwa9' appearing after the 'documentation' link. Maybe a
pointer that didn't get set to NULL properly?

Kasper


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
 <HEAD>
  <TITLE>Test Page for Apache Installation</TITLE>
 </HEAD>
<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
 <BODY
  BGCOLOR="#FFFFFF"
  TEXT="#000000"
  LINK="#0000FF"
  VLINK="#000080"
  ALINK="#FF0000"
 >
  <H1 ALIGN="CENTER">It Worked!</H1>
  <P>
  If you can see this, it means that the installation of the
  <A
   HREF="http://www.apache.org/"
  >Apache</A>
  software on this system was successful.  You may now add content to
  this directory and replace this page.
  </P>
  <HR WIDTH="50%" SIZE="8">
  <BLOCKQUOTE>
   If you are seeing this instead of the content you expected, please
   <STRONG>contact the administrator of the site involved.</STRONG>  If
   you send mail about this to the authors of the Apache software, who almost
   certainly have nothing to do with this site, your message will be
   <STRONG><BIG>ignored</BIG></STRONG>.
  </BLOCKQUOTE>
  <HR WIDTH="50%" SIZE="8">
  <P>
  The Apache
  <A
   HREF="manual/index.html"
  >documentation</A>
  has been included with this distribution.
  </P>
  <P>
  You are free to use the image below on an Apache-powered web
  server.  Thanks for using Apache!
  </P>
  <P ALIGN="CENTER">
  <IMG SRC="apache_pb.gif" ALT="">
  </P>
 </BODY>
</HTML>