发布网友 发布时间:2022-04-06 06:29
共2个回答
懂视网 时间:2022-04-06 10:50
服务器不支持https访问php的解决办法:
1、编辑/apache2/conf/extra/httpd-ssl.conf
2、在标签下增加以下两条:
ProxyPassMatch ^/(.*.php)$ fcgi://127.0.0.1:10000/你的服务器默认目录/$1
DirectoryIndex index.html index.php
3、保存,重启Apache(service httpd restart)
相关学习推荐:PHP编程从入门到精通
热心网友 时间:2022-04-06 07:58
个人意见,希望采纳: