|
我的服务器配好了https,但现在发现每回重启apache的时候,会提示输入ssl的密码,我看了/etc/init.d/httpd的启动脚本,其中有这么一句,
This will prevent initlog from swallowing up a pass-phrase prompt if
# mod_ssl needs a pass-phrase from the user.
INITLOG_ARGS=""
我尝试
INITLOG_ARGS="yes"
INITLOG_ARGS="mima"
都不成,而且这个脚本里面也没有使用这个变量,光定义了一个,如何解决? |
|