blob: fb982398e78aad9cf3ab20e2a72e5362e71349bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-aj,v 1.1 1998/12/03 17:23:54 tv Exp $
--- conf/httpd.conf-dist.orig Thu Dec 3 11:05:29 1998
+++ conf/httpd.conf-dist Thu Dec 3 11:07:26 1998
@@ -18,7 +18,16 @@
# binary.
#
# Example:
-# LoadModule foo_module libexec/mod_foo.so
+# LoadModule foo_module lib/httpd/mod_foo.so
+
+<IfDefine SSL>
+### Uncomment the following if you wish to use SSL and you need RSAREF: ###
+#LoadFile !librsaref.so.2
+LoadFile !libcrypto.so.0
+LoadFile !libssl.so.0
+LoadModule ssl_module lib/httpd/mod_ssl.so
+AddModule mod_ssl.c
+</IfDefine>
# ServerType is either inetd, or standalone.
|