Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

When the Oracle HTTP Server is in front of a firewall, how should it send proxy sensitive requests to an Oracle HTTP Server behind a firewall?

0
Posted

When the Oracle HTTP Server is in front of a firewall, how should it send proxy sensitive requests to an Oracle HTTP Server behind a firewall?

0

You should use the Proxy directives, and not the Cache directives, to send proxy sensitive requests across firewalls. How can I use , , Alias, and other directives to create a simple, distributed application name space that works across firewalls, clusters of application servers, and Web caches? The general idea is that all servers in a distributed Web site should agree on a single URL namespace. Every server will serve some part of that namespace, and will be able to redirect or proxy requests for URLs that it does not serve to a server that is “closer” to that URL. For example, your namespaces could be the following: /app1/login.html /app1/catalog.html app1/dologin.jsp /app2/orderForm.html /apps/placeOrder.jsp We could initially map this namespace to two Web servers by putting app1 on server1 and app2 on server2. Server1’s configuration might look like the following: Redirect permanent /app2 http://server2/app2 Alias /app1 /myApps/application1

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123