As far as I know the CGI and ? catching acls probably cause squid to try to 
access such URLs directly even if there are ACLs which suggest not going 
directly.

If you next proxy is an ISA then it does not allow some ports.
Not sure of the 8080 problem.

On Monday 12 July 2004 12:15 pm, Romeo Lefter wrote:
> 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

Reply via email to