专注互联网_外贸多语种建站_海外社交营销_西安百度SEO优化推广
1、已在我这里购买了SSL证书(注意:服务器要打开443端口)
2、打开php.ini扩展。
extension=php_openssl.dll
3、打开httpd.conf扩展
Includeconf/extra/httpd-ssl.conf
4、把下好的证书复制到
\Apache\conf\ssl
5、编辑http-ssl.conf文件(位置:Apache\conf\extra)
删除里http-ssl.conf的内容
键入代码:
SSLStrictSNIVHostCheckoff
SSLCipherSuiteAESGCM:ALL:!DH:!EXPORT:!RC4:+HIGH:!MEDIUM:!LOW:!aNULL:!eNULL
SSLProtocolall-SSLv2-SSLv3
<VirtualHost*:443>
DocumentRoot"C:\project\https"#项目地址
ServerNamewww.scenewood.top#域名
ServerAliasscenewood.top#域名
<Directory"C:\project\https">#项目地址
OptionsFollowSymLinksExecCGI
AllowOverrideAll
Orderallow,deny
Allowfromall
Requireallgranted
</Directory>
SSLEngineon
SSLCertificateFile"C:\phpstudy\Apache\conf\ssl\scenewood\2_scenewood.top.crt"#证书2_域名_crt
SSLCertificateKeyFile"C:\phpstudy\Apache\conf\ssl\scenewood\3_scenewood.top.key"#证书3_域名_key
SSLCertificateChainFile"C:\phpstudy\Apache\conf\ssl\scenewood\1_root_bundle.crt"#证书1_root_bundle.crt
</VirtualHost>
6、重启apache
来源:闫宝龙博客(微信/QQ号:18097696),转载请保留出处和链接!
版权声明1,本站转载作品(包括论坛内容)出于传递更多信息之目的,不承担任何法律责任,如有侵权请联系管理员删除。2,本站原创作品转载须注明“稿件来源”否则禁止转载!