Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 pfsense 中使用“HTTPS/SSL 拦截”设置了 squid,并为所有客户端安装了 ca。现在它可以将所有 https 请求记录到 access.log 文件中。但是它只能记录https请求的URL,我想知道它是否可以记录请求和响应的网页内容?谢谢。
您可以参考 squid 日志格式指令。它控制日志格式,如果你想要的东西在那里不可用,你可以应用补丁
http://www.squid-cache.org/Doc/config/logformat/
我有一个 jsp 文件 Trainer.jsp,其中有一个代码
$<f:loadBundle basename="kk.saken.jsf.starter.messages" var="msg" />
问题是“在类路径上找不到资源包 jsf.starter.messages”
当我运行 Trainer.jsp