How to install free softwares in Linux

last update: 29 Sep 2004

home |index |previous |next |contents

SSL on Apache



2.1 ダウンロード
2.2 インストール

    2.2.1 openssl

      % cd /usr/local/src
      % gzip -cd openssl-0.9.4.tar.gz | tar xvf -
      % cd openssl-0.9.4

      % ./Configure linux-elf

      % make
      % make test

      % su
      passwd:*****
      % make install

    2.2.2 apache

      % cd /usr/local/src
      % gzip -cd apache_1.3.9.tar.gz | tar xvf -
      % cd apache_1.3.9
      % tar zxf apache_1.3.9+ssl_1.37.tar.gz

      % pwd
      /usr/local/src/apache_1.3.9
      % ./FixPatch

      % ./configure --prefix=/usr/local/apacheSSL
      % make
      % make install

    apacheサーバ用証明書の生成
      % cd src
      % make certificate

2.3 運用
Port 80

Port 8887
Listen 8887
Listen 8888


SSLEnable

SSLCacheServerPath /usr/local/apacheSSL/bin/gcache


httpd.confの変更点


2.4
2.5 参考サイト

home |index |previous |next |contents


since 04/Oct/2004