简体   繁体   中英

How do you integrate/configure an Apache Http Server with Mule ESB

We currently have mule ESB running on out network. Not in the DMZ. I'm looking for information on how to configure an Apache Http server running in the DMZ to act as a proxy for a web service running on the ESB.

Thanks

The HTTP transport of Mule doesn't have any specific requirement in term of headers, so basically there's no particular recommendation for proxying HTTP requests in front of Mule.

So in the case of Apache, use mod_proxy to configure a reverse proxy in front of Mule and you should be good.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM