Hay,
1-I want cache http ad any files less than 30MB
2-How let users download cached objects at Max Speed
How i can do that in code please becuase i try read many topics without any progress
Thanks for reply,
I try but i confuse about it
My Setting in web-proxy
ip web-proxy> print
enabled: yes
src-address: 0.0.0.0
port: 8080
hostname: “proxy”
transparent-proxy: yes
parent-proxy: 0.0.0.0:0
cache-administrator: “webmaster”
max-object-size: 512000KiB
cache-drive: system
max-cache-size: 1048576000KiB
max-ram-cache-size: unlimited
status: running
reserved-for-cache: 29707264KiB
reserved-for-ram-cache: 2048KiB
Is it correct?What port i should set (8080/8000/8081/80)?
2-How i can sure its work and cache pages?
3-How i can make it cache files like when download messenger or other files ?
I need help even if you but codes?
Thanks
your user has to tell the browser to use proxy. if you don’t want that, then read the manual section about transparent proxy
Do you mean user but proxy and port in his browser?
I try do that when i but the IP of MT and port 8080 its working but if i but name of MT or “proxy” its not browse.
where you think the problem?
Also if user use proxy and port he will cache any files already avalible in server or still not?
Thanks a lot
Hello brother fahed from ksa ,
1- you have to change this line if you want to limit your cache object to 30MB
max-object-size: 512000KiB >>max-object-size: 30000KiB
2-DONT put anything in the user browser !!!
just add this to IP>FIREWALL>NAT
;;; Proxy Redirecting
chain=dstnat in-interface=(Local) protocol=tcp dst-port=80
action=redirect to-ports=8080
this will redirect all http request to your proxy cache ..
hi fahed,
3-How i can make it cache files like when download messenger or other files ?
thats indepth cache functionality..you will have to manage it through squid on saperate box..you cannot configure MT cache at this level
regards,
Asad