diff options
author | tv <tv> | 1998-12-03 17:22:01 +0000 |
---|---|---|
committer | tv <tv> | 1998-12-03 17:22:01 +0000 |
commit | 37083454db0a7ad14ebf8cd15357795a4891e957 (patch) | |
tree | 551908bdd70aaee13c8bed763bf9229cc48fd1c4 /www/ap-ssl/pkg/MESSAGE | |
parent | f18fa3c737a26c133d1c71030dad2aba0cc05c3c (diff) | |
download | pkgsrc-37083454db0a7ad14ebf8cd15357795a4891e957.tar.gz |
Update Apache and mod_ssl using new build layout (see post to tech-pkg for
details). No security fixes in Apache 1.3.3, so immediate upgrade from
1.3.2 is not necessary.
Diffstat (limited to 'www/ap-ssl/pkg/MESSAGE')
-rw-r--r-- | www/ap-ssl/pkg/MESSAGE | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/ap-ssl/pkg/MESSAGE b/www/ap-ssl/pkg/MESSAGE new file mode 100644 index 00000000000..b2f4ef2f6f9 --- /dev/null +++ b/www/ap-ssl/pkg/MESSAGE @@ -0,0 +1,16 @@ +============================================================================= +$NetBSD: MESSAGE,v 1.1.1.1 1998/12/03 17:22:02 tv Exp $ + +In order to start Apache with mod_ssl support, you need to run Apache with +"apachectl startssl" instead of "apachectl start". The SSL-specific +configuration parts of the default httpd.conf are bracketed by: + + <IfDefine SSL> + </IfDefine> + +If you are using RSAREF, you MUST uncomment the line near the top of +httpd.conf which reads: + + #LoadFile !librsaref.so.2 + +============================================================================= |