Re: [問題] 開機自動啟動Apache(with ssl)以及自動導向
※ 引述《drlai.bbs@ptt.cc (蘇打)》之銘言:
> 請問該如何設定才能使Apache開機時自動啟動於SSL呢?
> 我在rc.conf裡面設定
> apache2ssl_enable="YES"後,開機他會要求我輸入SSL啟動時所需要的密碼
> 有沒有辦法讓他自己輸入就好
> 另外,有些網站會自己導向SSL(http->https)是靠網頁來判斷然後導向嗎?
> 或是說靠apache的設定呢?
> 我的環境是FreeBSD 5.3+apache2+php+openssl
> 感謝:D
1.Remove the encryption from the RSA private key (while preserving the original file):
$ cp server.key server.key.org
$ openssl rsa -in server.key.org -out server.key
2.Make sure the server.key file is now only readable by root
httpd.conf:
SSLProtocol all
SSLCipherSuite HIGH:MEDIUM
--
好康訊息!
Openfind 提供免費撥接電話:40508888
帳號:openfind 密碼:openfind
--
http://bbs.openfind.com.tw
※來源:211.76.*
討論串 (同標題文章)
FreeBSD 近期熱門文章
PTT數位生活區 即時熱門文章