You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Anand Kulkarni <An...@synechron.com> on 2008/07/25 12:30:23 UTC

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

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?
 
-Anand
 

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

Posted by Krist van Besien <kr...@gmail.com>.
On Fri, Jul 25, 2008 at 12:30, Anand Kulkarni <An...@synechron.com> 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?

You are asking for a plane that will still fly if you take the wings
of. Maybe you should stop doing that, and we will be able to help you.

Krist

-- 
krist.vanbesien@gmail.com
krist@vanbesien.org
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


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

Posted by André Warnier <aw...@ice-sa.com>.
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org