instal from source
1.download dari source resmi
a. apache 1.3.xx
b. mod_ssl.2.8.x
c. openssl.9.x
d. mm-1.1.x
2.extrak apache sourcenya
# gzip -d -c apache_1.3.x.tar.gz | tar xvf -
# gzip -d -c mod_ssl-2.8.x-1.3.x.tar.gz | tar xvf -
# gzip -d -c openssl-0.9.x.tar.gz | tar xvf -
# gzip -d -c mm-1.1.x.tar.gz | tar xvf -
3.complie
cd openssl-0.9.x
$ sh config \
no-idea \
no-threads \
-fPIC
$ make
$ make test
$ cd ..
$ cd mm-1.1.x OPTIONAL
$ ./configure --disable-shared OPTIONAL
$ make OPTIONAL
$ cd .. OPTIONAL
cd mod_ssl-2.8.x-1.3.x ALL
$ ./configure \ ALL
--with-apache=../apache_1.3.x \ ALL
--with-ssl=../openssl-0.9.x \ ALL
--with-mm=../mm-1.1.x \ OPTIONAL
--with-crt=/path/to/your/server.crt \ OPTIONAL
--with-key=/path/to/your/server.key \ OPTIONAL
--prefix=/path/to/apache \ ALL
[--enable-shared=ssl] \ OPTIONAL
[--disable-rule=SSL_COMPAT] \ OPTIONAL
[--enable-rule=SSL_SDBM] \ OPTIONAL
[--enable-rule=SSL_EXPERIMENTAL] \ OPTIONAL
[--enable-rule=SSL_VENDOR] \ OPTIONAL
[...more APACI options...] OPTIONAL
$ cd .. ALL
$ cd apache_1.3.x ALL
$ make ALL
$ make certificate OPTIONAL
$ make install ALL
$ cd ..
nah gituh .
On Fri, 21 Jan 2005 03:08:01 -0800 (PST), Ery Atmodjo
<[EMAIL PROTECTED]> wrote:
> Dear Mas Andy Nugroho,
>
> NoCat AuthServ membutuhkan ssl enable web server.
> Waktu install linux (RH9), saya install apache
> sekalian, tidak tau apakah ssl enable web server atau
> tidak.
> Saya coba merubah konfigurasi httpd.conf sesuai
> beberapa petunjuk yang ada (termasuk yg dari mas Andy
> Nugroho), tapi saya cari file server.crt dan
> server.key nggak ketemu.
> Bagaimana caranya mengkonfigurasi apache yang sudah
> terinstall agar ssl enable. Dari googling, yang saya
> dapat panduan untuk mengkonfigurasi apache yang belum
> terinstall. Kalau saya salah tolong diluruskan.
>
> Maaf, beberapa mail terakhir ke japri lagi, saya lupa
> tidak pilih mail yang lewat tanya-jawab, tapi pilih
> japri langsung reply :).
>
> Terima kasih.
>
> Salam
>
> Ery
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> --
> Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
> Arsip, FAQ, dan info milis di http://linux.or.id/milis.php
> Tidak bisa posting? Baca:
> http://linux.or.id/wiki/index.php?pagename=ProblemMilisDanSolusi
> http://linux.or.id/wiki/index.php?pagename=TataTertibMilis
>
>
--
-sonjaya-
--
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip, FAQ, dan info milis di http://linux.or.id/milis.php
Tidak bisa posting? Baca:
http://linux.or.id/wiki/index.php?pagename=ProblemMilisDanSolusi
http://linux.or.id/wiki/index.php?pagename=TataTertibMilis