summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/INSTALL.SSL
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2000-03-19 11:17:43 +0000
committerBob Beck <beck@cvs.openbsd.org>2000-03-19 11:17:43 +0000
commit8a656e7264c69226f988a995b648ab1de519fb55 (patch)
tree3e114ebcac261357d88406f443100d10bb9f3a34 /usr.sbin/httpd/INSTALL.SSL
parent7db975ebca645f201c0524911da141f4fcc49366 (diff)
apache 1.3.12 + mod_ssl 2.6.2 merge
Diffstat (limited to 'usr.sbin/httpd/INSTALL.SSL')
-rw-r--r--usr.sbin/httpd/INSTALL.SSL28
1 files changed, 14 insertions, 14 deletions
diff --git a/usr.sbin/httpd/INSTALL.SSL b/usr.sbin/httpd/INSTALL.SSL
index d714a408658..c86eedadcf6 100644
--- a/usr.sbin/httpd/INSTALL.SSL
+++ b/usr.sbin/httpd/INSTALL.SSL
@@ -37,12 +37,12 @@
Type: MANDATORY
o Package: mod_ssl
- Version: 2.5.x
+ Version: 2.6.x
Description: The Apache Interface to OpenSSL
Reason: The interface module for Apache
Homepage: http://www.modssl.org/
Distribution: ftp://ftp.modssl.org/source/
- Tarball: mod_ssl-2.5.x-1.3.x.tar.gz
+ Tarball: mod_ssl-2.6.x-1.3.x.tar.gz
Location: Zurich, Switzerland, Europe
Author(s): Ralf S. Engelschall <rse@engelschall.com>
Type: MANDATORY
@@ -127,7 +127,7 @@
2. Extract the required packages:
$ gzip -d -c apache_1.3.x.tar.gz | tar xvf - ALL
- $ gzip -d -c mod_ssl-2.5.x-1.3.x.tar.gz | tar xvf - ALL
+ $ gzip -d -c mod_ssl-2.6.x-1.3.x.tar.gz | tar xvf - ALL
$ gzip -d -c openssl-0.9.x.tar.gz | tar xvf - ALL
$ gzip -d -c mm-1.0.x.tar.gz | tar xvf - OPTIONAL
$ mkdir rsaref-2.0 US
@@ -231,7 +231,7 @@
RSA_BASE variables but get no intermediate chance to add more
third-party Apache modules (e.g. mod_perl, PHP3, etc).
- $ cd mod_ssl-2.5.x-1.3.x ALL
+ $ cd mod_ssl-2.6.x-1.3.x ALL
$ ./configure \ ALL
--with-apache=../apache_1.3.x \ ALL
--with-ssl=../openssl-0.9.x \ ALL
@@ -304,7 +304,7 @@
EAPI_MM variables manually and either copy your existing certificate
manually to conf/ssl.crt/server.crt or use `make certificate':
- $ cd mod_ssl-2.5.x-1.3.x ALL
+ $ cd mod_ssl-2.6.x-1.3.x ALL
$ ./configure \ ALL
--with-apache=../apache_1.3.x \ ALL
--with-crt=/path/to/your/server.crt \ OPTIONAL
@@ -378,7 +378,7 @@
EAPI_MM variables manually and more important: you have to install the
Apache package manually, too. But feel free to be masochistic ;-)
- $ cd mod_ssl-2.5.x-1.3.x ALL
+ $ cd mod_ssl-2.6.x-1.3.x ALL
$ ./configure \ ALL
--with-apache=../apache_1.3.x \ ALL
--with-crt=/path/to/your/server.crt \ OPTIONAL
@@ -437,7 +437,7 @@
o Read the mod_ssl user manual very carefully to
understand the SSL-part of your Apache configuration:
- $ netscape http://www.modssl.org/docs/2.5/ (official)
+ $ netscape http://www.modssl.org/docs/2.6/ (official)
$ netscape http://localhost/manual/mod/mod_ssl/ (local copy)
o Adjust your Apache configuration to your personal requirements.
@@ -464,7 +464,7 @@
long as the Extended API (EAPI) didn't change and you've OpenSSL installed
somewhere. For this you can use the following procedure:
- $ cd mod_ssl-2.5.x-1.3.x ALL
+ $ cd mod_ssl-2.6.x-1.3.x ALL
$ ./configure \ ALL
--with-apxs[=/path/to/apache/sbin/apxs] \ ALL
--with-ssl=/path/to/openssl \ ALL
@@ -504,11 +504,11 @@
# extract the packages
$ gzip -d -c apache_1.3.x.tar.gz | tar xvf -
- $ gzip -d -c mod_ssl-2.5.x-1.3.x.tar.gz | tar xvf -
+ $ gzip -d -c mod_ssl-2.6.x-1.3.x.tar.gz | tar xvf -
$ gzip -d -c mod_perl-1.xx.tar.gz | tar xvf -
# apply mod_ssl to Apache source tree
- $ cd mod_ssl-2.5.x-1.3.x
+ $ cd mod_ssl-2.6.x-1.3.x
$ ./configure \
--with-apache=../apache_1.3.x
$ cd ..
@@ -541,7 +541,7 @@
# cleanup after work
$ rm -rf mod_perl-1.xx
- $ rm -rf mod_ssl-2.5.x-1.3.x
+ $ rm -rf mod_ssl-2.6.x-1.3.x
$ rm -rf apache_1.3.x
o Apache + mod_ssl/OpenSSL + PHP3/MySQL
@@ -559,11 +559,11 @@
# extract the packages
$ gzip -d -c apache_1.3.x.tar.gz | tar xvf -
- $ gzip -d -c mod_ssl-2.5.x-1.3.x.tar.gz | tar xvf -
+ $ gzip -d -c mod_ssl-2.6.x-1.3.x.tar.gz | tar xvf -
$ gzip -d -c php-3.0.x.tar.gz | tar xvf -
# apply mod_ssl to Apache source tree
- $ cd /mod_ssl-2.5.x-1.3.x
+ $ cd /mod_ssl-2.6.x-1.3.x
$ ./configure \
--with-apache=../apache_1.3.x
$ cd ..
@@ -601,6 +601,6 @@
# cleanup after work
$ rm -rf php-3.0.x
- $ rm -rf mod_ssl-2.5.x-1.3.x
+ $ rm -rf mod_ssl-2.6.x-1.3.x
$ rm -rf apache_1.3.x