On my Squid machine when I do:
telnet localhost 80
GET http://hostname/ HTTP/1.1
HOST: hostname
I get the normal html page. However, when I do:
telnet localhost 3128
GET http://hostname/ HTTP/1.1
HOST: hostname
I get access denied and server closes connection.
My question is , What is the difference between the two requests sent to squid that made the origin server refuse the second query and what type of access list at the origin server that would refuse in the second case
Regards,
--Mohammed Hamed
Received on Thu Dec 17 1998 - 04:29:06 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:43:40 MST