云服务器网:购买云服务器和VPS必上的网站!

phpstudy:phpstudy怎么配置ssl

phpstudy怎样配置sslphpstudy配置ssl的方法:1.下载自己的SSL证书,进行解压。2.打开phpstudy,打开php扩大中的“php_openssl”功能。3.打开配置文件“httpd -conf”,将以下三行取消前面#注释符。LoadMo

phpstudy怎样配置SSL

phpstudy配置ssl的方法:

1.下载自己的SSL证书,进行解压。

2.打开phpstudy,打开php扩大中的“php_openssl”功能。

3.打开配置文件“httpd -conf”,将以下三行取消前面#注释符。

LoadModule access_compat_module modules/mod_access_compat.so

LoadModule ssl_module modules/mod_ssl.so

Include conf/extra/httpd-ssl.conf


4.编辑Apache根目录下conf/extra/httpd-ssl.conf文件,添加以下三行对应证书文件,例如:

SSLCertificateFile"D:/phpStudy/PHPTutorial/Apache/conf/2_www.XXXX.com.crt"

SSLCertificateKeyFile"D:/phpStudy/PHPTutorial/Apache/conf/3_www.XXXX.com.key"

SSLCertificateChainFile"D:/phpStudy/PHPTutorial/Apache/conf/1_root_bundle.crt"

5.重启phpstudy便可。

本文来源:https://www.yuntue.com/post/60043.html | 云服务器网,转载请注明出处!

关于作者: yuntue

云服务器(www.yuntue.com)是一家专门做阿里云服务器代金券、腾讯云服务器优惠券的网站,这里你可以找到阿里云服务器腾讯云服务器等国内主流云服务器优惠价格,以及海外云服务器、vps主机等优惠信息,我们会为你提供性价比最高的云服务器和域名、数据库、CDN、免费邮箱等企业常用互联网资源。

为您推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注