Hi,
Lately have been getting lots of spam. I think we should follow the advice on:
On 20/09/04 18:53 +0000, Amit Upadhyay wrote:
Hi,
Lately have been getting lots of spam. I think we should follow the advice on:
Huh? Are you referring to obscuring email addresses when displaying the archives? Or do you want to implement a challenge response system?
The first is good, the second is evil.
Devdas Bhagat
Devdas Bhagat wrote:
On 20/09/04 18:53 +0000, Amit Upadhyay wrote:
Hi,
Lately have been getting lots of spam. I think we should follow the advice on:
Huh? Are you referring to obscuring email addresses when displaying the archives? Or do you want to implement a challenge response system?
I thought our archives were already obscuring the emails so that they can not be identified by bots. I remembering this discussion and decision was taken a long time ago by Dr. Nagarjuna and Phillip.
Regards Saswata
Hi
I configured squid with cache_peer directive viz.,
cache_peer 192.168.0.1 parent 3128 0 no-query
Now i can access all the websites except some secure sites including hotmail.com. I can access google.com home page but whenever i search for something it doesn't get through.
access.log reads TCP_MISS FIRST_PARENT_MISS
has anyone configured squid in such an environment with a parent proxy?
thanks
mifthas haris
cache_peer 192.168.0.1 parent 3128 0 no-query
Now i can access all the websites except some secure sites including hotmail.com. I can access google.com home page but whenever i search for something it doesn't get through.
You could try adding this directive and see if it works
never_direct allow all
This forces all requests to be sent through the parent cache
Clifford!
Oops it worked, thank you so much. hotmail is pretty slow compared to other websites.
Anyway thank you so much
regards
mifthas harris
On Sun, 2004-09-26 at 08:09, Clifford D'Mello wrote:
cache_peer 192.168.0.1 parent 3128 0 no-query
Now i can access all the websites except some secure sites including hotmail.com. I can access google.com home page but whenever i search for something it doesn't get through.
You could try adding this directive and see if it works
never_direct allow all
This forces all requests to be sent through the parent cache
-- Clifford