在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证书)现在最佳实践是什么?
发布于 2018-12-29 23:44:55
错误404似乎没有登录到sys_log的TYPO3 8.x中。至少使用默认配置。您可以查看apache错误日志,了解过去发生了什么(使用TYPO3 8.x)。您应该会在那里看到许多类似的404错误。
互联网上的每个网站都有邪恶的机器人作为访问者,所以TYPO3 9.x没有什么特别之处。
问题“不需要额外的安全预防措施?”很难回答。只要你的安装是安全的,就不会有问题。
安全准则:https://docs.typo3.org/typo3cms/CoreApiReference/Security/Index.html
https://stackoverflow.com/questions/53956855
复制相似问题