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.
我已将 Apache httpd 配置为用作转发代理服务器。
如何在事件链中添加在 tomcat 上运行的 servlet,以便 servlet 可以访问通过 apache 转发代理服务器的请求和响应,并在需要时修改它们(基于某些关键字)?
apache 中的mod_rewrite模块实际上可以重写 url。
参考: