阿里云ECS+WordPress建站(Apache):
Apache服务器安装SSL证书
https://help.aliyun.com/knowledge_detail/95493.html?spm=5176.2020520163.cas.23.320chcLAhcLAtx
坑1:重启Apache服务器:
参考:https://www.laozuo.org/11343.html
成功!
坑2:使用https访问显示如下,http访问正常:
参考:https://www.jianshu.com/p/24628aad8ff0
将https下的路径与http下的路径一致.就需要修改apache中的配置文件:
我的修改的文件夹路径是 /usr/local/apache2/conf/extra/httpd-ssl.conf 其中,usr/local/apache2是我apache的安装路径,在其安装路径下.有conf/extra/http-ssl.conf文件,修改其中的配置 ,
修改DocumentRoot"/usr/local/apache2/htdocs" 为 DocumentRoot /yjdata/www/www/showtop //此地址为你服务器默认网页地址