On 3/17/06, Gaƫl Lams <[EMAIL PROTECTED]> wrote:
> > That is correct. My understanding is that Cisco Pix 505 can't do the port
> > forwarding so that is the reason why I was looking on doing this.
>
> If the only option you have is to open port 81 on the fw and send it
> to port 81 on the same 10.5.36.5, you have to to configure iptable on
> 10.5.36.5 to forward what arrives on port 81 to port 80 on 10.5.36.6.
> That's really the only solution I can think about

In fact, mod_rewrite can do exactly what is wanted here by acting as a
reverse proxy using the [P] flag and mod_proxy.  (It is not really
port-forwarding, since it acts at a different network layer, but the
effect is similar.)

Joshua.

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to