--- son jaya <[EMAIL PROTECTED]> wrote: > 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 . >
Jadi saya harus install ulang donk :( BTW nuhun buat panduannya yang sangat detil. 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
