在Apache的HTTP服务器的过滤器 [英] filters in Apache HTTP server

查看:166
本文介绍了在Apache的HTTP服务器的过滤器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用的Apache HTTP服务器为WebLogic应用服务器前面的Web服务器。我这两个使用mod_wl_22.so插件在httpd.conf文件中一些配置集成 - 现在我可以访问使用Apache HTTP服务器的URL部署在WebLogic应用服务器上的应用程序,换句话说,实际的URL(WebLogic应用程序服务器URL)来访问应用程序本地主机:7001 / testproj / index.html的可与本地主机/ testproj / index.html的URL(Apache HTTP服务器URL)也可以访问。

I am using Apache HTTP server as a web server in front of WebLogic Application Server. I've integrated these two using mod_wl_22.so plug-in with some configuration in httpd.conf file - now I can access an application deployed on WebLogic Application Server using Apache HTTP Server URL, in other words, the actual URL (WebLogic Application Server URL) to access application localhost:7001/testproj/index.html can be accessed with localhost/testproj/index.html URL (Apache HTTP Server URL) also.

要求,现在是配置自定义过滤器(或其它),preferably在Java中,Apache HTTP服务器这样我就可以把它发送到WebLogic应用服务器之前修改的形式发布数据。我没有发现这方面的作为,而现在任何谷歌搜索的例子/帮助。

The requirement now is to configure a custom filter (or something), preferably in Java, in Apache HTTP Server so I can modify "form post data" before sending it to WebLogic Application Server. I didn't find any example/help regarding this as of now while googling.

请让我知道如果有人已经这样做过。

Please let me know if anyone has done this before.

感谢。

推荐答案

谷歌上搜索我现在有一种感觉,Java是不是在Apache HTTP服务器的支持,因此我不能用Java编写过滤器(或servlet)之后。这是真的吗?

After googling I now have a feeling that Java is not supported in Apache HTTP Server hence I can't write filter (or servlet) in Java. Is this true?

我还发现,mod_perl的可以帮我解决这个问题。

I also found that mod_perl can help me with this problem.

这篇关于在Apache的HTTP服务器的过滤器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆