Re: [squid-users] Inspite squid in front of apache : direct connection from foreign IP address ? how to deny this ?

2008-03-28 Thread Ric
On Mar 27, 2008, at 9:57 PM, kk CHN wrote: People: in my server box , I am using squid as http accelerator ;setup is as follows Flow of requests from users should be like this squid listens on public ip port:80 ---apache(127.0.0.1:80) --- RewriteRule for apache to---zope:8080/plonesite

Re: [squid-users] Inspite squid in front of apache : direct connection from foreign IP address ? how to deny this ?

2008-03-28 Thread kk CHN
On 3/28/08, Ric [EMAIL PROTECTED] wrote: On Mar 27, 2008, at 9:57 PM, kk CHN wrote: People: in my server box , I am using squid as http accelerator ;setup is as follows Flow of requests from users should be like this squid listens on public ip port:80

Re: [squid-users] Inspite squid in front of apache : direct connection from foreign IP address ? how to deny this ?

2008-03-28 Thread Ric
On Mar 27, 2008, at 11:37 PM, kk CHN wrote: On 3/28/08, Ric [EMAIL PROTECTED] wrote: On Mar 27, 2008, at 9:57 PM, kk CHN wrote: People: in my server box , I am using squid as http accelerator ;setup is as follows Flow of requests from users should be like this squid listens on public ip

Re: [squid-users] Inspite squid in front of apache : direct connection from foreign IP address ? how to deny this ?

2008-03-28 Thread kk CHN
On 3/28/08, Ric [EMAIL PROTECTED] wrote: On Mar 27, 2008, at 11:37 PM, kk CHN wrote: On 3/28/08, Ric [EMAIL PROTECTED] wrote: On Mar 27, 2008, at 9:57 PM, kk CHN wrote: People: in my server box , I am using squid as http accelerator ;setup is as follows Flow of

Re: [squid-users] Inspite squid in front of apache : direct connection from foreign IP address ? how to deny this ?

2008-03-28 Thread Ric
On Mar 28, 2008, at 12:35 AM, kk CHN wrote: On 3/28/08, Ric [EMAIL PROTECTED] wrote: What then is on ports 65287 and 64313 on your server? www python2.4 44496 20 tcp4 my_Serverbox_public_IPAddress :65287 164.115.5.2:80 Here the pid 44496 I greped $ ps -aux|grep 44496 www 44496

Re: [squid-users] Inspite squid in front of apache : direct connection from foreign IP address ? how to deny this ?

2008-03-28 Thread kk CHN
On 3/28/08, Ric [EMAIL PROTECTED] wrote: On Mar 28, 2008, at 12:35 AM, kk CHN wrote: On 3/28/08, Ric [EMAIL PROTECTED] wrote: What then is on ports 65287 and 64313 on your server? www python2.4 44496 20 tcp4 my_Serverbox_public_IPAddress :65287 164.115.5.2:80 Here

Re: [squid-users] Inspite squid in front of apache : direct connection from foreign IP address ? how to deny this ?

2008-03-28 Thread Amos Jeffries
kk CHN wrote: On 3/28/08, Ric [EMAIL PROTECTED] wrote: On Mar 28, 2008, at 12:35 AM, kk CHN wrote: On 3/28/08, Ric [EMAIL PROTECTED] wrote: What then is on ports 65287 and 64313 on your server? www python2.4 44496 20 tcp4 my_Serverbox_public_IPAddress :65287 164.115.5.2:80

Re: [squid-users] Inspite squid in front of apache : direct connection from foreign IP address ? how to deny this ?

2008-03-28 Thread Henrik Nordstrom
On Fri, 2008-03-28 at 10:27 +0530, kk CHN wrote: $ sockstat -4p 80 USER COMMANDPID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS www httpd 73932 3 tcp4 127.0.0.1:80 *:* www python2.4 44496 20 tcp4 my_Serverbox_public_IPAddress :65287 164.115.5.2:80

[squid-users] Inspite squid in front of apache : direct connection from foreign IP address ? how to deny this ?

2008-03-27 Thread kk CHN
People: in my server box , I am using squid as http accelerator ;setup is as follows Flow of requests from users should be like this squid listens on public ip port:80 ---apache(127.0.0.1:80) --- RewriteRule for apache to---zope:8080/plonesite Important NOTE : for the last couple of