首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >TYPO3 9.5.3 -记录错误,显示多次尝试访问不存在的路由

TYPO3 9.5.3 -记录错误,显示多次尝试访问不存在的路由
EN

Stack Overflow用户
提问于 2018-12-28 18:14:53
回答 1查看 87关注 0票数 0

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

代码语言:javascript
复制
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1518472189: The requested page does not exist

..。并尝试访问不存在的站点,如下所示:

代码语言:javascript
复制
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证书)现在最佳实践是什么?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 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

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/53956855

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档