Debian9 上的 apache2 error.log 没有出现 500 错误

500 errors do not appear in the apache2 error.log on Debian9

我在使用 apache2 error.log 时遇到问题。那里没有出现 500 个错误(/var/log/apache2/error.log),我每次重新启动 apache2 服务时都会收到这些行:

[Tue May 26 10:19:33.931998 2020] [mpm_prefork:notice] [pid 30119] AH00171: Graceful restart requested, doing restart
[Tue May 26 10:19:33.947081 2020] [so:warn] [pid 30119] AH01574: module ssl_module is already loaded, skipping
[Tue May 26 10:19:33.968226 2020] [mpm_prefork:notice] [pid 30119] AH00163: Apache/2.4.25 (Debian) OpenSSL/1.0.2u configured -- resuming normal operations
[Tue May 26 10:19:33.968246 2020] [core:notice] [pid 30119] AH00094: Command line: '/usr/sbin/apache2'

我把error_reporting=E_ALL,display_errors=放在,display_startup_errors = On, log_errors = On/etc/php/7.4/apache2/php.ini/etc/php/7.4/cli/php.ini

我什至没有在浏览器上收到错误,我只是在检查器中收到一条消息“500 内部服务器错误”。

我还应该配置什么才能使它们出现在 error.log 中?

好吧,我错过了一件事,这是最重要的事情。

我不得不在 apache2.conf 文件(/etc/apache2/apache2.conf ) 现在可以使用了!