亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 3909 | 回復: 6
打印 上一主題 下一主題

[Web] apache+mod_ssl如何自啟動?----急 [復制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報告]
發(fā)表于 2003-01-22 17:21 |只看該作者 |倒序瀏覽
在我的機器上裝了apache+mod_ssl,都能構(gòu)正常啟動
當apachectl startssl啟動是要輸入密碼才能啟動
可是我們的應用要求他能夠自啟動。
用管道傳送密碼字段但是不成功,因為password跟別的程序不一樣,不支持管道輸入。
我不知道如何實現(xiàn)自啟動,希望有高手指點

論壇徽章:
0
2 [報告]
發(fā)表于 2003-01-22 17:26 |只看該作者

apache+mod_ssl如何自啟動?----急

補充一下,我的機器是unix系統(tǒng)

論壇徽章:
0
3 [報告]
發(fā)表于 2003-01-24 10:02 |只看該作者
提示: 作者被禁止或刪除 內(nèi)容自動屏蔽

論壇徽章:
0
4 [報告]
發(fā)表于 2003-01-31 23:35 |只看該作者

apache+mod_ssl如何自啟動?----急

me too.

論壇徽章:
0
5 [報告]
發(fā)表于 2003-02-02 18:26 |只看該作者

apache+mod_ssl如何自啟動?----急

不看文檔的懶人。

http://httpd.apache.org/docs-2.0/ssl/ssl_faq.html

How can I get rid of the pass-phrase dialog at Apache startup time?

The reason why this dialog pops up at startup and every re-start is that the RSA private key inside your server.key file is stored in encrypted format for security reasons. The pass-phrase is needed to be able to read and parse this file. When you can be sure that your server is secure enough you perform two steps:

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


Make sure the server.key file is now only readable by root:

$ chmod 400 server.key


Now server.key will contain an unencrypted copy of the key. If you point your server at this file it will not prompt you for a pass-phrase. HOWEVER, if anyone gets this key they will be able to impersonate you on the net. PLEASE make sure that the permissions on that file are really such that only root or the web server user can read it (preferably get your web server to start as root but run as another server, and have the key readable only by root).

As an alternative approach you can use the ``SSLPassPhraseDialog exec:/path/to/program'' facility. But keep in mind that this is neither more nor less secure, of course.

論壇徽章:
0
6 [報告]
發(fā)表于 2003-02-04 23:42 |只看該作者

apache+mod_ssl如何自啟動?----急

Thank you, MaxBSD.

論壇徽章:
0
7 [報告]
發(fā)表于 2003-02-06 00:36 |只看該作者
提示: 作者被禁止或刪除 內(nèi)容自動屏蔽
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復

  

北京盛拓優(yōu)訊信息技術有限公司. 版權所有 京ICP備16024965號-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報專區(qū)
中國互聯(lián)網(wǎng)協(xié)會會員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP