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

Bug#199045: Placeholder page contains wrong config information [patch].



Package: apache-ssl
Version: 1.3.27.0-2

The standard placeholder home page contains bugs, and can be improved in
some other ways, too.

(Caveat emptor it could happen that the same page is also used by plain
apache, as opposed to apache-ssl.)

Patch follows.

Regards,

Andreas Krüger

-- 
Dr. Andreas Krüger, andreas.krueger@dv-ratio.com
DV-RATIO Nordwest GmbH, Tel.: +49 211 577 996-0, Fax:  +49 211 559 1617
Leostraße 31, 40545 Düsseldorf, Germany



$ diff -u var/www/index.html-original var/www/index.html
--- var/www/index.html-original	Mon Apr 28 09:50:08 2003
+++ var/www/index.html	Fri Jun 27 17:44:18 2003
@@ -8,6 +8,7 @@
 <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EF" VLINK="#55188A" ALINK="#FF0000">
 
 <H1>Placeholder page</H1>
+
 <H2>If you are just browsing the web</h2>
 
 <P>The owner of this web site has not put up any web pages yet.
@@ -35,7 +36,7 @@
 <P>Unless you changed its configuration, your new server is configured as follows:
 <UL>
 <LI>
-Configuration files can be found in <TT>/etc/apache</TT>.</LI>
+Configuration files can be found in <TT>/etc/apache-ssl</TT>.</LI>
 
 <LI>
 The <TT>DocumentRoot</TT>, which is the directory under which all your
@@ -46,9 +47,9 @@
 Debian packages will place their scripts.</LI>
 
 <LI>
-Log files are placed in <TT>/var/log/apache</TT>, and will be rotated
-daily.  The frequency of rotation can be easily changed by editing
-<TT>/etc/apache/cron.conf</TT>.</LI>
+Log files are placed in <TT>/var/log/apache-ssl</TT>, and will be rotated
+weekly.  The frequency of rotation can be easily changed by editing
+<TT>/etc/logrotate.d/apache-ssl</TT>.</LI>
 
 <LI>
 The default directory index is <TT>index.html</TT>, meaning that requests
@@ -70,7 +71,9 @@
 <P>More documentation on Apache can be found on:
 <UL>
 <LI>
-The <A HREF="/doc/apache/">Apache documentation</A> stored on your server.</LI>
+The <A HREF="file:/usr/share/doc/apache/manual/index.html.html">Apache documentation</A>
+which is available locally on your server,
+if you installed the Debian package apache-doc.</LI>
 
 <LI>
 The <A HREF="http://www.apache.org/";>Apache Project</A> home site.</LI>
@@ -88,7 +91,7 @@
 
 <H2>About this page</H2>
 
-<IMG ALIGN="right" ALT="" HEIGHT="247" WIDTH="278" SRC="icons/jhe061.gif">
+<a href="http://www.debian.org/";><IMG ALIGN="right" ALT="" HEIGHT="247" WIDTH="278" SRC="icons/jhe061.gif"></a>
 
 <P>This is a placeholder page installed by the <A
 HREF="http://www.debian.org/";>Debian</A>
@@ -110,15 +113,15 @@
 a Debian system!</P>
 
 <DIV align="center">
-<IMG align="middle" height="30" width="25" src="icons/debian/openlogo-25.jpg" alt="Debian">
-<IMG align="middle" height="32" width="259" src="icons/apache_pb.gif" alt="Apache">
+<a href="http://www.debian.org/";><IMG align="middle" height="30" width="25" src="icons/debian/openlogo-25.jpg" alt="Debian"></a>
+<a href="http://www.apache.org/";><IMG align="middle" height="32" width="259" src="icons/apache_pb.gif" alt="Apache"></a>
 </DIV>
 
 <!--
   This page was initially created by Johnie Ingram -->
 <!--(http://netgod.net/)
-  It was later edited by Matthew Wilcox and Josip Rodin.
-  Last modified: $Date: 2003/04/28 07:50:08 $.
+  It was later edited by Matthew Wilcox, Josip Rodin, Andreas Krüger.
+  Last modified: $Date: 2003/06/27 17:44:18 $.
   -->
 
 </BODY>



Reply to: