Apache
CentOS5.8のrpm版 Apache(2.2.3-65) でSSLを使う方法です。 まず、opensslとmod_sslが入っているか確認します。 # rpm -aq | grep openssl openssl-0.9.8e-22.el5_8.4 openssl-devel-0.9.8e-22.el5_8.4 openssl-0.9.8e-22.el5_8.4 openssl-devel-0.9.8e-22.e…
.htpasswdで設定しているBasic認証の文字が合ってるか確認している方法です。 例えば、新規に.htpasswdファイルを作成し、ユーザー:hoge,パスワード:1234を設定するとします。 $ htpasswd -c ./.htpasswd hoge New password:1234 Re-type new password:1234 …