心有多大舞臺(tái)便有多大

          Embrace changes, pursue excellence, share niceness.

          (轉(zhuǎn)載)apachectl startssl啟動(dòng)apache自動(dòng)運(yùn)行輸入密碼

          apachectl startssl啟動(dòng)apache自動(dòng)運(yùn)行輸入密碼

          作者:不詳 來(lái)源: http://www.chinaunix.net(無(wú)顯示即不詳)
          • 核心提示:安裝了一臺(tái)服務(wù)器,只開(kāi)放了https,沒(méi)有開(kāi)放http 把啟動(dòng)命令/usr/local/bin/apachectl startssl寫到/etc/rc.local里,重啟服務(wù)器。 發(fā)現(xiàn)apache并沒(méi)有自動(dòng)運(yùn)行。 手動(dòng)運(yùn)行 [root@localhost]# /usr/local/bin/apachectl restart httpd not running, trying to start Apach.....
          安裝了一臺(tái)服務(wù)器,只開(kāi)放了https,沒(méi)有開(kāi)放http
          把啟動(dòng)命令/usr/local/bin/apachectl startssl寫到/etc/rc.local里,重啟服務(wù)器。
          發(fā)現(xiàn)apache并沒(méi)有自動(dòng)運(yùn)行。
          手動(dòng)運(yùn)行
          [root@localhost]# /usr/local/bin/apachectl restart
          httpd not running, trying to start
          Apache/2.2.0 mod_ssl/2.2.0 (Pass Phrase Dialog)
          Some of your private key files are encrypted for security reasons.
          In order to read them you have to provide the pass phrases.

          Server www.example.com:443 (RSA)
          Enter pass phrase:

          OK: Pass Phrase Dialog successful.
          發(fā)現(xiàn)原來(lái)是要輸入pass phrase的原因

          解決方案有2種
          1:去掉/usr/local/bin/apachectl startssl啟動(dòng)的pass phrase,用空pass phrase啟動(dòng)apache
          (while preserving the original file):
          $ cp server.key server.key.org
          $ openssl rsa -in server.key.org -out server.key

          確認(rèn)server.key 文件為root可讀
          $ chmod 400 server.key
          參考http://www.chinaunix.net/jh/13/599604.html

          2:編輯
          vi /usr/local/apache2/conf/extra/httpd-ssl.conf
          注釋SSLPassPhraseDialog  builtin
          在后添加
          SSLPassPhraseDialog exec:/usr/local/apache2/conf/apache_pass.sh

          vi /usr/local/apache2/conf/apache_pass.sh
          #!/bin/sh
          echo "密碼"

          chmod +x /usr/local/apache2/conf/apache_pass.sh

          然后重啟apache
          [root@localhost conf]# /home/apache2/bin/apachectl start
          [root@localhost conf]#

          然后從起服務(wù)器,就可以運(yùn)行了

          參考http://httpd.apache.org/docs/2.0 ... sslpassphrasedialog

          posted on 2008-04-28 09:24 pony 閱讀(2758) 評(píng)論(3)  編輯  收藏 所屬分類: linux

          評(píng)論

          # re: (轉(zhuǎn)載)apachectl startssl啟動(dòng)apache自動(dòng)運(yùn)行輸入密碼 2009-02-19 16:28 pony

          一定要記得把a(bǔ)pache_pass.sh腳本的+x權(quán)限加上  回復(fù)  更多評(píng)論   

          # re: (轉(zhuǎn)載)apachectl startssl啟動(dòng)apache自動(dòng)運(yùn)行輸入密碼[未登錄](méi) 2014-02-21 16:43 0

          薩頂頂頂頂頂頂頂頂頂頂頂頂  回復(fù)  更多評(píng)論   

          # re: (轉(zhuǎn)載)apachectl startssl啟動(dòng)apache自動(dòng)運(yùn)行輸入密碼[未登錄](méi) 2014-02-21 16:43 0

          這是我見(jiàn)過(guò)最丑的網(wǎng)站了  回復(fù)  更多評(píng)論   

          主站蜘蛛池模板: 靖安县| 舞阳县| 冀州市| 津南区| 益阳市| 满城县| 黑山县| 南华县| 吉林省| 怀集县| 凤山县| 汨罗市| 友谊县| 宜春市| 兴隆县| 五原县| 都兰县| 雷州市| 福建省| 饶阳县| 类乌齐县| 来宾市| 封开县| 通州市| 舟曲县| 龙海市| 图片| 安福县| 永善县| 新干县| 正安县| 博客| 利辛县| 辰溪县| 阿图什市| 穆棱市| 孝昌县| 威信县| 牟定县| 共和县| 黔南|