You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by springspring <7v...@naver.com> on 2009/07/11 12:36:27 UTC

help.. httpd tproxy config...

apache test

this config. right

<VirtualHost 192.168.0.3:4129>
        ServerName 192.68.0.3
        ProxyTProxy On
        ProxyRequests off
        ProxyPass / http://192.168.0.2/
        ProxyPassReverse / http://192.168.0.2/
        ProxyPreserveHost On
</VirtualHost>


iptables -t tproxy -A PREROUTING -i br0 -p tcp --dport 80 -j TPROXY
--on-port 4129



 real webserver access.log       no client ip..
192.168.0.3 - - [11/Jul/2009:19:10:31 +0900] "GET /Board/MenuIcon/image.gif
HTTP/1.1" 304 -

as ever remain ..proxy ip 

clinet:192.168.0.5
proxy:192.168.0.3
webserver: 192.168.0.2

client ---> proxy ---> webserver         (X)
 ip(5)         ip(3)         clientip(3)


oneĀ“s real remain 

Tell me how I can get there.

client ---> proxy ---> webserver         (0)
 ip(5)         ip(3)         clientip(5)





-- 
View this message in context: http://www.nabble.com/help..---httpd-tproxy-config...-tp24439152p24439152.html
Sent from the Apache HTTP Server - Dev mailing list archive at Nabble.com.


Re: help.. httpd tproxy config...

Posted by Eric Covener <co...@gmail.com>.
On Sat, Jul 11, 2009 at 6:36 AM, springspring<7v...@naver.com> wrote:
>
> apache test
>
> this config. right

This is a development mailing list.  You probably want
http://httpd.apache.org/userslist.html

-- 
Eric Covener
covener@gmail.com