Hello,
I have configured a squid cache to forward all requests to another
squid cache like bellow:
#-----
cache_peer other_squid_cache.com parent 3128 0 no-query default
acl all src 0.0.0.0/0.0.0.0
never_direct allow all
#-----
Anything works but I encounter the following errors:
1. I can't get a page from a web server that is not on a standard port (i.e.
http://www.abc.com:8080/index.html )
2. I can't get a page like
http://www.abc.com/index.php?index1=value1&index2=value2 etc...( a page that
is a result of a form)
Can anyone help me in this problem?
Thanks,
Romeo Lefter
Received on Mon Jul 12 2004 - 10:15:45 MDT
This archive was generated by hypermail pre-2.1.9 : Sun Aug 01 2004 - 12:00:01 MDT