blob: 6becde225681808ca9cb1dae4610e343a213ae35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-ab,v 1.4 2001/04/29 21:21:14 jlam Exp $
--- conf/httpd.conf-dist.orig Tue Feb 6 19:40:11 2001
+++ conf/httpd.conf-dist Tue Feb 6 19:42:15 2001
@@ -204,7 +204,12 @@
# the order below without expert advice.
#
# Example:
-# LoadModule foo_module libexec/mod_foo.so
+# LoadModule foo_module lib/httpd/mod_foo.so
+
+<IfDefine SSL>
+LoadModule ssl_module lib/httpd/mod_ssl.so
+AddModule mod_ssl.c
+</IfDefine>
#
# ExtendedStatus controls whether Apache will generate "full" status
|