如果我正在进行SSL,因为我需要一个https://的重定向URI,所以我在我的xamp apache中有这个httpd:
DocumentRoot "C:/x/htdocs/project-lara/public"
ServerName fuseuca.com
SSLEngine on
SSLCertificateFile "conf/ssl.crt/server.crt"
SSLCertificateKeyFile "conf/ssl.key/server.key"
AllowOverride All
Order allow,deny
Allow from all
我还配置了主机127.0.0.1 fuseuca.com
但我仍然无法使用网页:Error code: ERR_CONNECTION_REFUSED
。