- IPv6 patch will be maintained at ftp://ftp.piuha.net/pub/misc/ A better ChangeLog (1.3.19 -> 1.3.20) is available in pkgsrc/www/apache/Makefile rev 1.73
18 lines
502 B
Text
18 lines
502 B
Text
$NetBSD: patch-ab,v 1.5 2001/10/08 13:23:37 martti Exp $
|
|
|
|
--- conf/httpd.conf-dist.orig Sun May 13 19:59:49 2001
|
|
+++ conf/httpd.conf-dist Mon Oct 8 14:28:52 2001
|
|
@@ -197,7 +197,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
|