pkgsrc/www/ap-ssl/MESSAGE
jlam 05234b75b2 Bump PKGREVISION of ap-ssl: no longer install apache_start.conf; Apache/SSL
users should just add:

	apache_start="startssl"

to /etc/rc.conf.
2002-11-19 23:03:53 +00:00

26 lines
743 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.4 2002/11/19 23:03:53 jlam 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.
The SSL-specific configuration parts of the default httpd.conf are
bracketed by:
<IfDefine SSL>
</IfDefine>
In order to start Apache with mod_ssl support, you need to run Apache
with "apachectl startssl" instead of "apachectl start". This may be done
by adding:
apache=YES
apache_start="startssl"
to /etc/rc.conf.
===========================================================================