summaryrefslogtreecommitdiff
path: root/www/ap-ssl
diff options
context:
space:
mode:
authorjlam <jlam>2000-09-06 05:52:48 +0000
committerjlam <jlam>2000-09-06 05:52:48 +0000
commitafb7c29cc6b89b5b2e34d6a6ce7245e7454a1188 (patch)
treef0b1c04766284a48e9cc1a56ba336eb766583004 /www/ap-ssl
parent1237386668192397591b67fa1782b0c6d478d76d (diff)
downloadpkgsrc-afb7c29cc6b89b5b2e34d6a6ce7245e7454a1188.tar.gz
Don't specify version numbers of the libraries to load for SSL support --
version numbers change, and it doesn't work correctly on a.out anyway. Closes pkg/10309.
Diffstat (limited to 'www/ap-ssl')
-rw-r--r--www/ap-ssl/pkg/MESSAGE4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-ssl/pkg/MESSAGE b/www/ap-ssl/pkg/MESSAGE
index 44a8e4fbc2a..613eb77a316 100644
--- a/www/ap-ssl/pkg/MESSAGE
+++ b/www/ap-ssl/pkg/MESSAGE
@@ -1,5 +1,5 @@
=============================================================================
-$NetBSD: MESSAGE,v 1.2 1999/04/30 17:05:21 tv Exp $
+$NetBSD: MESSAGE,v 1.3 2000/09/06 05:52:50 jlam Exp $
In order to start Apache with mod_ssl support, you need to run Apache with
"apachectl startssl" instead of "apachectl start". The SSL-specific
@@ -11,6 +11,6 @@ configuration parts of the default httpd.conf are bracketed by:
If you are using RSAREF, you MUST uncomment the line in the SSL block of
httpd.conf which reads:
- #LoadFile !librsaref.so.2
+ #LoadFile !librsaref.so
=============================================================================