XAMPP Apache在" magic_quotes_gpc = On"之后开始失败

时间:2016-04-01 17:11:44

标签: apache xampp

嘿伙计们,我通过启动我的apache遇到了问题。 我尝试在本地计算机上安装 xt-commerce 。在这里我不得不改变xampp / php / php.ini中的条目 magic_quotes_gpc =关闭 - >上

从那时起,我的阿帕奇再也没有开始了。

my control panels seems like this

和apache错误日志条目:

[Fri Apr 01 18:30:56.550683 2016] [ssl:warn] [pid 7476:tid 364] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Apr 01 18:31:05.089172 2016] [ssl:warn] [pid 216:tid 364] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Apr 01 18:31:05.115173 2016] [core:warn] [pid 216:tid 364] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Fri Apr 01 18:31:05.251181 2016] [ssl:warn] [pid 216:tid 364] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Apr 01 18:31:23.070200 2016] [ssl:warn] [pid 6292:tid 364] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Apr 01 18:31:23.101202 2016] [core:warn] [pid 6292:tid 364] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Fri Apr 01 18:31:23.239210 2016] [ssl:warn] [pid 6292:tid 364] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Apr 01 18:44:11.157132 2016] [ssl:warn] [pid 4856:tid 364] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Apr 01 18:44:11.320141 2016] [ssl:warn] [pid 4856:tid 364] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name

我刚试图让它发挥作用:

  • 以管理员身份xampp控制面板
  • 更改端口 httpd.conf收听8081 httpd-ssl.conf收听444
  • 关闭FW和AntiVir

我希望有人知道我必须做什么/改变。 : - /

0 个答案:

没有答案