[Tep-j-general] Re: SSL の利用に つ いて

Back to archive index

yamakawa ml****@iii*****
2004年 5月 4日 (火) 20:19:12 JST


山川です。 自己レスです。



>「インストール後、トップページの「新しいアカウント」をクリックしても「セキュ
>リティーエラーです」などとなってしまいページが表示されません。」
>がどうしても解決しません。

osCommerceのページで紹介されているインストール方法でなぜかうまくいかなかっ
たので [apache  mod_ssl]で検索して探しました。あまり参考には成らないかと思
いますがメモ程度に報告します。

下記の方法でインストールしました。

# cd openssl-0.9.6
# ./config -fPIC
# make
# make install

# cd ../apache_1.3.28
# setenv OPTIM -O2
# ./configure --prefix=/usr/local/apache --enable-module=so

# cd mod_ssl-mod_ssl-2.8.15-1.3.28
# ./configure --with-apache=../apache_1.3.28 --prefix=/usr/local/apache \
--enable-shared=ssl --with-ssl=/usr/local/ssl

# cd ../apache_1.3.28
# make
# make certificate


また、httpd.conf に下記の内容を加えました。

#NameVirtualHost *
NameVirtualHost 192.168.0.192:443
##
## SSL Virtual Host Context
##
#<VirtualHost _default_:443>
<VirtualHost 192.168.0.192:443>
# General setup for the virtual host
DocumentRoot "/home/hoge/public_html"
ServerName www.hogehoge.net
ServerAdmin postm****@hogeh*****

 = = = = = = = f.yamakawa = = = = = = = 




Tep-j-general メーリングリストの案内
Back to archive index