【问题标题】:error when installing ssh on beanstalk 64bit ubuntu 2014.03 v1.0.2 PHP 5.5在 beanstalk 64bit ubuntu 2014.03 v1.0.2 PHP 5.5 上安装 ssh 时出错
【发布时间】:2014-07-25 13:06:32
【问题描述】:

我按照本教程 (http://richardhawthorn.com/?p=82) 在我的 beanstalk 实例上配置 ssl。

所以我的配置文件包含以下内容。它在 64bit ubuntu 2014.02 PHP 5.5 上运行良好,但在 64bit ubuntu 2014.03 v1.0.2 PHP 5.5 上它不起作用我收到以下错误,可能是什么问题? 包: 百胜: mod24_ssl:[] 资源: 我的安全组: 类型:AWS::EC2::SecurityGroupIngress 特性: 组名:{Ref:AWSEBSecurityGroup} ip协议:tcp 到港:443 FromPort: 443 CidrIp:0.0.0.0/0 /etc/httpd/conf.d/ssl.conf: 模式:000777 所有者:ec2-用户 组:ec2-用户 内容:| LoadModule ssl_module 模块/mod_ssl.so 听着 443 订单拒绝,允许 允许所有人 SSLEngine 开启 SSLCertificateChainFile "/tmp/gd_bundle.crt" SSLCertificateFile "/tmp/server.crt" SSLCertificateKeyFile "/tmp/server.key" ProxyPass / http://localhost:80/ retry=0 ProxyPassReverse / http://localhost:80/ ProxyPreserveHost 开启 LogFormat "%h (%{X-Forwarded-For}i) %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i \"" 错误日志 /var/log/httpd/elasticbeanstalk-error_log TransferLog /var/log/httpd/elasticbeanstalk-access_log

Jun  4 06:12:16 ip-10-253-103-13 init: httpd main process ended, respawning
Jun  4 06:12:17 ip-10-253-103-13 init: httpd main process ended, respawning
Jun  4 06:12:17 ip-10-253-103-13 init: httpd main process ended, respawning
Jun  4 06:12:17 ip-10-253-103-13 init: httpd main process ended, respawning
Jun  4 06:12:17 ip-10-253-103-13 init: httpd main process ended, respawning
Jun  4 06:12:17 ip-10-253-103-13 init: httpd main process ended, respawning
Jun  4 06:12:17 ip-10-253-103-13 init: httpd main process ended, respawning
Jun  4 06:12:17 ip-10-253-103-13 init: httpd main process ended, respawning
Jun  4 06:12:18 ip-10-253-103-13 init: httpd main process ended, respawning
Jun  4 06:12:18 ip-10-253-103-13 init: httpd main process ended, respawning
Jun  4 06:12:18 ip-10-253-103-13 init: httpd respawning too fast, stopped


-------------------------------------
/var/log/httpd/error_log
-------------------------------------
[Wed Jun 04 06:12:18.328490 2014] [suexec:notice] [pid 25739] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
AH00016: Configuration Failed

【问题讨论】:

    标签: php apache amazon-web-services amazon-ec2 amazon-elastic-beanstalk


    【解决方案1】:

    我的第一个猜测(虽然不确定)是这个问题:https://forums.aws.amazon.com/thread.jspa?messageID=545736

    这里也讨论过:

    https://forums.aws.amazon.com/message.jspa?messageID=546965

    您可以尝试使用 ebextension 降级 curl 的版本,看看它是否能解决您的问题?

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-02-25
      • 2014-02-18
      • 2022-09-29
      • 1970-01-01
      • 2020-11-23
      • 1970-01-01
      • 2014-03-06
      • 2014-01-05
      相关资源
      最近更新 更多