主机参考:VPS测评参考推荐/专注分享VPS服务器优惠信息!若您是商家可以在本站进行投稿,查看详情!此外我们还提供软文收录、PayPal代付、广告赞助等服务,查看详情! |
我们发布的部分优惠活动文章可能存在时效性,购买时建议在本站搜索商家名称可查看相关文章充分了解该商家!若非中文页面可使用Edge浏览器同步翻译!PayPal代付/收录合作 |
phpStudy如何生成https?本文主要分享phpStudy安装SSL证书的图形教程(Apache)。
1.修改Apache目录下的httpd.conf配置文件:d:\ PHP study \ PHP tutorial \ Apache \ conf \
分别删除行首的配置语句注释符号“#”。
# load module SSL _ module modules/mod _ SSL . so
#包含extra/httpd-ssl.conf
2.编辑xtra/httpd-ssl.conf文件,目录:d:\ PHP study \ PHP tutorial \ Apache \ conf \ extra。
ServerName之后,改成你的网站域名,不带端口号。
在DocumentRoot之后,将其更改为网站路径。
在SSLCertificateFile之后,将其更改为server.crt的文件路径
在SSLCertificateKeyFile之后,将其更改为server.key的文件路径
在SSLCertificateChainFile之后,将其更改为ca.crt的文件路径
ErrorLog行的开头可以被注释掉(前面加#)。
TransferLog行的开头可以被注释掉(前面有一个#符号)
CustomLog行的开头可以被注释掉(前面加#)。
3.打开phpStudy安装文件,打开D:\ PHP study \ PHP tutorial \ Apache \ conf,在conf文件夹下创建一个名为vhosts_ssl.conf的配置文件。
4.编辑vhosts_ssl.conf文件。
listen 443 slstrictsnivhostcheck offslciphersuite AES GCM:ALL:!DH:!导出:!RC4:+高:!中等:!低:!阿努尔:enullssl协议all-SSL v2-SSL v3 & lt;virtual host *:443 & gt;DocumentRoot & # 8220d:\ PHP study \ PHP tutorial \ WWW & # 8221;服务器名称127.0.0.1服务器名称127 . 0 . 0 . 1 & lt;目录& # 8220;d:\ PHP study \ PHP tutorial \ WWW & # 8221;& gt选项如下symlinks execcgiallow override AllOrder allow,deny allow from all require all granted & lt;/Directory & gt;SSLEngine onslcertificatefile & # 8220;d:\ PHP study \ \ PHP tutorial \ Apache \ conf \ SSL \ server one . CRT & # 8221;SSLCertificateKeyFile & # 8220d:\ PHP study \ \ PHP tutorial \ Apache \ conf \ SSL \ server one . key & # 8221;& lt/virtual host & gt;
6.重启phpStudy。如果重启失败,需要关闭防火墙占用端口443的入站规则。
以前的教程参考:
Phpstudy关于配置https证书的教程
Phpstudy关于构建https网站的教程
这几篇文章你可能也喜欢:
- 暂无相关推荐文章
本文由主机参考刊发,转载请注明:phpStudy如何生成https?PhpStudy安装SSL证书教程 https://zhujicankao.com/90699.html
评论前必须登录!
注册