blob: d01bd3892795cdd836d8d26b2d7cf8925200f195 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
<!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"> Apache</font></b>
</td>
</tr>
<tr>
<td bgcolor="0000cc"> </td>
</tr>
</table>
<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>
<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>
|