You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users-de@httpd.apache.org by Kai Pfeiffer <pf...@gmx.net> on 2004/12/05 02:22:02 UTC

Re: Apache und mod_ssl

Hallo Roland,

ich habe mir seinerzeit die folgenden Sourcen besorgt.

http://www.openssl.org/source/openssl-0.9.7e.tar.gz
http://ftp.plusline.de/ftp.apache.org/httpd/httpd-2.0.52.tar.gz

Diese entpackt

ins Verzeichnis von den openssl- sourcen gewechselt
./config --prefix=/usr/local/openssl
make
make test
make install
mkdir /usr/local/bin
ln -s /usr/local/openssl/bin/openssl /usr/local/bin/openssl

dann ins Verzeichnis  der apache-sourcen gewechselt

./configure --prefix=/usr/local/httpd \
--enable-modules=all \
--enable-ssl \
--with-ssl=/usr/local/openssl \
--enable-so
make
make install

 Dann die keys erzeugen, da gibt es eine super Anleitung bei 
http://lamps.efactory.de/

 dann mit SSL starten, bei mir hats jedenfalls hervorragend geklappt

"/usr/local/httpd/bin/apachectl start-SSL"

Gruß Kai

--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an users-de-unsubscribe@httpd.apache.org
           sonstige Anfragen an users-de-help@httpd.apache.org
--------------------------------------------------------------------------