【发布时间】: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