Zurück

Apache - mod_ssl: Installation

Vor

Installation als RPM:
vorher: OpenSSL - Paket (z.Z. Version 0.9.5)
vorbildlich: S.u.s.e: apache.rpm, mod_ssl.rpm
mit Mühen: Redhat - redhat-addons

Installation von der Quelle:
% tar zxvf openssl-0.9.5.tar.gz
% tar zxvf apache_1.3.12.tar.gz
% tar zxvf mod_ssl-2.6.2-1.3.12.tar.gz

% cd openssl-0.9.5; ./config; make

% cd ../mod_ssl-2.6.2
% ./configure --with-apache=../apache_1.3.12 \
              --with_ssl=../openssl-0.9.5

% cd ../apache_1.3.12
% make
% make certificate
% make install

# /usr/local/apache/sbin/httpd -DSSL

% netscape https://localhost/



Vortrag zum 2. Chemnitzer Linux-Tag März 2000

Frank Richter, März 2000