gpt4 book ai didi

php - 我将 laragon php 版本更改为 8,之后 apache 将无法运行

转载 作者:行者123 更新时间:2023-12-04 13:09:54 25 4
gpt4 key购买 nike

我将 laragon php 版本更改为 8,之后 apache 将无法运行这是错误:

Service apache can not start C:/laragon/bin/apache/httpd-2.4.46vs16/conf.... Syntax error on line 2 Api module structure php8_module error

最佳答案

首先,也要更新您的 apache 版本。
之后去 c:\laragon\etc\apacke2\mode_php.conf
改变:

# This file is auto-generated, so please keep it intact.
LoadModule php8_module "C:/laragon/bin/php/php-8.0.0-Win32-vs16-x64/php8apache2_4.dll"
PHPIniDir "C:/laragon/bin/php/php-8.0.0-Win32-vs16-x64"
<IfModule mime_module>
AddType application/x-httpd-php .php
</IfModule>
对此:
# This file is auto-generated, so please keep it intact.
LoadModule php_module "C:/laragon/bin/php/php-8.0.0-Win32-vs16-x64/php8apache2_4.dll"
PHPIniDir "C:/laragon/bin/php/php-8.0.0-Win32-vs16-x64"
<IfModule mime_module>
AddType application/x-httpd-php .php
</IfModule>
所以 php8_module将是 php_module reference

关于php - 我将 laragon php 版本更改为 8,之后 apache 将无法运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66555395/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com