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.
我们在 Ubuntu 10.04.1 LTS 上运行了 Apache2 代理,并且注意到 DOCTYPE 在每个服务页面中都被删除了。此外,某些 CSS 字体设置会被忽略。我们的网络服务器正在运行 Win 2008 R2。有没有办法告诉 Apache 按原样提供页面并绕过任何修改?
任何建议或建议将不胜感激。先感谢您。
imo ProxyPass 不会改变任何东西。但要确保您可以使用 tcpdump 捕获网络流量,请将占位符替换为您的 Windows 网络服务器的 IP 地址。在您向 ubuntu 网络服务器发出请求并在浏览器中看到来自 Windows 机器的响应后,停止 tcpdump (ctrl+c) 并使用 wireshark 检查 test.log。
sudo tcpdump -A -n -s 0 -w test.log port 80 and host HTTPD_ON_WINDOWS