我在 AWS SSL Activate 上使用时出现错误?
I got error when i use on AWS SSL Activate?
i am trying to install FREE SSL on my domain. i am using AMAZON
hosting and try to install SSL. but i got this error. i don't know
what is issue. please anyone help me do this.
Error while running apache2ctl graceful.
httpd not running, trying to start
Action 'graceful' failed.
The Apache error log may have more information.
(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
首先,错误很明显。
(98)Address already in use: AH00072: make_sock: could not bind to
address [::]:80
端口已被占用,要么kill其他进程占用该端口,要么在配置中更改端口。
第二,如果您使用的是 AWS,那么您为什么要使用或想要集成免费的 SSL?如果AWS也免费提供?
Pricing for AWS Certificate Manager
You are not charged by AWS for the SSL/TLS certificates that you
manage with AWS Certificate Manager. You pay only for the AWS
resources that you create to run your website or application. For the
latest ACM pricing information, see the AWS Certificate Manager
Service Pricing page on the AWS website.
所以最好把 request on AWS Certificate Manager 和 AWS SSL 放在 LB 之上。
i am trying to install FREE SSL on my domain. i am using AMAZON hosting and try to install SSL. but i got this error. i don't know what is issue. please anyone help me do this.
Error while running apache2ctl graceful.
httpd not running, trying to start
Action 'graceful' failed.
The Apache error log may have more information.
(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
首先,错误很明显。
(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
端口已被占用,要么kill其他进程占用该端口,要么在配置中更改端口。
第二,如果您使用的是 AWS,那么您为什么要使用或想要集成免费的 SSL?如果AWS也免费提供?
Pricing for AWS Certificate Manager
You are not charged by AWS for the SSL/TLS certificates that you manage with AWS Certificate Manager. You pay only for the AWS resources that you create to run your website or application. For the latest ACM pricing information, see the AWS Certificate Manager Service Pricing page on the AWS website.
所以最好把 request on AWS Certificate Manager 和 AWS SSL 放在 LB 之上。