我正在运行XAMPP并从头开始重建我的PHP服务器,将服务器从 ServerV1 重命名为 ServerV2 ,现在尝试从Android volley发出基本POST请求,返回Apache日志中发现的错误:

[Sat Dec 19 19:24:57.528601 2015] [core:notice] [pid 7956:tid 260] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Sat Dec 19 19:24:57.531601 2015] [mpm_winnt:notice] [pid 7956:tid 260] AH00418: Parent: Created child process 5784
[Sat Dec 19 19:24:58.047631 2015] [ssl:warn] [pid 5784:tid 272] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Dec 19 19:24:58.290645 2015] [ssl:warn] [pid 5784:tid 272] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Dec 19 19:24:58.325647 2015] [mpm_winnt:notice] [pid 5784:tid 272] AH00354: Child: Starting 150 worker threads.

我没有收听任何使用过的端口:

enter image description here

我研究其他人只是像以下来源一样以管理员身份运行:https://teamtreehouse.com/community/solved-xampp-apache-errorXAMPP - Apache Error

一旦尝试,它仍然无法工作,其中任何POST的唯一返回是 0 .

注意:我已经使用google chromes POSTMAN测试了每个操作,并且知道我的路由确实有效并返回正确的JSON对象 . https://chrome.google.com/webstore/detail/postman-rest-client-short/mkhojklkhkdaghjjfdnphfphiaiohkef?hl=en

我可以采取哪些措施来缓解这个问题?