$NetBSD: patch-aj,v 1.3 2000/09/06 05:52:49 jlam Exp $ --- conf/httpd.conf-dist.orig Tue Apr 25 21:23:43 2000 +++ conf/httpd.conf-dist Tue Apr 25 21:24:00 2000 @@ -204,7 +204,16 @@ # the order below without expert advice. # # Example: -# LoadModule foo_module libexec/mod_foo.so +# LoadModule foo_module lib/httpd/mod_foo.so + + +### Uncomment the following if you wish to use SSL and you need RSAREF: ### +#LoadFile !librsaref.so +LoadFile !libcrypto.so +LoadFile !libssl.so +LoadModule ssl_module lib/httpd/mod_ssl.so +AddModule mod_ssl.c + # # ExtendedStatus controls whether Apache will generate "full" status