It seems that you have built it.  To run it correctly, you need to configure apache to use SSL.  Look into the samples of how to use the httpd.conf file.  Its all in that file.
 
Cheers,
 
Lin Geng
----- Original Message -----
From: ~{Nb7I~}
Sent: Friday, April 21, 2000 5:00 AM
Subject: I need your help

Dear Support,
I'm now installing mod_ssl on Linux plateform.I exectute all the install instructions that stated inthe mod_ssl installation provided in http://www.modssl.org/source/exp/mod_ssl/pkg.mod_ssl/INSTALL. I did performce these instructins successfully,but I can't connect my host using https.The following is what I
have done:
1.tar -zxvf apache_1.3.12.tar.gz
2.tar -zxvf mod_ssl-2.6.3-1.3.12.tar.gz
3.tar -zxvf openssl-0.9.5a.tar.gz
4.cd openssl-0.9.5a
  ./configure
  make
5.cd mod_ssl-2.6.3_1.3.12
  ./configure \
  --with-apache=../apache_1.3.12 \
  --with-ssl=../openssl-0.9.5a \
  --prefix=/path/to/apache \
6.cd ..
7.cd apache_1.3.12
  make
  make certificate
  make install
8./path/to/apache/bin/apachectl startssl
 
I'll be appreciated if you would so kind to help me.
 
Thank you in advance.
 
Best Regards,
Wu Fei
Eastern Communications Co.,Ltd.

Reply via email to