diff options
Diffstat (limited to 'www/apache/patches/patch-aj')
-rw-r--r-- | www/apache/patches/patch-aj | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/apache/patches/patch-aj b/www/apache/patches/patch-aj new file mode 100644 index 00000000000..fb982398e78 --- /dev/null +++ b/www/apache/patches/patch-aj @@ -0,0 +1,22 @@ +$NetBSD: patch-aj,v 1.1 1998/12/03 17:23:54 tv Exp $ + +--- conf/httpd.conf-dist.orig Thu Dec 3 11:05:29 1998 ++++ conf/httpd.conf-dist Thu Dec 3 11:07:26 1998 +@@ -18,7 +18,16 @@ + # binary. + # + # Example: +-# LoadModule foo_module libexec/mod_foo.so ++# LoadModule foo_module lib/httpd/mod_foo.so ++ ++<IfDefine SSL> ++### Uncomment the following if you wish to use SSL and you need RSAREF: ### ++#LoadFile !librsaref.so.2 ++LoadFile !libcrypto.so.0 ++LoadFile !libssl.so.0 ++LoadModule ssl_module lib/httpd/mod_ssl.so ++AddModule mod_ssl.c ++</IfDefine> + + # ServerType is either inetd, or standalone. + |