upload doesn't work in squid
Hi!
I've configured squid to cascade to another proxy. I limited all the users to 5 kB/s. Now, while download works perfectly, upload doesn't work at all! I've been through configuration x times and just don't have a clue. Here are the lines that I added to squid.conf:
acl buca src 10.0.0.5/32
acl velja src 10.0.0.6/32
acl sima src 10.0.0.8/32
acl goci src 10.0.0.9/32
acl misha src 10.0.1.3/32
acl amiga src 10.0.1.5/32
acl wack src 10.0.2.2/32
acl kid src 10.0.3.2/32
acl gojca src 10.0.1.2/32
acl srki src 10.0.0.7/32
delay_pools 1
delay_class 1 2
delay_access 1 allow buca
delay_access 1 allow velja
delay_access 1 allow goci
delay_access 1 allow sima
delay_access 1 allow misha
delay_access 1 allow amiga
delay_access 1 allow wack
delay_access 1 allow kid
delay_access 1 allow gojca
delay_access 1 allow srki
delay_parameters 1 -1/-1 5120/5120
http_access allow buca
http_access allow velja
http_access allow goci
http_access allow sima
http_access allow misha
http_access allow amiga
http_access allow wack
http_access allow kid
http_access allow gojca
http_access allow srki
cache_peer proxy.rcub.bg.ac.yu parent 8080 3130 proxy-only no-query
Now, the problem may not be here, since from one piont I used webmin to configure squid. IF all this lines are ok, i could send you my squid.conf file. Thanks!
|