Ikuti langkah-langkah dibawah .....
Asumsi apache yang digunakan adalah apache 1.3.20
[Apache - SSL]
** The Apache Group HTTP Server
>> http://www.apache.org/
** The Apache Interface to OpenSSL
>> http://www.modssl.org/
** The Open Source Toolkit for SSL/TLS
>> http://www.openssl.org/
** Shared Memory Library
>> http://www.engelschall.com/sw/mm/
# Bongkar OpenSSL
# tar -zxvf openssl-0.9.6b.tar.gz
# cd openssl-0.9.6b
# ./config --prefix=/dataku/ssl
--openssldir=/dataku/ssl/openssl
# make
# make test
# make install
# Bongkar mm-1.1.3
# cd mm-1.1.3
# ./configure --disable-shared
# make
# Bongkar apache_1.3.20
# Bongkar mod_ssl-2.8.4-1.3.20
# cd mod_ssl-2.8.4-1.3.20
# ./configure --with-apache=/dataku/apache_1.3.20
--with-ssl=/dataku/ssl
--with-mm=/dataku/mm-1.1.3
--prefix=/dataku/apache --enable-shared=max
# cd /dataku/apache_1.3.20
# make
# make certificate
# make install
# /dataku/apache/bin/apachectl startssl
Apache/1.3.20 mod_ssl/2.8.4 (Pass Phrase Dialog)
Some of your private key files are encrypted for security
reasons.
In order to read them you have to provide us with the pass
phrases.
Server kewaregen.co.id:443 (RSA)
Enter pass phrase: ****
Ok: Pass Phrase Dialog successful.
/dataku/apache/bin/apachectl startssl: httpd started
*** installasi sukses ***
On Thu, 10 Jan 2002 04:39:58 -0800 (PST)
Admiral linux <[EMAIL PROTECTED]> wrote:
> Halo rekan2 admin, langsung aja ..
> Saya pernah nemuin satu situs yang bisa diakses dengan
> cara https://www.xxx.com. Ada yang pernah bikin
> configurasi apache secure, dimana untuk mengakses
> webserver bisa dengan cara http://www.xxx.com dan juga
> dengan cara https://www.xxx.com.
>
> Untuk setup kayak gitu, aplikasi apa saja yang
> dibutuhkan? (tentunya selain configurasi standard
> linux-box). Dan apakah perlu merubah port segala.
>
> Mohon Pencerahannya.
> Terima Kasih
--
Utk berhenti langganan, kirim email ke [EMAIL PROTECTED]
Informasi arsip di http://www.linux.or.id/milis.php3