summaryrefslogtreecommitdiff
path: root/www/ap-ssl/MESSAGE
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-11-19 23:03:53 +0000
committerjlam <jlam@pkgsrc.org>2002-11-19 23:03:53 +0000
commit05234b75b251dae67e19d7de5027cdc48d44bb01 (patch)
tree1f7b8cbc866763941f4d59f3e70a8c3ecb38e5c3 /www/ap-ssl/MESSAGE
parent8ac1049908cc3686a7da1a5c83fdb3390044af73 (diff)
downloadpkgsrc-05234b75b251dae67e19d7de5027cdc48d44bb01.tar.gz
Bump PKGREVISION of ap-ssl: no longer install apache_start.conf; Apache/SSL
users should just add: apache_start="startssl" to /etc/rc.conf.
Diffstat (limited to 'www/ap-ssl/MESSAGE')
-rw-r--r--www/ap-ssl/MESSAGE16
1 files changed, 12 insertions, 4 deletions
diff --git a/www/ap-ssl/MESSAGE b/www/ap-ssl/MESSAGE
index 0ce96677497..1d5a1cabb69 100644
--- a/www/ap-ssl/MESSAGE
+++ b/www/ap-ssl/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.3 2002/09/24 12:30:45 wiz Exp $
+$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
@@ -8,11 +8,19 @@ Apache will start with mod_ssl support. Please read
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:
+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.
+
===========================================================================