b979f7222a
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
18 lines
661 B
Text
18 lines
661 B
Text
=============================================================================
|
|
$NetBSD: MESSAGE,v 1.6 2001/01/29 11:34: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>
|
|
|
|
=============================================================================
|