Re: [問題] 開機自動啟動Apache(with ssl)以及自動導向

看板FreeBSD作者時間20年前 (2005/06/13 09:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/3 (看更多)
※ 引述《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.*
文章代碼(AID): #12hE8L00 (FreeBSD)
文章代碼(AID): #12hE8L00 (FreeBSD)