summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 06:08:44 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 06:08:44 +0000
commit3cbd43bfe959217a1e7b971a76ee0f396c8ca3dd (patch)
treef243aa3e31b875453ff2a216b010cabfa6b16724 /index.html
parente91b33a9114660e244c38e272a78995175e580e5 (diff)
downloadhttpd-3cbd43bfe959217a1e7b971a76ee0f396c8ca3dd.tar.gz
httpd-3cbd43bfe959217a1e7b971a76ee0f396c8ca3dd.tar.xz
httpd-3cbd43bfe959217a1e7b971a76ee0f396c8ca3dd.zip
auto-import changelog data from httpd-2.0.36-7.src.rpmhttpd-2_0_36-7
Wed Jul 10 2002 Joe Orton <jorton@redhat.com> 2.0.36-7 - use /sbin/nologin as shell for apache user (#68371) - add patch from CVS to fix possible infinite loop when processing internal redirects Wed Jun 26 2002 Gary Benson <gbenson@redhat.com> 2.0.36-6 - modify init script to detect 1.3.x httpd.conf's and direct users to the migration guide Tue Jun 25 2002 Gary Benson <gbenson@redhat.com> 2.0.36-5 - patch apachectl to detect 1.3.x httpd.conf's and direct users to the migration guide - ship the migration guide Fri Jun 21 2002 Joe Orton <jorton@redhat.com> - move /etc/httpd2 back to /etc/httpd - add noindex.html page and poweredby logo; tweak default config to load noindex.html if no default "/" page is present. - add patch to prevent mutex errors on graceful restart Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.0.36-4 - automated rebuild Wed Jun 12 2002 Joe Orton <jorton@redhat.com> 2.0.36-3 - add patch to fix SSL mutex handling Wed Jun 12 2002 Joe Orton <jorton@redhat.com> 2.0.36-2 - improved config directory patch Mon May 20 2002 Joe Orton <jorton@redhat.com> - initial build; based heavily on apache.spec and mod_ssl.spec - fixes: #65214, #58490, #57376, #61265, #65518, #58177, #57245
Diffstat (limited to 'index.html')
-rw-r--r--index.html86
1 files changed, 86 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..dd02a9b
--- /dev/null
+++ b/index.html
@@ -0,0 +1,86 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<HTML>
+ <HEAD>
+ <TITLE>Test Page for the Apache Web Server on Red Hat Linux</TITLE>
+ </HEAD>
+<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
+ <BODY BGCOLOR="#FFFFFF">
+
+ <H1 ALIGN="CENTER">Test Page</H1>
+ This page is used to test the proper operation of the Apache Web server after
+ it has been installed. If you can read this page, it means that the Apache
+ Web server installed at this site is working properly.
+
+ <HR WIDTH="50%">
+
+ <H2 ALIGN="CENTER">If you are the administrator of this website:</H2>
+ <P>
+ You may now add content to this directory, and replace this page. Note that
+ until you do so, people visiting your website will see this page, and not your
+ content.
+ </P>
+
+ <P>If you have upgraded from Red Hat Linux 6.2 and earlier, then you are
+ seeing this page because the default <A
+ href="manual/mod/core.html#documentroot"><STRONG>DocumentRoot</STRONG></A>
+ set in <TT>/etc/httpd/conf/httpd.conf</TT> has changed. Any subdirectories
+ which existed under <TT>/home/httpd</TT> should now be moved to
+ <TT>/var/www</TT>. Alternatively, the contents of <TT>/var/www</TT> can be
+ moved to <TT>/home/httpd</TT>, and the configuration file can be updated
+ accordingly.
+ </P>
+
+ <HR WIDTH="50%">
+ <H2 ALIGN="CENTER">If you are a member of the general public:</H2>
+
+ <P>
+ The fact that you are seeing this page indicates that the website you just
+ visited is either experiencing problems, or is undergoing routine maintenance.
+ </P>
+
+ <P>
+ If you would like to let the administrators of this website know that you've
+ seen this page instead of the page you expected, you should send them e-mail.
+ In general, mail sent to the name "webmaster" and directed to the website's
+ domain should reach the appropriate person.
+ </P>
+
+ <P>
+ For example, if you experienced problems while visiting www.example.com,
+ you should send e-mail to "webmaster@example.com".
+ </P>
+
+ <HR WIDTH="50%">
+
+ <P>
+ The Apache <A HREF="manual/index.html" >documentation</A> has been included
+ with this distribution.
+ </P>
+
+ <P>
+ For documentation and information on Red Hat Linux, please visit the
+ <a href="http://www.redhat.com/">Red Hat, Inc.</a> website. The manual for
+ Red Hat Linux is available <a href="http://www.redhat.com/manual">here</a>.
+ </P>
+
+ <P>
+ You are free to use the image below on an Apache-powered Web
+ server. Thanks for using Apache!
+ </P>
+
+ <P ALIGN="CENTER">
+ <A HREF="http://www.apache.org/"><IMG SRC="/icons/apache_pb.gif" ALT="[ Powered
+by Apache ]"></A>
+ </P>
+
+ <P>
+ You are free to use the image below on a Red Hat Linux-powered Web
+ server. Thanks for using Red Hat Linux!
+ </P>
+
+ <P ALIGN="center">
+ <A HREF="http://www.redhat.com/"><IMG SRC="/icons/powered_by.gif" ALT="[ Powered
+by Red Hat Linux ]"></A>
+ </P>
+ </BODY>
+</HTML>