search

Home  >  Q&A  >  body text

xampp, apache listens on multiple ports

< /p>

Why is this? The local webpage cannot be opened. Please give me some guidance. Thank you!

Part of the error log:

AH00112: Warning: DocumentRoot [D:/Xampp/htdocs/plat1pei/www] does not exist
AH00112: Warning: DocumentRoot [D:/Xampp/htdocs/plat1pei/www] does not exist
AH00112 : Warning: DocumentRoot [D:/Xampp/htdocs/plat1pei/www] does not exist
[Thu Apr 20 17:00:33.113568 2017] [ssl:warn] [pid 22796:tid 580] AH01909: localhost:443 :0 server certificate does NOT include an ID which matches the server name
[Thu Apr 20 17:00:33.113568 2017] [ssl:error] [pid 22796:tid 580] AH02217: ssl_stapling_init_cert: can't issue retriever certificate ! [subject: CN=localhost / issuer: CN=localhost / serial: B5C752C98781B503 / notbefore: Nov 10 23:48:47 2009 GMT / notafter: Nov 8 23:48:47 2019 GMT]
[Thu Apr 20 17 :00:33.113568 2017] [ssl:error] [pid 22796:tid 580] AH02604: Unable to configure certificate localhost:443:0 for stapling
PHP Warning: PHP Startup: apc: Unable to initialize modulenModule compiled with module API =20100525nPHP compiled with module API=20131226nThese options need to matchn in Unknown on line 0
[Thu Apr 20 17:00:33.144819 2017] [mpm_winnt:notice] [pid 22796:tid 580] AH00354: Child: Starting 150 worker threads.

PHP中文网PHP中文网2812 days ago734

reply all(2)I'll reply

  • 滿天的星座

    滿天的星座2017-05-16 13:13:23

    The error reported is that the file directory does not exist

    reply
    0
  • 世界只因有你

    世界只因有你2017-05-16 13:13:23

    Warning does not affect startup. Your problem should be that the ssl configuration is wrong. Check the apache configuration file and try commenting these two parameters.

    SSLCertificateFile
    SSLCertificateKeyFile

    reply
    0
  • Cancelreply