Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
51 lines (51 sloc)
1.58 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> | |
| <HTML> | |
| <HEAD> | |
| <TITLE>Test Page for Apache Installation on Web Site</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! The Apache Web Server is Installed on this Web Site! | |
| </H1> | |
| <P> | |
| If you can see this page, then the people who own this domain have just | |
| installed the <A HREF="http://www.apache.org/">Apache Web server</A> | |
| software successfully. They now have to add content to this directory | |
| and replace this placeholder page, or else point the server at their real | |
| content. | |
| </P> | |
| <HR> | |
| <BLOCKQUOTE> | |
| If you are seeing this page instead of the site you expected, please | |
| <STRONG>contact the administrator of the site involved.</STRONG> | |
| (Try sending mail to <SAMP><Webmaster@<EM>domain</EM>></SAMP>.) | |
| Although this site is | |
| running the Apache software it almost certainly has no other connection | |
| to the Apache Group, so please do not send mail about this site or its | |
| contents to the Apache authors. If you do, your message will be | |
| <STRONG><BIG>ignored</BIG></STRONG>. | |
| </BLOCKQUOTE> | |
| <HR> | |
| <P> | |
| The Apache | |
| <A | |
| HREF="manual/index.html" | |
| >documentation</A> | |
| has been included with this distribution. | |
| </P> | |
| <P> | |
| The Webmaster of this site is free to use the image below on | |
| an Apache-powered Web server. Thanks for using Apache! | |
| </P> | |
| <DIV ALIGN="CENTER"> | |
| <IMG SRC="apache_pb.gif" ALT=""> | |
| </DIV> | |
| </BODY> | |
| </HTML> |