summaryrefslogtreecommitdiff
path: root/www/ap-ssl/MESSAGE
blob: 0ce96677497eb65fc259e12c8f6e2fa0d52f6d3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
===========================================================================
$NetBSD: MESSAGE,v 1.3 2002/09/24 12:30:45 wiz Exp $

You will need to generate certificates and keys for your server before
Apache will start with mod_ssl support.  Please read

	${PREFIX}/share/doc/mod_ssl/README.mkcert

for more information on how to do this.

In order to start Apache with mod_ssl support, you need to run Apache
with "apachectl startssl" instead of "apachectl start".  The SSL-specific
configuration parts of the default httpd.conf are bracketed by:

  <IfDefine SSL>
  </IfDefine>

===========================================================================