5ed60a1dcb
pksrc/www/apache. see pkgsrc/www/apache changelog for full changelog.
20 lines
547 B
Text
20 lines
547 B
Text
$NetBSD: patch-ab,v 1.3 2001/02/06 10:58:18 itojun 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,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
|