Commit graph

57 commits

Author SHA1 Message Date
Ralf S. Engelschall
4309ad9fed Upgrade to Apache 1.3.2 + mod_ssl 2.0.11 1998-09-23 12:20:00 +00:00
Ralf S. Engelschall
66165b9ba2 Completely overhauled Apache+mod_ssl port:
- use mod_ssl 2.0.10 which automatically disables
  DSO for mod_log_config and mod_proxy which caused
  problems for the port

- use mod_auth_dbm instead of mod_auth_db because
  first DBM is internally mapped to our DB (so
  functionality is the same) and this way we
  get rid of the nasty conflicts with DB 2.x port.

- fixed the package list, i.e. the port
  now packages and deletes correctly

- automatically create dummy certificate, so
  the package can be tested immediately after
  installing.

- use "apachectl startssl" instead of "apachectl start"
  from within apache.sh rc script now.

- removed the outcommented patch pieces for Makefile.tmpl
  because they are confusing both inside patches/patch-ab
  and under install time.

- use a "post-patch" target to remove all .orig files
  mod_ssl's configure script created to avoid their
  installation (which confuses the package list).
1998-09-17 10:58:00 +00:00
Ralf S. Engelschall
7ac7a4fa02 Upgrade to Apache 1.3.1 + mod_ssl 2.0.9 1998-09-14 16:18:50 +00:00
Ralf S. Engelschall
ba9d75d412 Upgrade to Apache 1.3.1 + mod_ssl 2.0.8 1998-09-12 17:31:26 +00:00
Ralf S. Engelschall
ecf200c9d3 Upgrade SSL-aware Apache to: Apache 1.3.1 + mod_ssl 2.0.7 1998-09-09 15:17:46 +00:00
Ralf S. Engelschall
8caffe5299 Upgrade to Apache 1.3.1 + mod_ssl 2.0.6
(This version now automatically recognizes whether
SSLeay was build in conjunction with RSAref or not)
1998-08-29 21:24:14 +00:00
Ralf S. Engelschall
a116af42b2 Import of a new SSL-aware Apache 1.3, achieved by patching up
the original Apache 1.3.1 with mod_ssl 2.0.5 (the Apache
Interface to SSLeay).
1998-08-27 16:00:05 +00:00