Java Mailing List Archive

http://www.apache-httpd.com/

Home » users.httpd »

Re: [users@httpd] How to make Apache 2.x as Forwarding server?

André Warnier

2008-07-25

Replies: Find Java Web Hosting

Author LoginPost Reply
Anand Kulkarni wrote:
> Hi,
>
> I have client/server architecture. I want to introduce Apache server in
> between that will receive request from client, forward it to server then
> take response from server and give it back to the client. There is no
> load balancing or complex processing here.
>
> How can I implement this simple requirement without using mod_proxy?
>
If I may ask : why do you even need an Apache in-between ? a simple tcp
router or firewall with port re-direction of port 80 to your back-end
server would do this nicely.
It would send the packets "as is" without any interference, run on a
small diskless box costing about 500$, and run for years without trouble
any. Run IPCop on it, and you would also have a nice web-based
configuration interface with plenty of filtering options, and whatever
logging you want.

André


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@(protected)
 "  from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.