Apache - mod_ssl: Installation |
% 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 |