lnmp ssl add 安装ssl后,所有虚拟站点都无法访问
版本1.4.用一个虚拟站点做测试,添加了ssl后,所有网站都无法访问了。http和https都不可以。后来把加ssl的网站删了也不行。看了下站点的conf,都正常的。显示信息如下,求帮忙看看。lnmp自动装的,用的apache。
无法访问此网站
www.chinafabry.xyz 拒绝了我们的连接请求。
请在 Google 中搜索“chinafabry xyz”
ERR_CONNECTION_REFUSED
[ 本帖最后由 songxinxin 于 2018-1-15 16:16 编辑 ] 求军哥帮忙看看,非常感谢。 Apache启动失败。我把httpd.conf中的httpd-ssl.conf 注释掉,apache起来了。网站可以正常访问。http方式。。。
继续努力尝试ssl 哪位能帮看看 下面代码什么意思么?centos服务器是
start apache... (98)Address already in use: make_sock: could not bind to address [::]:443
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:443
no listening sockets available, shutting down
Unable to open logs
failed 把占用端口的kill了,可以访问了。不知道有没有其他后遗症
# netstat -tlpn |grep 443
tcp 0 0 :::443 :::* LISTEN 1700/python
# kill 1700
# netstat -tlpn |grep 443
tcp 0 0 :::443 :::* LISTEN 1701/python
# kill 1701
回复 5# 的帖子
可能你系统上其他程序占用了端口 谢谢军哥。端口强制搞掉好了。后来想起来是ss占用了端口,改了下。
页:
[1]