无法在 laragon 上启动服务 apache

Cannot start service apache on laragon

之前一切正常。今天我尝试启动 laragon apache,但出现以下错误:

httpd: Syntax error on line 546 of

C:/laragon/bin/apache/httpd-2.4.35-win64-VC15/conf/httpd.conf:

Syntax error on line 1 of

C:/laragon/etc/apache2/fcgid.conf: Cannot load

C:/laragon/etc/apache2/modules/mod_fcgid-2.3.9-Win32-VC14.so

into server: %1 is not a valid Win32 application.

我曾尝试更改 PHP 版本,但无济于事。 我应该怎么做才能在没有这个错误的情况下启动 apache?

答案由Laragon's administrators

之一给出

您需要使用 PHP 线程安全版本。 PHP NTS(非线程安全)版本与 Laragon 不兼容。

https://forum.laragon.org/topic/166/tutorial-how-to-add-another-php-version-php-7-4-php-8-0-updated/1

您还必须确保 PHP 和 Apache 的 VC 相同。