httpde.exe和Apache日志报错一样 ,端口并不冲突
[Mon Mar 28 15:03:22.658919 2022] [ssl:warn] [pid 11352:tid 588] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Mar 28 15:03:22.729923 2022] [core:warn] [pid 11352:tid 588] AH00098: pid file D:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Mar 28 15:03:22.732947 2022] [ssl:warn] [pid 11352:tid 588] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
PHP Warning: 'vcruntime140.dll' 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0
[Mon Mar 28 15:03:22.734167 2022] [:emerg] [pid 11352:tid 588] AH00020: Configuration Failed, exiting
译:
[Mon-Mar 28 15:03:22.658919 2022][ssl:warn][pid 11352:tid 588]AH01909:www.example。com:443:0服务器证书不包含与服务器名称匹配的ID
[Mon Mar 28 15:03:22.729923 2022][core:warn][pid 11352:tid 588]AH00098:pid文件D:/xampp/apache/logs/httpd。pid覆盖——上次Apache运行的不干净关机?
[Mon-Mar 28 15:03:22.732947 2022][ssl:warn][pid 11352:tid 588]AH01909:www.example.com。com:443:0服务器证书不包含与服务器名称匹配的ID
PHP警告:“vRuntime140。dll'14.0与第0行中未知的14.16链接的PHP版本不兼容
[Mon Mar 28 15:03:22.734167 2022][:emerg][pid 11352:tid 588]AH00020:配置失败,正在退出
建议搞php别用这种集成环境,自己搭 LAMP 会比较好,问题也方便定位。
你这个好像是进程没有关掉。如下操作就好。(我这边反正每次忒出xampp的时候总是退出不了,都是走任务管理器关的)
(httpd.exe不就是apache么?你是安装了2个环境么?)