diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 02:15:23 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 02:15:23 +0000 |
commit | 431e7a7ddad1a9e4611e8e6d4b744301d3730458 (patch) | |
tree | f392f0f557931c9cf9a1ff512b5a4b44150c2ec3 /www/ap-ssl/MESSAGE | |
parent | c72c1cf5f95cbe537b005028f1743cddb16ef203 (diff) | |
download | pkgsrc-431e7a7ddad1a9e4611e8e6d4b744301d3730458.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'www/ap-ssl/MESSAGE')
-rw-r--r-- | www/ap-ssl/MESSAGE | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/ap-ssl/MESSAGE b/www/ap-ssl/MESSAGE new file mode 100644 index 00000000000..b7f1d7ed3fa --- /dev/null +++ b/www/ap-ssl/MESSAGE @@ -0,0 +1,18 @@ +============================================================================= +$NetBSD: MESSAGE,v 1.1 2001/11/01 02:16:00 zuntum Exp $ + +You will need to generate certificates and keys for your server before +Apache will start with mod_ssl support. Please read + + ${PREFIX}/share/doc/mod_ssl/README.mkcert + +for more information on how to do this. + +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> + +============================================================================= |