$NetBSD: patch-ab,v 1.8 2000/10/13 21:46:45 jlam Exp $

--- conf/httpd.conf-dist.orig	Fri Oct 13 15:58:57 2000
+++ conf/httpd.conf-dist
@@ -199,7 +199,14 @@
 # the order below without expert advice.
 #
 # Example:
-# LoadModule foo_module libexec/mod_foo.so
+# LoadModule foo_module lib/httpd/mod_foo.so
+
+<IfDefine SSL>
+LoadFile !libcrypto.so
+LoadFile !libssl.so
+LoadModule ssl_module lib/httpd/mod_ssl.so
+AddModule mod_ssl.c
+</IfDefine>
 
 #
 # ExtendedStatus controls whether Apache will generate "full" status
