People: i am using squid infront of my apache as an http accelerator,
but the httpd-access log shows  GET requests  from 2 foreign address ,
with all other requests from 127.0.0.1 ,

I want to know why it shows 2 foreign IPs in the logs, is it means
squid is not accepting all the requests through 127.0.0.1 right ?

This means someone is directly connecting to apache ?

This is my squid's setup

 http_port  Public-IP-of-my-machine :80  accel vhost
cache_peer 127.0.0.1 parent 80 0 originserver default

My apache listens on :80

Any comments most welcome:  all requests must be  from 127.0.0.1 in
this setup right ?OR showing foreign address in apache logs okay?

Thanks in Advance
KK

Reply via email to