TYPO3 9.5.3 - 日志错误显示多次尝试访问不存在的路由

TYPO3 9.5.3 - Log errors showing multiple attempts to access non-existing routes

在 TYPO3 9.5.3 演示安装中,我在日志中看到多个错误,如下所示:

Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1518472189: The requested page does not exist

...并尝试像这样访问网站(不存在):

typo3_src-9.5.3:

Requested URL: http://demo.domain/ultxswkov.html

typo3_src-9.5.1:

Requested URL: http://demo.domain/hpwymspohv.html   
Requested URL: http://demo.domain/txlkcgnaet.html 
Requested URL: http://demo.domain/contact.php   
Requested URL: http://demo.domain/kontakt.html
Requested URL: http://demo.domain/kontakt.htm
Requested URL: http://demo.domain/kontakt
Requested URL: http://demo.domain/contact-us.html
Requested URL: http://demo.domain/contacts.htm
Requested URL: http://demo.domain/contacts.html
...

在我所有的 v.8 安装中,我从未遇到过这样的日志错误。我假设有人试图访问这些网站? (对于这个特定的域,我还没有 ssl 证书)现在最好的做法是什么?

似乎错误 404 没有在 TYPO3 8.x 中记录到 sys_log。至少使用默认配置。您可以检查 apache 错误日志以查看过去发生的情况(使用 TYPO3 8.x)。你应该在那里看到许多类似的 404 错误。

互联网上的每个网站都有恶意机器人作为访问者,所以 TYPO3 没什么特别的 9.x。

问题"no additional security precaution needed?"很难回答。只要您的安装是安全的,就没有问题。

安全准则:https://docs.typo3.org/typo3cms/CoreApiReference/Security/Index.html