summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
diff options
context:
space:
mode:
authorphilen <philen@cvs.openbsd.org>1999-10-06 20:08:43 +0000
committerphilen <philen@cvs.openbsd.org>1999-10-06 20:08:43 +0000
commit3aeef66cbe89599f29d53f20a14d6cb885ca0f93 (patch)
tree7f22a763ad2a557dfd77dcf3b44d38d14b18d76f /usr.sbin/httpd
parenta8b7b1b4df56bcef239b5daf34abca18cf2bf60e (diff)
Reworked entire apache defaul index page.
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r--usr.sbin/httpd/htdocs/index.html128
1 files changed, 64 insertions, 64 deletions
diff --git a/usr.sbin/httpd/htdocs/index.html b/usr.sbin/httpd/htdocs/index.html
index a51d79ad6f0..d01bd389279 100644
--- a/usr.sbin/httpd/htdocs/index.html
+++ b/usr.sbin/httpd/htdocs/index.html
@@ -1,66 +1,66 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML>
- <HEAD>
- <TITLE>Test Page for the SSL-aware Apache Installation on Web Site</TITLE>
- <STYLE TYPE="text/css">
- H1 {
- font-weight: bold;
- font-size: 18pt;
- line-height: 18pt;
- font-family: arial,helvetica;
- font-variant: normal;
- font-style: normal;
- }
- </STYLE>
- </HEAD>
-<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
- <BODY
- BGCOLOR="#FFFFFF"
- TEXT="#000000"
- LINK="#0000FF"
- VLINK="#000080"
- ALINK="#FF0000"
- >
- <BLOCKQUOTE>
+<!doctype html public "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+<title>Test Page for Apache Installation</title>
+</head>
+<body bgcolor="#ffffff">
+<table width="100%" border="0" cellpadding="0" cellspacing="0">
+<tr>
+ <td bgcolor="99ffff">
+<a href="index.html"><img alt="[OpenBSD]" border="0" height=30 width=141 SRC="smalltitle.gif"></a><br>
+<b><font color="#ee0000" size="18">&nbsp;Apache</font></b>
+ </td>
+</tr>
+<tr>
+ <td bgcolor="0000cc">&nbsp;</td>
+</tr>
+</table>
- <H1 ALIGN="CENTER">
- Welcome to <A HREF="http://www.apache.org/">Apache</A> on
- <A HREF="http://www.openbsd.org/">OpenBSD</A>
- </H1>
- <P>
- If you can see this page, then the people who own this host have just
- activated the <A HREF="http://www.apache.org/">Apache Web server</A>
- software included with their <A HREF="http://www.openbsd.org/">
- OpenBSD System</A>. They now have to add content to this directory
- and replace this placeholder page, or else point the server at their real
- content.
- <HR>
- <P>
- The Apache
- <A
- HREF="manual/index.html"
- >documentation</A>
- has been included with this distribution.<BR>
- Especially read the
- <A
- HREF="manual/mod/mod_ssl/"
- >SSL documentation</A>
- carefully.
- </P>
+<h1 align="center">It Worked!</h1>
+<p>
+ If you can see this page, then the people who own this host have just
+ activated the <a href="http://www.apache.org/">Apache Web server</a>
+ software included with their <a href="http://www.openbsd.org/">
+ OpenBSD System</a>. They now have to add content to this directory
+ and replace this placeholder page, or else point the server at their real
+ content.
+</p>
- You may use the images below on any
- <A HREF="http://www.OpenBSD.org/">OpenBSD</A>-powered Web
- server.
- </P>
- <DIV ALIGN="CENTER">
- <IMG SRC="openbsdpower.gif" ALT="This Site OpenBSD Powered!"><BR>
- <IMG SRC="blowfish.jpg" ALT="Strong CryptoFish Image"><BR>
- <IMG SRC="bsd_small.gif" ALT="An OpenBSD logo"><BR>
- <IMG SRC="lock.gif" ALT="This Site OpenBSD Powered!"><BR>
- <IMG SRC="logo23.jpg" ALT="This Site OpenBSD 2.3 Powered!"><BR>
- <IMG SRC="logo24.jpg" ALT="This Site OpenBSD 2.4 Powered!"><BR>
- <IMG SRC="smalltitle.gif" ALT="OpenBSD"><BR>
- </DIV>
- </BLOCKQUOTE>
- </BODY>
-</HTML>
+<h1 align="center">Documentation</h1>
+
+<p>
+ The Apache <a href="manual/index.html" >documentation</a>
+ has been included with this distribution.<br>
+ Especially read the <a href="manual/mod/mod_ssl/">SSL documentation</a>
+ carefully.<br>
+ Also be sure to read the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&format=html">ssl(8)</a> and
+ <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&format=html">httpd(8)</a> manpages.
+</p>
+<h1 align="center">Graphics</h1>
+<p>
+ You are free to use the image below on an Apache-powered web
+ server.
+</p>
+<p align="center">
+ <img src="apache_pb.gif" alt="[Powered by Apache]">
+</p>
+<p>
+ You can also use the image below on an
+ <a href="http://www.openbsd.org/">OpenBSD</a>-powered web server.
+ Many other <a href="http://www.openbsd.org/art">OpenBSD images</a> are also
+ available.
+</p>
+<p align="center">
+ <img src="openbsd_pb.gif" alt="[Powered by OpenBSD]">
+</p>
+<p>
+ These images are also appropriate for a webserver using
+ <a href="manual/mod/mod_ssl/">mod_ssl</a> with
+ <a href="http://www.openssl.org">openSSL</a> cryptography.
+</p>
+<p align="center">
+ <img src="manual/images/mod_ssl_sb.gif">
+ <img src="manual/images/openssl_ics.gif">
+</p>
+</body>
+</html>