[LINUX:18574] Re: https

---------

New Message Reply About this list Date view Thread view Subject view Author view

From: mavi@webser.hay.net.tr
Date: Tue 08 Aug 2000 - 11:52:21 EEST


On Sun, 6 Aug 2000, nusret kurar wrote:

> merhaba
> apache web server da hhtps i nasil yapabilecegimi anlatan turkce bir dokuman nerde bulabilirim
> herkese iyi calismalar

http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/ adresinde guzel
bir dokuman var.php ve mysql kurmayI da anlatIyor.ssl destekli apache
kurmayI da cok iyi anlatmIs.
AynI dokumanIn print friendly verisyonu surda:
http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/print.html

Ben yine de php ve mysql olmadan kIsaca anlatiim :

http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/

ssl icin openssl kurmamIz gerekiyor once.key ve csr dosyalarI
olusturabilmek icin lazIm.openssl kutuphaneleri lazIm.

/usr/local e kurmak istediginiz varsayIyorum.

 tar xvfz openssl-0.9.5a.tar.gz
 cd openssl-0.9.x
/config --prefix=/usr/local/ssl \

 make
 make test
 make install

 tar xvfz mod_ssl-2.6.4-1.3.12.tar.gz
 cd
 ./configure --with-apache=../apache_1.3.12

yukardaki apache_1.3.12 sizin de gordugunuz gibi apache nin source larI
olcak.kurulu oldugu dizin degil.

 cd apache_1.3.12
 SSL_BASE=../openssl-0.9.x \
/configure \
--enable-module=ssl \
--prefix=/usr/local/apache \
--enable-shared=ssl

 make

 make certificate TYPE=custom -----> bunu yapInca .key ve .csr
olusturmanIz
icin bazI sorular soruyor.domain bilgileri etc. sonra
isterseniz bunlarI kullanarak deneme icin bir .crt dosyasI yani bir
sertifika olusturabilirsiniz.

 make install

 /usr/local/apache/bin/apachectl startssl

sonra eger ssl destekli veya normal virtual host larla ugrasacaksanIz ki
bu lazIm olabilir
http://www.devshed.com/Server_Side/Administration/Certificates/ adresinde
virtual host larI anlatan bir article var.onu da okuyun isterseniz.

kolay gelsin.
selam.saygI

Mehmet Emin Coskun

 
 Listeden cikmak icin:
          unsub linux
 mesajini listeci@bilkent.edu.tr adresine gonderiniz.
   Lutfen Listeci icin MIME / HTML / Turkce Aksan kullanmayin.
 Listeci arayuzu: http://listweb.bilkent.edu.tr/yardim/bilkent/linux.html
 Liste arsivinin adresi: http://listweb.bilkent.edu.tr/


New Message Reply About this list Date view Thread view Subject view Author view

---------

Bu arsiv hypermail 2b29 tarafindan uretilmistir.